diff options
Diffstat (limited to 'kdeprint/Makefile.am')
-rw-r--r-- | kdeprint/Makefile.am | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/kdeprint/Makefile.am b/kdeprint/Makefile.am index 8b63447e1..fecf25c64 100644 --- a/kdeprint/Makefile.am +++ b/kdeprint/Makefile.am @@ -6,14 +6,14 @@ endif SUBDIRS = . management lpdunix $(CUPSSUBDIR) lpr rlpr ext filters pics tools tests -INCLUDES= -I$(top_srcdir)/kdefx -I$(top_srcdir)/kded -I$(top_srcdir) $(all_includes) +INCLUDES= -I$(top_srcdir)/tdefx -I$(top_srcdir)/kded -I$(top_srcdir) $(all_includes) -kde_module_LTLIBRARIES = kded_kdeprintd.la +kde_module_LTLIBRARIES = kded_tdeprintd.la -kded_kdeprintd_la_SOURCES = kdeprintd.skel kdeprintd.cpp kprintprocess.cpp -kded_kdeprintd_la_LIBADD = $(LIB_KIO) $(LIB_KDED) $(LIB_QT) $(LIB_KDEUI) $(top_builddir)/dcop/libDCOP.la $(LIB_KDECORE) $(top_builddir)/kded/libtdeinit_kded.la -kded_kdeprintd_la_LDFLAGS = $(all_libraries) -module -avoid-version -#kded_kdeprintd_la_METASOURCES = AUTO +kded_tdeprintd_la_SOURCES = tdeprintd.skel tdeprintd.cpp kprintprocess.cpp +kded_tdeprintd_la_LIBADD = $(LIB_KIO) $(LIB_KDED) $(LIB_QT) $(LIB_KDEUI) $(top_builddir)/dcop/libDCOP.la $(LIB_KDECORE) $(top_builddir)/kded/libtdeinit_kded.la +kded_tdeprintd_la_LDFLAGS = $(all_libraries) -module -avoid-version +#kded_tdeprintd_la_METASOURCES = AUTO lib_LTLIBRARIES = libtdeprint.la @@ -23,7 +23,7 @@ libtdeprint_la_SOURCES = kmfactory.cpp kmjob.cpp kmjobmanager.cpp kmmanager.cpp kprintpreview.cpp kprintdialog.cpp kprinter.cpp kprinterimpl.cpp kprintdialogpage.cpp \ kpcopiespage.cpp kpdriverpage.cpp kprinterpropertydialog.cpp kpgeneralpage.cpp kpqtpage.cpp \ kmthreadjob.cpp kpipeprocess.cpp kpfilterpage.cpp \ - kmspecialmanager.cpp kdeprintcheck.cpp plugincombobox.cpp kpreloadobject.cpp kfilelist.cpp \ + kmspecialmanager.cpp tdeprintcheck.cpp plugincombobox.cpp kpreloadobject.cpp kfilelist.cpp \ kprintaction.cpp kpfileselectpage.cpp treecombobox.cpp kmfactory.skel kxmlcommand.cpp \ util.cpp printerfilter.cpp marginpreview.cpp marginvaluewidget.cpp marginwidget.cpp \ kpmarginpage.cpp messagewindow.cpp posterpreview.cpp kpposterpage.cpp foomatic2loader.cpp \ @@ -38,8 +38,8 @@ noinst_HEADERS = kmdbentry.h kmfactory.h \ kmuimanager.h kmvirtualmanager.h driveritem.h droptionview.h \ driverview.h kprintpreview.h kprinterimpl.h kprintdialog.h \ kpcopiespage.h kpdriverpage.h kprinterpropertydialog.h kpgeneralpage.h \ - kpqtpage.h kprintprocess.h kmthreadjob.h kpipeprocess.h kdeprintd.h \ - kpfilterpage.h kmspecialmanager.h kdeprintcheck.h plugincombobox.h \ + kpqtpage.h kprintprocess.h kmthreadjob.h kpipeprocess.h tdeprintd.h \ + kpfilterpage.h kmspecialmanager.h tdeprintcheck.h plugincombobox.h \ kfilelist.h kpfileselectpage.h treecombobox.h kxmlcommand.h \ util.h driverparse.h printerfilter.h marginpreview.h marginwidget.h \ marginvaluewidget.h kpmarginpage.h messagewindow.h \ @@ -47,9 +47,9 @@ noinst_HEADERS = kmdbentry.h kmfactory.h \ include_HEADERS = kprinter.h kprintaction.h -kdeprint_HEADERS = kprintdialogpage.h kpreloadobject.h kmmanager.h kmprinter.h kmobject.h kprintdialog.h \ +tdeprint_HEADERS = kprintdialogpage.h kpreloadobject.h kmmanager.h kmprinter.h kmobject.h kprintdialog.h \ driver.h kmjobmanager.h kmjob.h -kdeprintdir = $(includedir)/kdeprint +tdeprintdir = $(includedir)/tdeprint EXTRA_DIST = fooparser.y fooscanner.l kprintpreviewui.rc @@ -61,22 +61,22 @@ uidatadir = $(kde_confdir)/ui # Test page printdata_DATA = testprint.ps specials.desktop -printdatadir = $(kde_datadir)/kdeprint +printdatadir = $(kde_datadir)/tdeprint # Services servicesdir = $(kde_servicesdir)/kded -services_DATA = kdeprintd.desktop +services_DATA = tdeprintd.desktop # Config file configdir = $(kde_confdir) -config_DATA = kdeprintrc +config_DATA = tdeprintrc # parser and scanner fooparser: rm -f fooparser.cpp.h - bison -v -d -p kdeprint_foomatic2 $(srcdir)/fooparser.y -o $(srcdir)/fooparser.cpp + bison -v -d -p tdeprint_foomatic2 $(srcdir)/fooparser.y -o $(srcdir)/fooparser.cpp if test -f "$(srcdir)/fooparser.hpp"; then mv $(srcdir)/fooparser.hpp $(srcdir)/fooparser.cpp.h; fi - flex -o$(srcdir)/fooscanner.cpp -Pkdeprint_foomatic2 $(srcdir)/fooscanner.l + flex -o$(srcdir)/fooscanner.cpp -Ptdeprint_foomatic2 $(srcdir)/fooscanner.l echo "#ifndef fooparser_cpp_h" > $(srcdir)/fooparser.cpp.hh echo "#define fooparser_cpp_h" >> $(srcdir)/fooparser.cpp.hh cat $(srcdir)/fooparser.cpp.h >> $(srcdir)/fooparser.cpp.hh @@ -85,30 +85,30 @@ fooparser: ppdparser: rm -f ppdparser.cpp.h - bison -v -d -p kdeprint_ppd $(srcdir)/ppdparser.y -o $(srcdir)/ppdparser.cpp + bison -v -d -p tdeprint_ppd $(srcdir)/ppdparser.y -o $(srcdir)/ppdparser.cpp if test -f "$(srcdir)/ppdparser.hpp"; then mv $(srcdir)/ppdparser.hpp $(srcdir)/ppdparser.cpp.h; fi - flex -o$(srcdir)/ppdscanner.cpp -Pkdeprint_ppd $(srcdir)/ppdscanner.l + flex -o$(srcdir)/ppdscanner.cpp -Ptdeprint_ppd $(srcdir)/ppdscanner.l echo "#ifndef ppdparser_cpp_h" > $(srcdir)/ppdparser.cpp.hh echo "#define ppdparser_cpp_h" >> $(srcdir)/ppdparser.cpp.hh cat $(srcdir)/ppdparser.cpp.h >> $(srcdir)/ppdparser.cpp.hh echo "#endif" >> $(srcdir)/ppdparser.cpp.hh mv $(srcdir)/ppdparser.cpp.hh $(srcdir)/ppdparser.cpp.h -noinst_DATA = kdeprint +noinst_DATA = tdeprint -kdeprint: - $(LN_S) $(srcdir)/management kdeprint +tdeprint: + $(LN_S) $(srcdir)/management tdeprint # convenience static library noinst_LIBRARIES = libdriverparse.a libdriverparse_a_SOURCES = driverparse.c -update_DATA = kdeprintrc.upd +update_DATA = tdeprintrc.upd updatedir = $(kde_datadir)/kconf_update messages: rc.cpp $(EXTRACTRC) `find . -name "*.rc" -o -name "*.ui" | grep -v /cupsdconf` >> rc.cpp - $(XGETTEXT) `find . -name "*.cpp" | grep -v /cupsdconf` -o $(podir)/kdeprint.pot + $(XGETTEXT) `find . -name "*.cpp" | grep -v /cupsdconf` -o $(podir)/tdeprint.pot include ../admin/Doxyfile.am |