diff options
author | Slávek Banko <[email protected]> | 2021-07-04 02:09:29 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-07-04 17:40:44 +0200 |
commit | 17002c193dcecec2cf95289e45ce29851c8ae804 (patch) | |
tree | 5b4586b6f1f1b4a96333de81c5c297a605fd6863 /src/translators/pilotdb | |
parent | 92f5d345028b7abfe69e087495ebd933bb68b2c9 (diff) | |
download | tellico-17002c193dcecec2cf95289e45ce29851c8ae804.tar.gz tellico-17002c193dcecec2cf95289e45ce29851c8ae804.zip |
Drop automake build support.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'src/translators/pilotdb')
-rw-r--r-- | src/translators/pilotdb/Makefile.am | 16 | ||||
-rw-r--r-- | src/translators/pilotdb/libflatfile/Makefile.am | 20 | ||||
-rw-r--r-- | src/translators/pilotdb/libpalm/Makefile.am | 15 |
3 files changed, 0 insertions, 51 deletions
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 |