comparison Makefile.in @ 1:8b1883341c6f

Initial revision
author masneyb
date Mon, 05 Aug 2002 19:46:57 +0000
parents
children 5551ab2301fe
comparison
equal deleted inserted replaced
0:674ed97069fd 1:8b1883341c6f
1 # Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
7
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE.
12
13
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = .
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 host_alias = @host_alias@
61 host_triplet = @host@
62 AWK = @AWK@
63 BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
64 CATALOGS = @CATALOGS@
65 CATOBJEXT = @CATOBJEXT@
66 CC = @CC@
67 DATADIRNAME = @DATADIRNAME@
68 EXTRA_LIBS = @EXTRA_LIBS@
69 GENCAT = @GENCAT@
70 GFTP_GTK = @GFTP_GTK@
71 GFTP_TEXT = @GFTP_TEXT@
72 GLIBC21 = @GLIBC21@
73 GLIB_CFLAGS = @GLIB_CFLAGS@
74 GLIB_CONFIG = @GLIB_CONFIG@
75 GLIB_LIBS = @GLIB_LIBS@
76 GMOFILES = @GMOFILES@
77 GMSGFMT = @GMSGFMT@
78 GTK_CFLAGS = @GTK_CFLAGS@
79 GTK_CONFIG = @GTK_CONFIG@
80 GTK_LIBS = @GTK_LIBS@
81 INSTOBJEXT = @INSTOBJEXT@
82 INTLBISON = @INTLBISON@
83 INTLLIBS = @INTLLIBS@
84 INTLOBJS = @INTLOBJS@
85 INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
86 LIBICONV = @LIBICONV@
87 LN_S = @LN_S@
88 MAKEINFO = @MAKEINFO@
89 MKINSTALLDIRS = @MKINSTALLDIRS@
90 MSGFMT = @MSGFMT@
91 PACKAGE = @PACKAGE@
92 PKG_CONFIG = @PKG_CONFIG@
93 POFILES = @POFILES@
94 POSUB = @POSUB@
95 PREFIX = @PREFIX@
96 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
97 PTHREAD_LIBS = @PTHREAD_LIBS@
98 RANLIB = @RANLIB@
99 READLINE_LIBS = @READLINE_LIBS@
100 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
101 USE_NLS = @USE_NLS@
102 VERSION = @VERSION@
103
104 SUBDIRS = docs intl lib po src
105 EXTRA_DIST = README THANKS TODO gftp.spec.in debian/changelog debian/control debian/copyright debian/dirs debian/docs debian/menu debian/rules
106
107 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
108 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
109 CONFIG_HEADER = config.h
110 CONFIG_CLEAN_FILES = gftp.spec
111 DIST_COMMON = README ./stamp-h.in ABOUT-NLS COPYING ChangeLog \
112 Makefile.am Makefile.in THANKS TODO acconfig.h aclocal.m4 config.guess \
113 config.h.in config.sub configure configure.in gftp.spec.in install-sh \
114 missing mkinstalldirs
115
116
117 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
118
119 TAR = tar
120 GZIP_ENV = --best
121 all: all-redirect
122 .SUFFIXES:
123 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
124 cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps Makefile
125
126 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
127 cd $(top_builddir) \
128 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
129
130 $(ACLOCAL_M4): configure.in
131 cd $(srcdir) && $(ACLOCAL)
132
133 config.status: $(srcdir)/configure.in $(CONFIG_STATUS_DEPENDENCIES)
134 $(SHELL) ./config.status --recheck
135 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
136 cd $(srcdir) && $(AUTOCONF)
137
138 config.h: stamp-h
139 @if test ! -f $@; then \
140 rm -f stamp-h; \
141 $(MAKE) stamp-h; \
142 else :; fi
143 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
144 cd $(top_builddir) \
145 && CONFIG_FILES= CONFIG_HEADERS=config.h \
146 $(SHELL) ./config.status
147 @echo timestamp > stamp-h 2> /dev/null
148 $(srcdir)/config.h.in: $(srcdir)/stamp-h.in
149 @if test ! -f $@; then \
150 rm -f $(srcdir)/stamp-h.in; \
151 $(MAKE) $(srcdir)/stamp-h.in; \
152 else :; fi
153 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
154 cd $(top_srcdir) && $(AUTOHEADER)
155 @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
156
157 mostlyclean-hdr:
158
159 clean-hdr:
160
161 distclean-hdr:
162 -rm -f config.h
163
164 maintainer-clean-hdr:
165 gftp.spec: $(top_builddir)/config.status gftp.spec.in
166 cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
167
168 # This directory's subdirectories are mostly independent; you can cd
169 # into them and run `make' without going through this Makefile.
170 # To change the values of `make' variables: instead of editing Makefiles,
171 # (1) if the variable is set in `config.status', edit `config.status'
172 # (which will cause the Makefiles to be regenerated when you run `make');
173 # (2) otherwise, pass the desired values on the `make' command line.
174
175 @SET_MAKE@
176
177 all-recursive install-data-recursive install-exec-recursive \
178 installdirs-recursive install-recursive uninstall-recursive \
179 check-recursive installcheck-recursive info-recursive dvi-recursive:
180 @set fnord $(MAKEFLAGS); amf=$$2; \
181 dot_seen=no; \
182 target=`echo $@ | sed s/-recursive//`; \
183 list='$(SUBDIRS)'; for subdir in $$list; do \
184 echo "Making $$target in $$subdir"; \
185 if test "$$subdir" = "."; then \
186 dot_seen=yes; \
187 local_target="$$target-am"; \
188 else \
189 local_target="$$target"; \
190 fi; \
191 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
192 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
193 done; \
194 if test "$$dot_seen" = "no"; then \
195 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
196 fi; test -z "$$fail"
197
198 mostlyclean-recursive clean-recursive distclean-recursive \
199 maintainer-clean-recursive:
200 @set fnord $(MAKEFLAGS); amf=$$2; \
201 dot_seen=no; \
202 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
203 rev="$$subdir $$rev"; \
204 test "$$subdir" = "." && dot_seen=yes; \
205 done; \
206 test "$$dot_seen" = "no" && rev=". $$rev"; \
207 target=`echo $@ | sed s/-recursive//`; \
208 for subdir in $$rev; do \
209 echo "Making $$target in $$subdir"; \
210 if test "$$subdir" = "."; then \
211 local_target="$$target-am"; \
212 else \
213 local_target="$$target"; \
214 fi; \
215 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
216 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
217 done && test -z "$$fail"
218 tags-recursive:
219 list='$(SUBDIRS)'; for subdir in $$list; do \
220 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
221 done
222
223 tags: TAGS
224
225 ID: $(HEADERS) $(SOURCES) $(LISP)
226 list='$(SOURCES) $(HEADERS)'; \
227 unique=`for i in $$list; do echo $$i; done | \
228 awk ' { files[$$0] = 1; } \
229 END { for (i in files) print i; }'`; \
230 here=`pwd` && cd $(srcdir) \
231 && mkid -f$$here/ID $$unique $(LISP)
232
233 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
234 tags=; \
235 here=`pwd`; \
236 list='$(SUBDIRS)'; for subdir in $$list; do \
237 if test "$$subdir" = .; then :; else \
238 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
239 fi; \
240 done; \
241 list='$(SOURCES) $(HEADERS)'; \
242 unique=`for i in $$list; do echo $$i; done | \
243 awk ' { files[$$0] = 1; } \
244 END { for (i in files) print i; }'`; \
245 test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
246 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
247
248 mostlyclean-tags:
249
250 clean-tags:
251
252 distclean-tags:
253 -rm -f TAGS ID
254
255 maintainer-clean-tags:
256
257 distdir = $(PACKAGE)-$(VERSION)
258 top_distdir = $(distdir)
259
260 # This target untars the dist file and tries a VPATH configuration. Then
261 # it guarantees that the distribution is self-contained by making another
262 # tarfile.
263 distcheck: dist
264 -rm -rf $(distdir)
265 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
266 mkdir $(distdir)/=build
267 mkdir $(distdir)/=inst
268 dc_install_base=`cd $(distdir)/=inst && pwd`; \
269 cd $(distdir)/=build \
270 && ../configure --with-included-gettext --srcdir=.. --prefix=$$dc_install_base \
271 && $(MAKE) $(AM_MAKEFLAGS) \
272 && $(MAKE) $(AM_MAKEFLAGS) dvi \
273 && $(MAKE) $(AM_MAKEFLAGS) check \
274 && $(MAKE) $(AM_MAKEFLAGS) install \
275 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
276 && $(MAKE) $(AM_MAKEFLAGS) dist
277 -rm -rf $(distdir)
278 @banner="$(distdir).tar.gz is ready for distribution"; \
279 dashes=`echo "$$banner" | sed s/./=/g`; \
280 echo "$$dashes"; \
281 echo "$$banner"; \
282 echo "$$dashes"
283 dist: distdir
284 -chmod -R a+r $(distdir)
285 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
286 -rm -rf $(distdir)
287 dist-all: distdir
288 -chmod -R a+r $(distdir)
289 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
290 -rm -rf $(distdir)
291 distdir: $(DISTFILES)
292 -rm -rf $(distdir)
293 mkdir $(distdir)
294 -chmod 777 $(distdir)
295 $(mkinstalldirs) $(distdir)/debian
296 @for file in $(DISTFILES); do \
297 d=$(srcdir); \
298 if test -d $$d/$$file; then \
299 cp -pr $$d/$$file $(distdir)/$$file; \
300 else \
301 test -f $(distdir)/$$file \
302 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
303 || cp -p $$d/$$file $(distdir)/$$file || :; \
304 fi; \
305 done
306 for subdir in $(SUBDIRS); do \
307 if test "$$subdir" = .; then :; else \
308 test -d $(distdir)/$$subdir \
309 || mkdir $(distdir)/$$subdir \
310 || exit 1; \
311 chmod 777 $(distdir)/$$subdir; \
312 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
313 || exit 1; \
314 fi; \
315 done
316 $(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook
317 info-am:
318 info: info-recursive
319 dvi-am:
320 dvi: dvi-recursive
321 check-am: all-am
322 check: check-recursive
323 installcheck-am:
324 installcheck: installcheck-recursive
325 all-recursive-am: config.h
326 $(MAKE) $(AM_MAKEFLAGS) all-recursive
327
328 install-exec-am:
329 install-exec: install-exec-recursive
330
331 install-data-am:
332 install-data: install-data-recursive
333
334 install-am: all-am
335 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
336 install: install-recursive
337 uninstall-am:
338 uninstall: uninstall-recursive
339 all-am: Makefile config.h
340 all-redirect: all-recursive-am
341 install-strip:
342 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
343 installdirs: installdirs-recursive
344 installdirs-am:
345
346
347 mostlyclean-generic:
348
349 clean-generic:
350
351 distclean-generic:
352 -rm -f Makefile $(CONFIG_CLEAN_FILES)
353 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
354
355 maintainer-clean-generic:
356 mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic
357
358 mostlyclean: mostlyclean-recursive
359
360 clean-am: clean-hdr clean-tags clean-generic mostlyclean-am
361
362 clean: clean-recursive
363
364 distclean-am: distclean-hdr distclean-tags distclean-generic clean-am
365
366 distclean: distclean-recursive
367 -rm -f config.status
368
369 maintainer-clean-am: maintainer-clean-hdr maintainer-clean-tags \
370 maintainer-clean-generic distclean-am
371 @echo "This command is intended for maintainers to use;"
372 @echo "it deletes files that may require special tools to rebuild."
373
374 maintainer-clean: maintainer-clean-recursive
375 -rm -f config.status
376
377 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
378 install-data-recursive uninstall-data-recursive install-exec-recursive \
379 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
380 all-recursive check-recursive installcheck-recursive info-recursive \
381 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
382 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
383 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
384 dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
385 install-exec-am install-exec install-data-am install-data install-am \
386 install uninstall-am uninstall all-redirect all-am all installdirs-am \
387 installdirs mostlyclean-generic distclean-generic clean-generic \
388 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
389
390
391 dist-hook:
392 cp gftp.spec $(distdir)
393
394 # Tell versions [3.59,3.63) of GNU make to not export all variables.
395 # Otherwise a system limit (for SysV at least) may be exceeded.
396 .NOEXPORT: