You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdesdk/kompare/Makefile.am

44 lines
1.5 KiB

SUBDIRS = interfaces libdiff2 libdialogpages komparenavtreepart komparepart pics
INCLUDES = \
-I$(srcdir)/libdiff2 \
-I$(srcdir)/libdialogpages \
-I$(srcdir)/komparenavtreepart \
-I$(srcdir)/komparepart \
-I$(srcdir)/interfaces \
$(all_includes)
noinst_HEADERS = kompare_shell.h kompareurldialog.h
# let automoc handle all of the meta source files (moc)
METASOURCES = AUTO
messages: rc.cpp
$(EXTRACTRC) */*.rc */*.ui >> rc.cpp
$(XGETTEXT) `find . -name "*.cpp" -o -name "*.h"` -o $(podir)/kompare.pot
#########################################################################
# APPLICATION SECTION
#########################################################################
# this is the program that gets installed. it's name is used for all
# of the other Makefile.am variables
bin_PROGRAMS = kompare
# the application source, library search path, and link libraries
kompare_SOURCES = main.cpp kompare_shell.cpp kompareurldialog.cpp
kompare_LDFLAGS = $(all_libraries) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
kompare_LDADD = $(LIB_TDEPARTS) \
$(top_builddir)/kompare/interfaces/libkompareinterface.la \
$(top_builddir)/kompare/libdialogpages/libdialogpages.la \
-ltdetexteditor
# this is where the desktop file will go
xdg_apps_DATA = kompare.desktop
# this is where the shell's XML-GUI resource file goes
shellrcdir = $(kde_datadir)/kompare
shellrc_DATA = kompareui.rc
kompareservicedir = $(kde_servicetypesdir)
kompareservice_DATA = komparenavigationpart.desktop kompareviewpart.desktop