Release: 1.1.7
[captive.git] / src / install / acquire / cabextract / Makefile.in
1 # Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999, 2001 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 CC = @CC@
61 EXEEXT = @EXEEXT@
62 MAKEINFO = @MAKEINFO@
63 PACKAGE = @PACKAGE@
64 VERSION = @VERSION@
65
66 AUTOMAKE_OPTIONS = no-dependencies
67 EXTRA_DIST = cabinfo.c mktime.c getopt.h        cabextract.1 debian ja cabextract.spec  cabextract.spec.in magic.cabinet
68
69
70 bin_PROGRAMS = cabextract
71 man_MANS = cabextract.1
72 cabextract_SOURCES = cabextract.c
73 cabextract_LDADD = @LIBOBJS@
74 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
75 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
76 CONFIG_HEADER = config.h
77 CONFIG_CLEAN_FILES =  cabextract.spec
78 bin_PROGRAMS =  cabextract$(EXEEXT)
79 PROGRAMS =  $(bin_PROGRAMS)
80
81
82 DEFS = @DEFS@ -I. -I$(srcdir) -I.
83 CPPFLAGS = @CPPFLAGS@
84 LDFLAGS = @LDFLAGS@
85 LIBS = @LIBS@
86 cabextract_OBJECTS =  cabextract.o
87 cabextract_DEPENDENCIES =  @LIBOBJS@
88 cabextract_LDFLAGS = 
89 CFLAGS = @CFLAGS@
90 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
91 CCLD = $(CC)
92 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
93 man1dir = $(mandir)/man1
94 MANS = $(man_MANS)
95
96 NROFF = nroff
97 DIST_COMMON =  README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
98 Makefile.am Makefile.in NEWS TODO aclocal.m4 cabextract.spec.in \
99 config.h.in configure configure.in getopt.c getopt1.c install-sh \
100 missing mkinstalldirs mktime.c
101
102
103 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
104
105 TAR = tar
106 GZIP_ENV = --best
107 SOURCES = $(cabextract_SOURCES)
108 OBJECTS = $(cabextract_OBJECTS)
109
110 all: all-redirect
111 .SUFFIXES:
112 .SUFFIXES: .S .c .o .s
113 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
114         cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
115
116 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
117         cd $(top_builddir) \
118           && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
119
120 $(ACLOCAL_M4):  configure.in 
121         cd $(srcdir) && $(ACLOCAL)
122
123 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
124         $(SHELL) ./config.status --recheck
125 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
126         cd $(srcdir) && $(AUTOCONF)
127
128 config.h: stamp-h
129         @if test ! -f $@; then \
130                 rm -f stamp-h; \
131                 $(MAKE) stamp-h; \
132         else :; fi
133 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
134         cd $(top_builddir) \
135           && CONFIG_FILES= CONFIG_HEADERS=config.h \
136              $(SHELL) ./config.status
137         @echo timestamp > stamp-h 2> /dev/null
138 $(srcdir)/config.h.in: $(srcdir)/stamp-h.in
139         @if test ! -f $@; then \
140                 rm -f $(srcdir)/stamp-h.in; \
141                 $(MAKE) $(srcdir)/stamp-h.in; \
142         else :; fi
143 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) 
144         cd $(top_srcdir) && $(AUTOHEADER)
145         @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
146
147 mostlyclean-hdr:
148
149 clean-hdr:
150
151 distclean-hdr:
152         -rm -f config.h
153
154 maintainer-clean-hdr:
155 cabextract.spec: $(top_builddir)/config.status cabextract.spec.in
156         cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
157
158 mostlyclean-binPROGRAMS:
159
160 clean-binPROGRAMS:
161         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
162
163 distclean-binPROGRAMS:
164
165 maintainer-clean-binPROGRAMS:
166
167 install-binPROGRAMS: $(bin_PROGRAMS)
168         @$(NORMAL_INSTALL)
169         $(mkinstalldirs) $(DESTDIR)$(bindir)
170         @list='$(bin_PROGRAMS)'; for p in $$list; do \
171           if test -f $$p; then \
172             echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
173              $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
174           else :; fi; \
175         done
176
177 uninstall-binPROGRAMS:
178         @$(NORMAL_UNINSTALL)
179         list='$(bin_PROGRAMS)'; for p in $$list; do \
180           rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
181         done
182
183 .c.o:
184         $(COMPILE) -c $<
185
186 .s.o:
187         $(COMPILE) -c $<
188
189 .S.o:
190         $(COMPILE) -c $<
191
192 mostlyclean-compile:
193         -rm -f *.o core *.core
194
195 clean-compile:
196
197 distclean-compile:
198         -rm -f *.tab.c
199
200 maintainer-clean-compile:
201
202 cabextract$(EXEEXT): $(cabextract_OBJECTS) $(cabextract_DEPENDENCIES)
203         @rm -f cabextract$(EXEEXT)
204         $(LINK) $(cabextract_LDFLAGS) $(cabextract_OBJECTS) $(cabextract_LDADD) $(LIBS)
205
206 install-man1:
207         $(mkinstalldirs) $(DESTDIR)$(man1dir)
208         @list='$(man1_MANS)'; \
209         l2='$(man_MANS)'; for i in $$l2; do \
210           case "$$i" in \
211             *.1*) list="$$list $$i" ;; \
212           esac; \
213         done; \
214         for i in $$list; do \
215           if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
216           else file=$$i; fi; \
217           ext=`echo $$i | sed -e 's/^.*\\.//'`; \
218           inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
219           inst=`echo $$inst | sed '$(transform)'`.$$ext; \
220           echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
221           $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
222         done
223
224 uninstall-man1:
225         @list='$(man1_MANS)'; \
226         l2='$(man_MANS)'; for i in $$l2; do \
227           case "$$i" in \
228             *.1*) list="$$list $$i" ;; \
229           esac; \
230         done; \
231         for i in $$list; do \
232           ext=`echo $$i | sed -e 's/^.*\\.//'`; \
233           inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
234           inst=`echo $$inst | sed '$(transform)'`.$$ext; \
235           echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
236           rm -f $(DESTDIR)$(man1dir)/$$inst; \
237         done
238 install-man: $(MANS)
239         @$(NORMAL_INSTALL)
240         $(MAKE) $(AM_MAKEFLAGS) install-man1
241 uninstall-man:
242         @$(NORMAL_UNINSTALL)
243         $(MAKE) $(AM_MAKEFLAGS) uninstall-man1
244
245 tags: TAGS
246
247 ID: $(HEADERS) $(SOURCES) $(LISP)
248         list='$(SOURCES) $(HEADERS)'; \
249         unique=`for i in $$list; do echo $$i; done | \
250           awk '    { files[$$0] = 1; } \
251                END { for (i in files) print i; }'`; \
252         here=`pwd` && cd $(srcdir) \
253           && mkid -f$$here/ID $$unique $(LISP)
254
255 TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
256         tags=; \
257         here=`pwd`; \
258         list='$(SOURCES) $(HEADERS)'; \
259         unique=`for i in $$list; do echo $$i; done | \
260           awk '    { files[$$0] = 1; } \
261                END { for (i in files) print i; }'`; \
262         test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
263           || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP))
264
265 mostlyclean-tags:
266
267 clean-tags:
268
269 distclean-tags:
270         -rm -f TAGS ID
271
272 maintainer-clean-tags:
273
274 distdir = $(PACKAGE)-$(VERSION)
275 top_distdir = $(distdir)
276
277 # This target untars the dist file and tries a VPATH configuration.  Then
278 # it guarantees that the distribution is self-contained by making another
279 # tarfile.
280 distcheck: dist
281         -rm -rf $(distdir)
282         GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
283         mkdir $(distdir)/=build
284         mkdir $(distdir)/=inst
285         dc_install_base=`cd $(distdir)/=inst && pwd`; \
286         cd $(distdir)/=build \
287           && ../configure --srcdir=.. --prefix=$$dc_install_base \
288           && $(MAKE) $(AM_MAKEFLAGS) \
289           && $(MAKE) $(AM_MAKEFLAGS) dvi \
290           && $(MAKE) $(AM_MAKEFLAGS) check \
291           && $(MAKE) $(AM_MAKEFLAGS) install \
292           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
293           && $(MAKE) $(AM_MAKEFLAGS) dist
294         -rm -rf $(distdir)
295         @banner="$(distdir).tar.gz is ready for distribution"; \
296         dashes=`echo "$$banner" | sed s/./=/g`; \
297         echo "$$dashes"; \
298         echo "$$banner"; \
299         echo "$$dashes"
300 dist: distdir
301         -chmod -R a+r $(distdir)
302         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
303         -rm -rf $(distdir)
304 dist-all: distdir
305         -chmod -R a+r $(distdir)
306         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
307         -rm -rf $(distdir)
308 distdir: $(DISTFILES)
309         -rm -rf $(distdir)
310         mkdir $(distdir)
311         -chmod 777 $(distdir)
312         @for file in $(DISTFILES); do \
313           d=$(srcdir); \
314           if test -d $$d/$$file; then \
315             cp -pr $$d/$$file $(distdir)/$$file; \
316           else \
317             test -f $(distdir)/$$file \
318             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
319             || cp -p $$d/$$file $(distdir)/$$file || :; \
320           fi; \
321         done
322 info-am:
323 info: info-am
324 dvi-am:
325 dvi: dvi-am
326 check-am: all-am
327 check: check-am
328 installcheck-am:
329 installcheck: installcheck-am
330 all-recursive-am: config.h
331         $(MAKE) $(AM_MAKEFLAGS) all-recursive
332
333 install-exec-am: install-binPROGRAMS
334 install-exec: install-exec-am
335
336 install-data-am: install-man
337 install-data: install-data-am
338
339 install-am: all-am
340         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
341 install: install-am
342 uninstall-am: uninstall-binPROGRAMS uninstall-man
343 uninstall: uninstall-am
344 all-am: Makefile $(PROGRAMS) $(MANS) config.h
345 all-redirect: all-am
346 install-strip:
347         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
348 installdirs:
349         $(mkinstalldirs)  $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man1
350
351
352 mostlyclean-generic:
353
354 clean-generic:
355
356 distclean-generic:
357         -rm -f Makefile $(CONFIG_CLEAN_FILES)
358         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
359
360 maintainer-clean-generic:
361 mostlyclean-am:  mostlyclean-hdr mostlyclean-binPROGRAMS \
362                 mostlyclean-compile mostlyclean-tags \
363                 mostlyclean-generic
364
365 mostlyclean: mostlyclean-am
366
367 clean-am:  clean-hdr clean-binPROGRAMS clean-compile clean-tags \
368                 clean-generic mostlyclean-am
369
370 clean: clean-am
371
372 distclean-am:  distclean-hdr distclean-binPROGRAMS distclean-compile \
373                 distclean-tags distclean-generic clean-am
374
375 distclean: distclean-am
376         -rm -f config.status
377
378 maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-binPROGRAMS \
379                 maintainer-clean-compile maintainer-clean-tags \
380                 maintainer-clean-generic distclean-am
381         @echo "This command is intended for maintainers to use;"
382         @echo "it deletes files that may require special tools to rebuild."
383
384 maintainer-clean: maintainer-clean-am
385         -rm -f config.status
386
387 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
388 mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
389 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
390 mostlyclean-compile distclean-compile clean-compile \
391 maintainer-clean-compile install-man1 uninstall-man1 install-man \
392 uninstall-man tags mostlyclean-tags distclean-tags clean-tags \
393 maintainer-clean-tags distdir info-am info dvi-am dvi check check-am \
394 installcheck-am installcheck all-recursive-am install-exec-am \
395 install-exec install-data-am install-data install-am install \
396 uninstall-am uninstall all-redirect all-am all installdirs \
397 mostlyclean-generic distclean-generic clean-generic \
398 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
399
400
401 # Tell versions [3.59,3.63) of GNU make to not export all variables.
402 # Otherwise a system limit (for SysV at least) may be exceeded.
403 .NOEXPORT: