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:37:38 +0900 |
| commit | ca15b14da5f68f8cd2b86976009fd1a6a1c7ea55 (patch) | |
| tree | 0ff10f62094e706806ca25dd063fa1cb69f37306 /src/Makefile.am | |
| parent | 7a5739d94f1b459c01c7f6acf5f3b1d99829d352 (diff) | |
| download | krecipes-ca15b14d.tar.gz krecipes-ca15b14d.zip | |
Drop support for automake builds
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 189026316e42f7499f9ef45556b1ebaf31acd36e)
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/src/Makefile.am b/src/Makefile.am deleted file mode 100644 index 75fcead..0000000 --- a/src/Makefile.am +++ /dev/null @@ -1,61 +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 -bin_PROGRAMS = krecipes - -SUBDIRS = backends importers widgets dialogs exporters datablocks tests - -# set the include path for X, tqt and TDE -INCLUDES = -I$(srcdir) -I$(srcdir)/backends -I$(srcdir)/backends/SQLite $(all_includes) - -# the library search path. -krecipes_LDFLAGS = $(KDE_RPATH) $(LIB_TDEPARTS) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEIO) -ltdefx -lDCOP $(LIB_TQT) $(all_libraries) - - -# Check for optional libs -if link_lib_SQLITE -qsqlite_libadds = backends/SQLite/libkrecsqlite.la $(SQLITE_LIB3) -endif - -if link_lib_MYSQL -mysql_libadds =backends/MySQL/libkrecmysql.la -endif - -if link_lib_POSTGRESQL -psql_libadds =backends/PostgreSQL/libkrecpsql.la -endif - -# the shared libraries to link against. -krecipes_LDADD = \ - backends/libkrecipesdbs.la exporters/libkrecipesexporters.la \ - importers/libkrecipesimporters.la widgets/libkrecipeswidgets.la dialogs/libkrecipesdialogs.la \ - widgets/libkrecipeswidgets.la datablocks/libdatablocks.la \ - $(qsqlite_libadds) $(mysql_libadds) $(psql_libadds) $(LIB_TDEHTML) $(LIB_TDESPELL) $(LIB_TDEPARTS) -ltdefx - -# which sources should be compiled for krecipes -krecipes_SOURCES = \ - main.cpp krecipes.cpp krecipesview.cpp pref.cpp \ - krecipesiface.skel krecipesdbiface.skel \ - propertycalculator.cpp setupwizard.cpp \ - shoppingcalculator.cpp kstartuplogo.cpp \ - recipeactionshandler.cpp \ - recipefilter.cpp \ - convert_sqlite3.cpp klomanager.cpp - -# let automoc handle all of the meta source files (moc) -METASOURCES = AUTO - -KDE_ICON = krecipes - -# this is where the kdelnk file will go -kdelnkdir = $(kde_appsdir)/Utilities -kdelnk_DATA = krecipes.desktop - -# this is where the XML-GUI resource file goes -rcdir = $(kde_datadir)/krecipes -rc_DATA = krecipesui.rc - -# this is where the pixmap file goes -pixmapdir = $(datadir)/pixmaps -pixmap_DATA = krecipes.xpm |
