diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-08-30 00:14:03 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-08-30 00:14:03 +0000 |
commit | c91b6cace3dfc07af3b8b5622642b4c031fd760b (patch) | |
tree | 1dab9a16f660b6cbc65de57a1151bd8a5dbbc81c /Makefile.am | |
parent | 658645137275b27697a30d874867202c6ab3a424 (diff) | |
download | ATCD-c91b6cace3dfc07af3b8b5622642b4c031fd760b.tar.gz |
Removed references to ace-diff-config.in and ACE.ifnames.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 21 |
1 files changed, 2 insertions, 19 deletions
diff --git a/Makefile.am b/Makefile.am index e0064f7d67e..2a54460adda 100644 --- a/Makefile.am +++ b/Makefile.am @@ -59,14 +59,9 @@ EXTRA_DIST = \ acconfig.h \ ace-config.in \ ace-config.1.in \ - aceConf.sh.in \ - ACE.ifnames \ - ace-diff-config.in + aceConf.sh.in -DISTCLEANFILES = ace-config aceConf.sh ace-config.1 ace-diff-config \ - ace-diff-config.results ace-diff-config.results.bak - -MAINTAINERCLEANFILES = ACE.ifnames +DISTCLEANFILES = ace-config aceConf.sh ace-config.1 ## release: ## $(MAKE) dist distdir=$(PACKAGE)$(VERSION) @@ -97,18 +92,6 @@ ace-config.1: ace-config.1.in Makefile < $(srcdir)/ace-config.1.in > ace-config.1.tmp \ && mv ace-config.1.tmp ace-config.1 -## The file containing the list of preprocessor conditional macros used by ACE -noinst_DATA = ACE.ifnames - -ACE.ifnames: ChangeLog acconfig.h -if MAINTAINER_MODE - rm -f $@ - ifnames $(top_srcdir)/ace/*.{h,i,cpp} | sed -e 's/ .*//g' \ - > $(top_srcdir)/$@ -else - touch $(top_srcdir)/$@ -endif - ## Directories to include in the distribution but which I am too lazy to ## create Makefile.am files for. A Makefile.am for these directories isn't ## needed anyway. |