From f4fae92b6768541e2952173c3d4b09040f95bf7e Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 16 Feb 2011 20:17:18 +0000 Subject: Moved kpilot from kdepim to applications, as the core Trinity libraries should not contain hardware-dependent software git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1221127 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kpilot/kpilot/Makefile.am | 104 ---------------------------------------------- 1 file changed, 104 deletions(-) delete mode 100644 kpilot/kpilot/Makefile.am (limited to 'kpilot/kpilot/Makefile.am') diff --git a/kpilot/kpilot/Makefile.am b/kpilot/kpilot/Makefile.am deleted file mode 100644 index a5b49091..00000000 --- a/kpilot/kpilot/Makefile.am +++ /dev/null @@ -1,104 +0,0 @@ -### Makefile.am for KPilot -### -### This is a bit of a mess, but that's partly because we build two -### executables and one library from the sources in this dir. -### -### -### - -SUBDIRS = Icons - -noinst_LTLIBRARIES = libconfiguration.la -noinst_PROGRAMS = kpilotTest -bin_PROGRAMS = kpilot kpilotDaemon -kde_module_LTLIBRARIES = kcm_kpilot.la - -METASOURCES = AUTO - -INCLUDES= $(PISOCK_INCLUDE) -I$(top_srcdir)/kpilot/lib $(all_includes) - -libconfiguration_la_SOURCES = kpilotConfig.cc kpilotSettings.kcfgc -libconfiguration_la_LDFLAGS = $(PISOCK_LDFLAGS) $(all_libraries) - -kcm_kpilot_la_SOURCES = pilotDaemonDCOP.stub kpilotConfigDialog.cc \ - kpilotConfigDialog_device.ui \ - kpilotConfigDialog_sync.ui \ - kpilotConfigDialog_startup.ui \ - kpilotConfigDialog_viewers.ui \ - kpilotConfigDialog_backup.ui \ - conduitConfigDialog.cc \ - kpilotProbeDialog.cc \ - kpilotConfigWizard_address.kcfgc \ - kpilotConfigWizard_notes.kcfgc \ - kpilotConfigWizard_vcal.kcfgc \ - kpilotConfigWizard_user.ui \ - kpilotConfigWizard_app.ui \ - kpilotConfigWizard.cc \ - dbSelectionDialog.cc dbSelection_base.ui -kcm_kpilot_la_LDFLAGS = $(PISOCK_LDFLAGS) $(all_libraries) -module -avoid-version -no-undefined -kcm_kpilot_la_LIBADD = $(LIB_KFILE) $(PISOCK_LIB) \ - ../lib/libkpilot.la \ - libconfiguration.la - - -kpilot_SOURCES = \ - pilotDaemonDCOP.stub kpilotDCOP.skel loggerDCOP.skel \ - kpilot.cc \ - pilotComponent.cc logWidget.cc memoWidget.cc \ - addressWidget.cc addressEditor.cc \ - dbviewerWidget.cc dbFlagsEditor.cc dbFlagsEditor_base.ui \ - dbRecordEditor.cc dbAppInfoEditor.cc \ - datebookWidget.cc \ - todoWidget.cc todoEditor.cc todoEditor_base.ui \ - fileInstaller.cc fileInstallWidget.cc \ - listItems.cc -kpilot_COMPILE_FIRST = kpilotSettings.h - - -kpilotDaemon_SOURCES = \ - pilotDaemonDCOP.skel kpilotDCOP.stub loggerDCOP.stub loggerDCOP.skel \ - pilotDaemon.cc logFile.cc \ - hotSync.cc internalEditorAction.cc \ - fileInstaller.cc - -kpilotTest_SOURCES = \ - logWidget.cc pilotComponent.cc \ - hotSync.cc internalEditorAction.cc \ - loggerDCOP.skel \ - main-test.cc - - -kpilot_LDFLAGS = $(PISOCK_LDFLAGS) $(all_libraries) $(KDE_RPATH) -kpilotDaemon_LDFLAGS = $(PISOCK_LDFLAGS) $(all_libraries) $(KDE_RPATH) -kpilotTest_LDFLAGS = $(PISOCK_LDFLAGS) $(all_libraries) $(KDE_RPATH) - - -# the libraries to link against. Be aware of the order. First the libraries, -# that depend on the following ones. -kpilot_LDADD = $(LIB_KFILE) $(PISOCK_LIB) -lkutils \ - ../lib/libkpilot.la libconfiguration.la -kpilotDaemon_LDADD = $(LIB_KFILE) $(PISOCK_LIB) \ - ../lib/libkpilot.la libconfiguration.la -kpilotTest_LDADD = $(LIB_KFILE) $(PISOCK_LIB) \ - ../lib/libkpilot.la libconfiguration.la - -xdg_apps_DATA = kpilot.desktop kpilotdaemon.desktop -kde_kcfg_DATA = kpilot.kcfg -kde_services_DATA = kpilot_config.desktop - -servicetypedir = $(kde_servicetypesdir) -servicetype_DATA = kpilotconduit.desktop - -rcdir = $(kde_datadir)/kpilot -rc_DATA = kpilotui.rc - -update_DATA = kpilot.upd -updatedir = $(kde_datadir)/kconf_update - -DOXYGEN_REFERENCES = kdeui kpilot/lib -include $(top_srcdir)/admin/Doxyfile.am - -### Some additional dependencies: - -kpilotConfigDialog.lo : kpilotSettings.h - -- cgit v1.2.3