diff options
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 |