Mercurial > noffle
comparison Makefile.in @ 484:d33568bb18ab noffle
[svn] * Makefile.in,NEWS,README,aclocal.m4,configure,configure.in,
docs/Makefile.in,packages/Makefile.in,packages/redhat/Makefile.in,
src/Makefile.in: Bump version to 1.2.0rc1.
author | bears |
---|---|
date | Fri, 22 Oct 2004 13:50:40 +0100 |
parents | 29cccddfc307 |
children | b6355c8270b4 |
comparison
equal
deleted
inserted
replaced
483:a02417000b7b | 484:d33568bb18ab |
---|---|
1 # Makefile.in generated automatically by automake 1.4-p4 from Makefile.am | 1 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am |
2 | 2 |
3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. | 3 # Copyright (C) 1994, 1995-8, 1999, 2001 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, |
57 PRE_INSTALL = : | 57 PRE_INSTALL = : |
58 POST_INSTALL = : | 58 POST_INSTALL = : |
59 NORMAL_UNINSTALL = : | 59 NORMAL_UNINSTALL = : |
60 PRE_UNINSTALL = : | 60 PRE_UNINSTALL = : |
61 POST_UNINSTALL = : | 61 POST_UNINSTALL = : |
62 host_alias = @host_alias@ | |
63 host_triplet = @host@ | |
62 CC = @CC@ | 64 CC = @CC@ |
63 CONFIGFILE = @CONFIGFILE@ | 65 CONFIGFILE = @CONFIGFILE@ |
64 DOCDIR = @DOCDIR@ | 66 DOCDIR = @DOCDIR@ |
67 HAVE_LIB = @HAVE_LIB@ | |
68 LIB = @LIB@ | |
65 LIBPAM = @LIBPAM@ | 69 LIBPAM = @LIBPAM@ |
70 LTLIB = @LTLIB@ | |
66 MAKEINFO = @MAKEINFO@ | 71 MAKEINFO = @MAKEINFO@ |
67 PACKAGE = @PACKAGE@ | 72 PACKAGE = @PACKAGE@ |
68 SENDMAILPROG = @SENDMAILPROG@ | 73 SENDMAILPROG = @SENDMAILPROG@ |
69 SPOOLDIR = @SPOOLDIR@ | 74 SPOOLDIR = @SPOOLDIR@ |
70 USERSFILE = @USERSFILE@ | 75 USERSFILE = @USERSFILE@ |
96 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status | 101 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status |
97 | 102 |
98 $(ACLOCAL_M4): configure.in | 103 $(ACLOCAL_M4): configure.in |
99 cd $(srcdir) && $(ACLOCAL) | 104 cd $(srcdir) && $(ACLOCAL) |
100 | 105 |
101 config.status: $(srcdir)/configure.in $(CONFIG_STATUS_DEPENDENCIES) | 106 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
102 $(SHELL) ./config.status --recheck | 107 $(SHELL) ./config.status --recheck |
103 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) | 108 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) |
104 cd $(srcdir) && $(AUTOCONF) | 109 cd $(srcdir) && $(AUTOCONF) |
105 | 110 |
106 config.h: stamp-h | 111 config.h: stamp-h |
165 maintainer-clean-recursive: | 170 maintainer-clean-recursive: |
166 @set fnord $(MAKEFLAGS); amf=$$2; \ | 171 @set fnord $(MAKEFLAGS); amf=$$2; \ |
167 dot_seen=no; \ | 172 dot_seen=no; \ |
168 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ | 173 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ |
169 rev="$$subdir $$rev"; \ | 174 rev="$$subdir $$rev"; \ |
170 test "$$subdir" = "." && dot_seen=yes; \ | 175 test "$$subdir" != "." || dot_seen=yes; \ |
171 done; \ | 176 done; \ |
172 test "$$dot_seen" = "no" && rev=". $$rev"; \ | 177 test "$$dot_seen" = "no" && rev=". $$rev"; \ |
173 target=`echo $@ | sed s/-recursive//`; \ | 178 target=`echo $@ | sed s/-recursive//`; \ |
174 for subdir in $$rev; do \ | 179 for subdir in $$rev; do \ |
175 echo "Making $$target in $$subdir"; \ | 180 echo "Making $$target in $$subdir"; \ |
207 list='$(SOURCES) $(HEADERS)'; \ | 212 list='$(SOURCES) $(HEADERS)'; \ |
208 unique=`for i in $$list; do echo $$i; done | \ | 213 unique=`for i in $$list; do echo $$i; done | \ |
209 awk ' { files[$$0] = 1; } \ | 214 awk ' { files[$$0] = 1; } \ |
210 END { for (i in files) print i; }'`; \ | 215 END { for (i in files) print i; }'`; \ |
211 test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \ | 216 test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \ |
212 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS) | 217 || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP)) |
213 | 218 |
214 mostlyclean-tags: | 219 mostlyclean-tags: |
215 | 220 |
216 clean-tags: | 221 clean-tags: |
217 | 222 |