From 17002c193dcecec2cf95289e45ce29851c8ae804 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 4 Jul 2021 02:09:29 +0200 Subject: Drop automake build support. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- src/translators/pilotdb/Makefile.am | 16 ---------------- src/translators/pilotdb/libflatfile/Makefile.am | 20 -------------------- src/translators/pilotdb/libpalm/Makefile.am | 15 --------------- 3 files changed, 51 deletions(-) delete mode 100644 src/translators/pilotdb/Makefile.am delete mode 100644 src/translators/pilotdb/libflatfile/Makefile.am delete mode 100644 src/translators/pilotdb/libpalm/Makefile.am (limited to 'src/translators/pilotdb') diff --git a/src/translators/pilotdb/Makefile.am b/src/translators/pilotdb/Makefile.am deleted file mode 100644 index dba2dbb..0000000 --- a/src/translators/pilotdb/Makefile.am +++ /dev/null @@ -1,16 +0,0 @@ -####### tdevelop will overwrite this part!!! (begin)########## -noinst_LIBRARIES = libpilotdb.a - -AM_CPPFLAGS = $(all_includes) - -libpilotdb_a_METASOURCES = AUTO - -libpilotdb_a_SOURCES = pilotdb.cpp strop.cpp - -SUBDIRS = libflatfile libpalm - -EXTRA_DIST = strop.cpp strop.h portability.h pilotdb.h pilotdb.cpp - -####### tdevelop will overwrite this part!!! (end)############ - -KDE_OPTIONS = noautodist diff --git a/src/translators/pilotdb/libflatfile/Makefile.am b/src/translators/pilotdb/libflatfile/Makefile.am deleted file mode 100644 index b97ec32..0000000 --- a/src/translators/pilotdb/libflatfile/Makefile.am +++ /dev/null @@ -1,20 +0,0 @@ -####### tdevelop will overwrite this part!!! (begin)########## -noinst_LIBRARIES = liblibflatfile.a - -AM_CPPFLAGS = $(all_includes) - -liblibflatfile_a_METASOURCES = AUTO - -liblibflatfile_a_SOURCES = DB.cpp Database.cpp - - -EXTRA_DIST = Database.cpp Database.h DB.cpp DB.h Field.h FType.h ListView.h ListViewColumn.h Record.h - -####### tdevelop will overwrite this part!!! (end)############ - -# is this the right way to do this? I need to include the strop.o object file since its -# in the parent directory -liblibflatfile_a_LIBADD = ../strop.o -CLEANFILES = strop.Po - -KDE_OPTIONS = noautodist diff --git a/src/translators/pilotdb/libpalm/Makefile.am b/src/translators/pilotdb/libpalm/Makefile.am deleted file mode 100644 index 709a406..0000000 --- a/src/translators/pilotdb/libpalm/Makefile.am +++ /dev/null @@ -1,15 +0,0 @@ -####### tdevelop will overwrite this part!!! (begin)########## -noinst_LIBRARIES = liblibpalm.a - -AM_CPPFLAGS = $(all_includes) - -liblibpalm_a_METASOURCES = AUTO - -liblibpalm_a_SOURCES = Database.cpp Block.cpp - - -EXTRA_DIST = Block.cpp Block.h palmtypes.h Record.h Resource.h Database.h Database.cpp - -####### tdevelop will overwrite this part!!! (end)############ - -KDE_OPTIONS = noautodist -- cgit v1.2.1