diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-10-17 19:58:20 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-10-17 19:58:20 +0900 |
commit | 5f9ef32111bd25b29f3996dd31d3dd52d39bac74 (patch) | |
tree | c9320687ffec4c6b7d41a5d24311aca576644a6a /admin/deps.am | |
parent | 0eec68a32197fcf878eabe4434badcf73e2d4741 (diff) | |
download | twin-style-fahrenheit-5f9ef32111bd25b29f3996dd31d3dd52d39bac74.tar.gz twin-style-fahrenheit-5f9ef32111bd25b29f3996dd31d3dd52d39bac74.zip |
Remove automake files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'admin/deps.am')
-rw-r--r-- | admin/deps.am | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/admin/deps.am b/admin/deps.am deleted file mode 100644 index 8f83a96..0000000 --- a/admin/deps.am +++ /dev/null @@ -1,19 +0,0 @@ -$(top_srcdir)/acinclude.m4: $(top_srcdir)/admin/acinclude.m4.in $(top_srcdir)/admin/libtool.m4.in $(top_srcdir)/admin/cvs.sh - @cd $(top_srcdir) && $(SHELL) admin/cvs.sh acinclude_m4 - -$(top_srcdir)/configure.in: $(top_srcdir)/subdirs $(top_srcdir)/configure.files $(top_srcdir)/admin/cvs.sh - @cd $(top_srcdir) && $(SHELL) admin/cvs.sh configure_in - -$(top_srcdir)/configure.files: $(top_srcdir)/subdirs $(CONF_FILES) - @cd $(top_srcdir) && $(SHELL) admin/cvs.sh configure.files $(top_srcdir)/admin/cvs.sh - -$(top_srcdir)/Makefile.am: $(top_srcdir)/Makefile.am.in $(top_srcdir)/subdirs $(top_srcdir)/admin/cvs.sh - @cd $(top_srcdir) && $(SHELL) admin/cvs.sh Makefile_am - -$(top_srcdir)/subdirs: $(top_srcdir)/Makefile.am.in $(top_srcdir)/admin/cvs.sh - @cd $(top_srcdir) && $(SHELL) admin/cvs.sh subdirs - -# defining default rules for files that may not be present -$(top_srcdir)/Makefile.am.in: -$(CONF_FILES): - |