diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-02-16 20:17:18 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-02-16 20:17:18 +0000 |
commit | f4fae92b6768541e2952173c3d4b09040f95bf7e (patch) | |
tree | d8c5d93232235cd635f3310b4d95490df181ba2d /kpilot/lib/Makefile.am | |
parent | 125c0a08265b75a133644d3b55f47e37c919f45d (diff) | |
download | tdepim-f4fae92b6768541e2952173c3d4b09040f95bf7e.tar.gz tdepim-f4fae92b6768541e2952173c3d4b09040f95bf7e.zip |
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
Diffstat (limited to 'kpilot/lib/Makefile.am')
-rw-r--r-- | kpilot/lib/Makefile.am | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/kpilot/lib/Makefile.am b/kpilot/lib/Makefile.am deleted file mode 100644 index b2ceadf1f..000000000 --- a/kpilot/lib/Makefile.am +++ /dev/null @@ -1,60 +0,0 @@ -### Makefile.am for kpilot/lib -### -### - -METASOURCES = AUTO - -INCLUDES = $(PISOCK_INCLUDE) -I$(top_srcdir) $(all_includes) - -### If you must get debugging output on a platform where -### the libs are built without debugging support, define -### DEBUG_CERR. Define DEBUG to get debugging support anywhere. -### -### KDE_CXXFLAGS=-DDEBUG -DDEBUG_CERR -##KDE_CXXFLAGS=-DNDEBUG -UDEBUG -##KDE_CXXFLAGS=-DDEBUG - -lib_LTLIBRARIES = libkpilot.la - -libkpilot_la_SOURCES = kpilotlibSettings.kcfgc \ - options.cc plugin.cc syncAction.cc \ - kpilotlink.cc kpilotdevicelink.cc kpilotlocallink.cc \ - actions.cc actionQueue.cc \ - pilot.cc \ - pilotAppInfo.cc pilotRecord.cc pilotDatabase.cc \ - pilotLocalDatabase.cc pilotSerialDatabase.cc \ - pilotMemo.cc \ - pilotAddress.cc \ - pilotDateEntry.cc \ - pilotTodoEntry.cc - -libkpilot_la_LDFLAGS = $(PISOCK_LDFLAGS) -no-undefined $(all_libraries) $(KDE_EXTRA_RPATH) $(KDE_RPATH) -libkpilot_la_LIBADD = $(PISOCK_LIB) $(LIB_KDEUI) $(LIB_KABC) $(top_builddir)/libkcal/libkcal.la - -kpilotincludedir = $(includedir)/kpilot -kpilotinclude_HEADERS = \ - kpilotlink.h kpilotlocallink.h kpilotdevicelink.h \ - pilot.h \ - pilotDatabase.h \ - pilotLinkVersion.h \ - pilotLocalDatabase.h \ - pilotRecord.h \ - pilotSerialDatabase.h \ - plugin.h \ - pluginfactory.h \ - syncAction.h - - -kde_kcfg_DATA = kpilotlib.kcfg - -check-local: - rm -f FAILED - for i in $(srcdir)/*.h ; do \ - ( echo "#include <kdemacros.h>" ; echo "#include \"$$i\"" ; echo "int main(int argc,char **argv){return 0;}" ) > header-test.cc; \ - echo "$$i" ; \ - g++ $(all_includes) -I$(top_builddir) -DQT_THREAD_SUPPORT -c header-test.cc || echo "$$i" >> FAILED; \ - done - test ! -e FAILED - -DOXYGEN_REFERENCES=libkcal kdecore -include $(top_srcdir)/admin/Doxyfile.am |