diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2021-07-04 02:09:29 +0200 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2021-07-04 18:44:34 +0200 |
| commit | 438ed1ab7a6b70d6878b6dd5019a17d7903cf360 (patch) | |
| tree | 6e0ee074a7ece0494375a95049ae1de114b9e45c /src/translators/pilotdb | |
| parent | b6479767772bee82cd6e682bab243947a2f375ed (diff) | |
| download | tellico-438ed1ab.tar.gz tellico-438ed1ab.zip | |
Drop automake build support.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 17002c193dcecec2cf95289e45ce29851c8ae804)
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 |
