summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-11-30 10:38:48 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-12-02 17:14:13 +0900
commite365033d55c6264b3fece6bb85616553dab7d61e (patch)
treed814b1898bdd63b3b81f889bcc867b14e129170c /lib
parent3a26f40faec18c989cffe11a323e451566c8b1fc (diff)
downloadkpilot-e365033d55c6264b3fece6bb85616553dab7d61e.tar.gz
kpilot-e365033d55c6264b3fece6bb85616553dab7d61e.zip
Drop automake build support.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am60
-rw-r--r--lib/data/.gitignore0
2 files changed, 0 insertions, 60 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
deleted file mode 100644
index 6562f5b..0000000
--- a/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.cpp plugin.cpp syncAction.cpp \
- kpilotlink.cpp kpilotdevicelink.cpp kpilotlocallink.cpp \
- actions.cpp actionQueue.cpp \
- pilot.cpp \
- pilotAppInfo.cpp pilotRecord.cpp pilotDatabase.cpp \
- pilotLocalDatabase.cpp pilotSerialDatabase.cpp \
- pilotMemo.cpp \
- pilotAddress.cpp \
- pilotDateEntry.cpp \
- pilotTodoEntry.cpp
-
-libkpilot_la_LDFLAGS = $(PISOCK_LDFLAGS) -no-undefined $(all_libraries) $(KDE_EXTRA_RPATH) $(KDE_RPATH)
-libkpilot_la_LIBADD = $(PISOCK_LIB) $(LIB_TDEUI) $(LIB_TDEABC) -lkcal $(LIB_TQT) $(LIB_TDECORE) -lDCOP $(LIB_TDEIO)
-
-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.cpp; \
- echo "$$i" ; \
- g++ $(all_includes) -I$(top_builddir) -DTQT_THREAD_SUPPORT -c header-test.cpp || echo "$$i" >> FAILED; \
- done
- test ! -e FAILED
-
-DOXYGEN_REFERENCES=libkcal tdecore
-include $(top_srcdir)/admin/Doxyfile.am
diff --git a/lib/data/.gitignore b/lib/data/.gitignore
deleted file mode 100644
index e69de29..0000000
--- a/lib/data/.gitignore
+++ /dev/null