diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-05-09 09:27:57 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-05-22 13:31:04 +0900 |
| commit | 189026316e42f7499f9ef45556b1ebaf31acd36e (patch) | |
| tree | 8742cafbeb7b366ff54fe1fc6c9f44951911e593 /src/backends | |
| parent | 99e16012c2ddbfa877a77c2176e15c3fea5643e6 (diff) | |
| download | krecipes-189026316e42f7499f9ef45556b1ebaf31acd36e.tar.gz krecipes-189026316e42f7499f9ef45556b1ebaf31acd36e.zip | |
Drop support for automake builds
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/backends')
| -rw-r--r-- | src/backends/Makefile.am | 42 | ||||
| -rw-r--r-- | src/backends/MySQL/Makefile.am | 18 | ||||
| -rw-r--r-- | src/backends/PostgreSQL/Makefile.am | 17 | ||||
| -rw-r--r-- | src/backends/SQLite/Makefile.am | 15 |
4 files changed, 0 insertions, 92 deletions
diff --git a/src/backends/Makefile.am b/src/backends/Makefile.am deleted file mode 100644 index d9732a0..0000000 --- a/src/backends/Makefile.am +++ /dev/null @@ -1,42 +0,0 @@ -## Makefile.am for krecipes - -# this is the program that gets installed. it's name is used for all -# of the other Makefile.am variables - -# set the include path for X, tqt and TDE -INCLUDES = -I$(srcdir) -I$(srcdir)/.. $(all_includes) - -# Check for optional database libs - - -if link_lib_SQLITE -sqlite_subdirs=SQLite -sqlite_libs=SQLite/libkrecsqlite.la -endif - -if link_lib_MYSQL -mysql_subdirs=MySQL -mysql_libs=MySQL/libkrecmysql.la -endif - -if link_lib_POSTGRESQL -psql_subdirs=PostgreSQL -psql_libs=PostgreSQL/libkrecpsql.la -endif - -# Optional subdirectories - -SUBDIRS=$(sqlite_subdirs) $(mysql_subdirs) $(psql_subdirs) - -# Instructions for building the convenience library -noinst_LTLIBRARIES=libkrecipesdbs.la -libkrecipesdbs_la_SOURCES=recipedb.cpp qsqlrecipedb.cpp progressinterface.cpp -libkrecipesdbs_la_METASOURCES=AUTO - -libkrecipesdbs_la_LIBADD= $(mysql_libs) $(sqlite_libs) $(psql_libs) - -#the library search path. -libkrecipesdbs_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) - -#install the following headers -# include_HEADERS = recipedb.h diff --git a/src/backends/MySQL/Makefile.am b/src/backends/MySQL/Makefile.am deleted file mode 100644 index 7134130..0000000 --- a/src/backends/MySQL/Makefile.am +++ /dev/null @@ -1,18 +0,0 @@ -## Makefile.am for krecipes - -# this is the program that gets installed. it's name is used for all -# of the other Makefile.am variables - -# set the include path for X, tqt and TDE -INCLUDES = -I$(srcdir) -I$(srcdir)/.. -I$(srcdir)/../.. $(all_includes) - - -# Instructions for building the convenience library -noinst_LTLIBRARIES=libkrecmysql.la -libkrecmysql_la_SOURCES=mysqlrecipedb.cpp -libkrecmysql_la_METASOURCES=AUTO - - -#the library search path. -libkrecmysql_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) - diff --git a/src/backends/PostgreSQL/Makefile.am b/src/backends/PostgreSQL/Makefile.am deleted file mode 100644 index dac2623..0000000 --- a/src/backends/PostgreSQL/Makefile.am +++ /dev/null @@ -1,17 +0,0 @@ -## Makefile.am for krecipes - -# this is the program that gets installed. it's name is used for all -# of the other Makefile.am variables - -# set the include path for X, tqt and TDE -INCLUDES = -I$(srcdir) -I$(srcdir)/.. -I$(srcdir)/../.. $(all_includes) - - -# Instructions for building the convenience library -noinst_LTLIBRARIES=libkrecpsql.la -libkrecpsql_la_SOURCES=psqlrecipedb.cpp -libkrecpsql_la_METASOURCES=AUTO - - -#the library search path. -libkrecpsql_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) diff --git a/src/backends/SQLite/Makefile.am b/src/backends/SQLite/Makefile.am deleted file mode 100644 index e136dd1..0000000 --- a/src/backends/SQLite/Makefile.am +++ /dev/null @@ -1,15 +0,0 @@ -## Makefile.am for krecipes - -# this is the program that gets installed. it's name is used for all -# of the other Makefile.am variables - -# set the include path for X, tqt and TDE -INCLUDES = -I$(srcdir) -I$(srcdir)/.. -I$(srcdir)/../.. $(all_includes) - -# Instructions for building the convenience library -noinst_LTLIBRARIES=libkrecsqlite.la -libkrecsqlite_la_SOURCES=literecipedb.cpp -libkrecsqlite_la_METASOURCES=AUTO - -#the library search path. -libkrecsqlite_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) |
