diff options
author | Michele Calgaro <[email protected]> | 2023-10-17 19:58:20 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-10-17 19:58:20 +0900 |
commit | 5f9ef32111bd25b29f3996dd31d3dd52d39bac74 (patch) | |
tree | c9320687ffec4c6b7d41a5d24311aca576644a6a /Makefile.am | |
parent | 0eec68a32197fcf878eabe4434badcf73e2d4741 (diff) | |
download | twin-style-fahrenheit-5f9ef32111bd25b29f3996dd31d3dd52d39bac74.tar.gz twin-style-fahrenheit-5f9ef32111bd25b29f3996dd31d3dd52d39bac74.zip |
Remove automake files
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/Makefile.am b/Makefile.am deleted file mode 100644 index 13b33bd..0000000 --- a/Makefile.am +++ /dev/null @@ -1,20 +0,0 @@ -SUBDIRS = $(TOPSUBDIRS) - -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 |