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.
tdeutils/tdefilereplace/Makefile.am

44 lines
1.7 KiB

## Makefile.am for tdefilereplace
# set the include path for X, qt and KDE
INCLUDES = $(all_includes)
# this has all of the subdirectories that make will recurse into. if
# there are none, comment this out
SUBDIRS = toolbar
# these are the headers for your project
noinst_HEADERS = kaddstringdlg.h tdefilereplaceiface.h tdefilereplacelib.h \
knewprojectdlg.h tdefilereplaceview.h koptionsdlg.h report.h commandengine.h \
configurationclasses.h tdefilereplace.h
# let automoc handle all of the meta source files (moc)
METASOURCES = AUTO
kde_module_LTLIBRARIES = libtdefilereplacepart.la
libtdefilereplacepart_la_SOURCES = tdefilereplacepart.cpp tdefilereplaceview.cpp \
tdefilereplaceviewwdg.ui kaddstringdlg.cpp kaddstringdlgs.ui knewprojectdlg.cpp \
knewprojectdlgs.ui koptionsdlg.cpp koptionsdlgs.ui tdefilereplacelib.cpp report.cpp \
commandengine.cpp configurationclasses.cpp
libtdefilereplacepart_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_TQT) -lkjs -ltdefx -ltdeio -ltdeparts -lDCOP
libtdefilereplacepart_la_LIBADD = $(LIB_TDEFILE) $(LIB_TDEPARTS) $(LIB_TDEHTML)
messages: rc.cpp
$(XGETTEXT) *.cpp *.h -o $(podir)/tdefilereplace.pot
KDE_ICON = AUTO
kde_services_DATA = tdefilereplacepart.desktop
xdg_apps_DATA = tdefilereplace.desktop
# this is where the XML-GUI resource file goes
partrcdir = $(kde_datadir)/tdefilereplacepart
partrc_DATA = tdefilereplacepartui.rc
shellrcdir = $(kde_datadir)/tdefilereplace
shellrc_DATA = tdefilereplaceui.rc
bin_PROGRAMS = tdefilereplace
tdefilereplace_LDFLAGS = $(KDE_RPATH) $(all_libraries) -ltdecore -ltdeui $(LIB_TQT) -lkjs -ltdefx -ltdeio -ltdeparts -lDCOP
tdefilereplace_LDADD = $(LIB_TDEPARTS)
tdefilereplace_SOURCES = tdefilereplace.cpp main.cpp