summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2020-08-20 13:34:43 +0200
committergregory guy <gregory-tde@laposte.net>2020-08-20 13:48:38 +0200
commit37056b4b757f91c5d53be4ba750dde758a05765d (patch)
tree9cc019ba475db9952e16e4cfa2c22da28d97b2d8 /Makefile.am
parent61e3123dccf41518a4959991c2e1ca53896ed945 (diff)
downloadtdepacman-37056b4b757f91c5d53be4ba750dde758a05765d.tar.gz
tdepacman-37056b4b757f91c5d53be4ba750dde758a05765d.zip
Drop automake build support.
Remove empty folder templates. Delete gmo files from the po folder. Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am29
1 files changed, 0 insertions, 29 deletions
diff --git a/Makefile.am b/Makefile.am
deleted file mode 100644
index 75f4c72..0000000
--- a/Makefile.am
+++ /dev/null
@@ -1,29 +0,0 @@
-####### tdevelop will overwrite this part!!! (begin)##########
-
-SUBDIRS = kpacman po doc fonts maps pics
-
-EXTRA_DIST = kpacman.kdevprj admin AUTHORS COPYING ChangeLog INSTALL README TODO kpacman.lsm
-
-####### tdevelop will overwrite this part!!! (end)############
-# not a GNU package. You can remove this line, if
-# have all needed files, that a GNU package needs
-AUTOMAKE_OPTIONS = foreign
-
-$(top_srcdir)/configure.in: configure.in.in $(top_srcdir)/subdirs
- cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure.in ;
-
-$(top_srcdir)/subdirs:
- cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common subdirs
-
-$(top_srcdir)/acinclude.m4: $(top_srcdir)/admin/acinclude.m4.in $(top_srcdir)/admin/libtool.m4.in
- @cd $(top_srcdir) && cat admin/acinclude.m4.in admin/libtool.m4.in > acinclude.m4
-
-MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 configure.files
-
-package-messages:
- $(MAKE) -f admin/Makefile.common package-messages
- $(MAKE) -C po merge
-
-dist-hook:
- cd $(top_distdir) && perl admin/am_edit -padmin
- cd $(top_distdir) && $(MAKE) -f admin/Makefile.common subdirs