Mercurial > hg > easyhg-kdiff3
comparison kdiff3/src/Makefile.am @ 51:c59d5a3a8ff3
0.9.80
author | joachim99 |
---|---|
date | Tue, 09 Dec 2003 20:29:43 +0000 |
parents | 86d21651c8db |
children | 8febbfb1148c |
comparison
equal
deleted
inserted
replaced
50:8c9752066f09 | 51:c59d5a3a8ff3 |
---|---|
3 INCLUDES = $(all_includes) | 3 INCLUDES = $(all_includes) |
4 | 4 |
5 # these are the headers for your project | 5 # these are the headers for your project |
6 noinst_HEADERS = kdiff3_part.h kdiff3_shell.h \ | 6 noinst_HEADERS = kdiff3_part.h kdiff3_shell.h \ |
7 kdiff3.h common.h diff.h directorymergewindow.h \ | 7 kdiff3.h common.h diff.h directorymergewindow.h \ |
8 merger.h optiondialog.h fileaccess.h | 8 merger.h optiondialog.h fileaccess.h version.h |
9 | 9 |
10 # let automoc handle all of the meta source files (moc) | 10 # let automoc handle all of the meta source files (moc) |
11 METASOURCES = AUTO | 11 METASOURCES = AUTO |
12 | 12 |
13 messages: rc.cpp | 13 messages: rc.cpp |
42 kde_module_LTLIBRARIES = libkdiff3part.la | 42 kde_module_LTLIBRARIES = libkdiff3part.la |
43 | 43 |
44 # the Part's source, library search path, and link libraries | 44 # the Part's source, library search path, and link libraries |
45 libkdiff3part_la_SOURCES = kdiff3_part.cpp kdiff3.cpp directorymergewindow.cpp \ | 45 libkdiff3part_la_SOURCES = kdiff3_part.cpp kdiff3.cpp directorymergewindow.cpp \ |
46 merger.cpp pdiff.cpp difftextwindow.cpp diff.cpp \ | 46 merger.cpp pdiff.cpp difftextwindow.cpp diff.cpp \ |
47 optiondialog.cpp mergeresultwindow.cpp fileaccess.cpp | 47 optiondialog.cpp mergeresultwindow.cpp fileaccess.cpp \ |
48 gnudiff_analyze.cpp gnudiff_io.cpp gnudiff_xmalloc.cpp | |
48 libkdiff3part_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) | 49 libkdiff3part_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) |
49 libkdiff3part_la_LIBADD = $(LIB_KPARTS) $(LIB_KFILE) | 50 libkdiff3part_la_LIBADD = $(LIB_KPARTS) $(LIB_KFILE) |
50 | 51 |
51 # this is where the desktop file will go | 52 # this is where the desktop file will go |
52 partdesktopdir = $(kde_servicesdir) | 53 partdesktopdir = $(kde_servicesdir) |