summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-07-13 17:17:47 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-07-24 22:46:05 +0900
commitd3702134fe5c9154a8ac685481508293ef4ea6ad (patch)
tree99d12905de6ce69a99426073c708826356649031 /src/Makefile.am
parentea9d449a129bcb3f03210d878a8ac31012c1bf8f (diff)
downloaddigikam-d3702134.tar.gz
digikam-d3702134.zip
Drop autotools support
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit a2ab145c9a7b83a42fc168a07972f0de3e31efef)
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
deleted file mode 100644
index 4741808b..00000000
--- a/src/Makefile.am
+++ /dev/null
@@ -1,25 +0,0 @@
-COMPILE_FIRST = libs
-
-SUBDIRS = libs utilities digikam showfoto tdeioslave imageplugins themedesigner
-
-EXTRA_DIST = AUTHORS COPYING ChangeLog INSTALL README TODO digikam.lsm
-
-AUTOMAKE_OPTIONS = foreign
-
-MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 configure.files
-
-
-tip_DATA = tips
-tipdir = $(kde_datadir)/digikam
-
-messages: rc.cpp
- $(EXTRACTRC) `find . -name "*.ui"` >> rc.cpp
- $(EXTRACTRC) `find . -name "*.rc"` >> rc.cpp
- $(PREPARETIPS) > tips.cpp
- LIST=`find . -name \*.h -o -name \*.hh -o -name \*.H -o -name \*.hxx -o -name \*.hpp -o -name \*.cpp -o -name \*.cc -o -name \*.cxx -o -name \*.ecpp -o -name \*.C`; \
- if test -n "$$LIST"; then \
- $(XGETTEXT) $$LIST -o $(podir)/digikam.pot; \
- fi
- rm -f tips.cpp
-
-include ../admin/Doxyfile.am