summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2022-02-01 13:20:22 +0100
committerSlávek Banko <slavek.banko@axis.cz>2022-02-02 15:24:14 +0100
commit60298e927e184c09b51ee7d91c40d79e3bb08a9a (patch)
treef0fce8153158432840f36397ce4b016559e6caf8 /Makefile.am
parent0f1756bea7b7e7f0446aad6f1f8028b0cdf57244 (diff)
downloadtwin-style-crystal-r14.0.12.tar.gz
twin-style-crystal-r14.0.12.zip
Drop automake build support.r14.0.12
Rework the README and INSTALL files. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 0046c9a50823acc26d9c8c57d28ed0c0bd87c4a2)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am20
1 files changed, 0 insertions, 20 deletions
diff --git a/Makefile.am b/Makefile.am
deleted file mode 100644
index eaa5b67..0000000
--- a/Makefile.am
+++ /dev/null
@@ -1,20 +0,0 @@
-SUBDIRS = pics client
-
-MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 configure.files
-
-EXTRA_DIST = Makefile.cvs admin
-
-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
-
-dist-hook:
- cd $(top_distdir) && perl admin/am_edit -padmin
- cd $(top_distdir) && $(MAKE) -f admin/Makefile.common subdirs