Mercurial > noffle
comparison Makefile.in @ 278:a0497ffac49b noffle
[svn] I'm not very good at automake. Redo with automake2.13.
author | bears |
---|---|
date | Sun, 10 Nov 2002 18:49:41 +0000 |
parents | f3b44be9e4ab |
children | c02c4eb95f95 |
comparison
equal
deleted
inserted
replaced
277:1fdde6512033 | 278:a0497ffac49b |
---|---|
1 # Makefile.in generated automatically by automake 1.4-p5 from Makefile.am | 1 # Makefile.in generated automatically by automake 1.4-p4 from Makefile.am |
2 | 2 |
3 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. | 3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. |
4 # This Makefile.in is free software; the Free Software Foundation | 4 # This Makefile.in is free software; the Free Software Foundation |
5 # gives unlimited permission to copy and/or distribute it, | 5 # gives unlimited permission to copy and/or distribute it, |
6 # with or without modifications, as long as this notice is preserved. | 6 # with or without modifications, as long as this notice is preserved. |
7 | 7 |
8 # This program is distributed in the hope that it will be useful, | 8 # This program is distributed in the hope that it will be useful, |
94 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status | 94 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status |
95 | 95 |
96 $(ACLOCAL_M4): configure.in | 96 $(ACLOCAL_M4): configure.in |
97 cd $(srcdir) && $(ACLOCAL) | 97 cd $(srcdir) && $(ACLOCAL) |
98 | 98 |
99 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | 99 config.status: $(srcdir)/configure.in $(CONFIG_STATUS_DEPENDENCIES) |
100 $(SHELL) ./config.status --recheck | 100 $(SHELL) ./config.status --recheck |
101 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) | 101 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) |
102 cd $(srcdir) && $(AUTOCONF) | 102 cd $(srcdir) && $(AUTOCONF) |
103 | 103 |
104 config.h: stamp-h | 104 config.h: stamp-h |
163 maintainer-clean-recursive: | 163 maintainer-clean-recursive: |
164 @set fnord $(MAKEFLAGS); amf=$$2; \ | 164 @set fnord $(MAKEFLAGS); amf=$$2; \ |
165 dot_seen=no; \ | 165 dot_seen=no; \ |
166 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ | 166 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ |
167 rev="$$subdir $$rev"; \ | 167 rev="$$subdir $$rev"; \ |
168 test "$$subdir" != "." || dot_seen=yes; \ | 168 test "$$subdir" = "." && dot_seen=yes; \ |
169 done; \ | 169 done; \ |
170 test "$$dot_seen" = "no" && rev=". $$rev"; \ | 170 test "$$dot_seen" = "no" && rev=". $$rev"; \ |
171 target=`echo $@ | sed s/-recursive//`; \ | 171 target=`echo $@ | sed s/-recursive//`; \ |
172 for subdir in $$rev; do \ | 172 for subdir in $$rev; do \ |
173 echo "Making $$target in $$subdir"; \ | 173 echo "Making $$target in $$subdir"; \ |