r4313: *** empty log message ***
[ctsim.git] / getopt / Makefile.in
1 # Makefile.in generated automatically by automake 1.4-p6 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 host_alias = @host_alias@
61 host_triplet = @host@
62 AWK = @AWK@
63 CC = @CC@
64 CXX = @CXX@
65 MAINT = @MAINT@
66 MAKEINFO = @MAKEINFO@
67 PACKAGE = @PACKAGE@
68 RANLIB = @RANLIB@
69 VERSION = @VERSION@
70 X_BASIC_LIBS = @X_BASIC_LIBS@
71 X_CFLAGS = @X_CFLAGS@
72 X_EXTRA_LIBS = @X_EXTRA_LIBS@
73 X_LIBS = @X_LIBS@
74 X_PRE_LIBS = @X_PRE_LIBS@
75 X_TOOLKIT_LIBS = @X_TOOLKIT_LIBS@
76 cgibindir = @cgibindir@
77 cgibinurl = @cgibinurl@
78 cgiprograms = @cgiprograms@
79 ctlibs = @ctlibs@
80 htmldata = @htmldata@
81 htmldir = @htmldir@
82 lamdefs = @lamdefs@
83 lamdir = @lamdir@
84 lamprograms = @lamprograms@
85 mpienable = @mpienable@
86 my_includes = @my_includes@
87 webdatadir = @webdatadir@
88 webdataurl = @webdataurl@
89 webenabled = @webenabled@
90 wxcflags = @wxcflags@
91 wxconfig = @wxconfig@
92 wxlibs = @wxlibs@
93
94 noinst_LIBRARIES = libgetopt.a
95 libgetopt_a_SOURCES = getopt.c getopt1.c 
96 noinst_HEADERS = getopt.h
97 INCLUDES = @my_includes@
98 EXTRA_DIST = Makefile.nt
99 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
100 CONFIG_HEADER = ../config.h
101 CONFIG_CLEAN_FILES = 
102 LIBRARIES =  $(noinst_LIBRARIES)
103
104
105 DEFS = @DEFS@ -I. -I$(srcdir) -I..
106 CPPFLAGS = @CPPFLAGS@
107 LDFLAGS = @LDFLAGS@
108 LIBS = @LIBS@
109 libgetopt_a_LIBADD = 
110 libgetopt_a_OBJECTS =  getopt.o getopt1.o
111 AR = ar
112 CFLAGS = @CFLAGS@
113 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
114 CCLD = $(CC)
115 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
116 HEADERS =  $(noinst_HEADERS)
117
118 DIST_COMMON =  Makefile.am Makefile.in
119
120
121 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
122
123 TAR = tar
124 GZIP_ENV = --best
125 DEP_FILES =  .deps/getopt.P .deps/getopt1.P
126 SOURCES = $(libgetopt_a_SOURCES)
127 OBJECTS = $(libgetopt_a_OBJECTS)
128
129 all: all-redirect
130 .SUFFIXES:
131 .SUFFIXES: .S .c .o .s
132 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
133         cd $(top_srcdir) && $(AUTOMAKE) --gnu getopt/Makefile
134
135 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
136         cd $(top_builddir) \
137           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
138
139
140 mostlyclean-noinstLIBRARIES:
141
142 clean-noinstLIBRARIES:
143         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
144
145 distclean-noinstLIBRARIES:
146
147 maintainer-clean-noinstLIBRARIES:
148
149 .s.o:
150         $(COMPILE) -c $<
151
152 .S.o:
153         $(COMPILE) -c $<
154
155 mostlyclean-compile:
156         -rm -f *.o core *.core
157
158 clean-compile:
159
160 distclean-compile:
161         -rm -f *.tab.c
162
163 maintainer-clean-compile:
164
165 libgetopt.a: $(libgetopt_a_OBJECTS) $(libgetopt_a_DEPENDENCIES)
166         -rm -f libgetopt.a
167         $(AR) cru libgetopt.a $(libgetopt_a_OBJECTS) $(libgetopt_a_LIBADD)
168         $(RANLIB) libgetopt.a
169
170 tags: TAGS
171
172 ID: $(HEADERS) $(SOURCES) $(LISP)
173         list='$(SOURCES) $(HEADERS)'; \
174         unique=`for i in $$list; do echo $$i; done | \
175           awk '    { files[$$0] = 1; } \
176                END { for (i in files) print i; }'`; \
177         here=`pwd` && cd $(srcdir) \
178           && mkid -f$$here/ID $$unique $(LISP)
179
180 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
181         tags=; \
182         here=`pwd`; \
183         list='$(SOURCES) $(HEADERS)'; \
184         unique=`for i in $$list; do echo $$i; done | \
185           awk '    { files[$$0] = 1; } \
186                END { for (i in files) print i; }'`; \
187         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
188           || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags  $$unique $(LISP))
189
190 mostlyclean-tags:
191
192 clean-tags:
193
194 distclean-tags:
195         -rm -f TAGS ID
196
197 maintainer-clean-tags:
198
199 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
200
201 subdir = getopt
202
203 distdir: $(DISTFILES)
204         here=`cd $(top_builddir) && pwd`; \
205         top_distdir=`cd $(top_distdir) && pwd`; \
206         distdir=`cd $(distdir) && pwd`; \
207         cd $(top_srcdir) \
208           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu getopt/Makefile
209         @for file in $(DISTFILES); do \
210           d=$(srcdir); \
211           if test -d $$d/$$file; then \
212             cp -pr $$d/$$file $(distdir)/$$file; \
213           else \
214             test -f $(distdir)/$$file \
215             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
216             || cp -p $$d/$$file $(distdir)/$$file || :; \
217           fi; \
218         done
219
220 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
221
222 -include $(DEP_FILES)
223
224 mostlyclean-depend:
225
226 clean-depend:
227
228 distclean-depend:
229         -rm -rf .deps
230
231 maintainer-clean-depend:
232
233 %.o: %.c
234         @echo '$(COMPILE) -c $<'; \
235         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
236         @-cp .deps/$(*F).pp .deps/$(*F).P; \
237         tr ' ' '\012' < .deps/$(*F).pp \
238           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
239             >> .deps/$(*F).P; \
240         rm .deps/$(*F).pp
241
242 %.lo: %.c
243         @echo '$(LTCOMPILE) -c $<'; \
244         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
245         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
246           < .deps/$(*F).pp > .deps/$(*F).P; \
247         tr ' ' '\012' < .deps/$(*F).pp \
248           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
249             >> .deps/$(*F).P; \
250         rm -f .deps/$(*F).pp
251 info-am:
252 info: info-am
253 dvi-am:
254 dvi: dvi-am
255 check-am: all-am
256 check: check-am
257 installcheck-am:
258 installcheck: installcheck-am
259 install-exec-am:
260 install-exec: install-exec-am
261
262 install-data-am:
263 install-data: install-data-am
264
265 install-am: all-am
266         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
267 install: install-am
268 uninstall-am:
269 uninstall: uninstall-am
270 all-am: Makefile $(LIBRARIES) $(HEADERS)
271 all-redirect: all-am
272 install-strip:
273         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
274 installdirs:
275
276
277 mostlyclean-generic:
278
279 clean-generic:
280
281 distclean-generic:
282         -rm -f Makefile $(CONFIG_CLEAN_FILES)
283         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
284
285 maintainer-clean-generic:
286 mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
287                 mostlyclean-tags mostlyclean-depend mostlyclean-generic
288
289 mostlyclean: mostlyclean-am
290
291 clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-depend \
292                 clean-generic mostlyclean-am
293
294 clean: clean-am
295
296 distclean-am:  distclean-noinstLIBRARIES distclean-compile \
297                 distclean-tags distclean-depend distclean-generic \
298                 clean-am
299
300 distclean: distclean-am
301
302 maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
303                 maintainer-clean-compile maintainer-clean-tags \
304                 maintainer-clean-depend maintainer-clean-generic \
305                 distclean-am
306         @echo "This command is intended for maintainers to use;"
307         @echo "it deletes files that may require special tools to rebuild."
308
309 maintainer-clean: maintainer-clean-am
310
311 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
312 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
313 mostlyclean-compile distclean-compile clean-compile \
314 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
315 clean-tags maintainer-clean-tags distdir mostlyclean-depend \
316 distclean-depend clean-depend maintainer-clean-depend info-am info \
317 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
318 install-exec install-data-am install-data install-am install \
319 uninstall-am uninstall all-redirect all-am all installdirs \
320 mostlyclean-generic distclean-generic clean-generic \
321 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
322
323
324 # Tell versions [3.59,3.63) of GNU make to not export all variables.
325 # Otherwise a system limit (for SysV at least) may be exceeded.
326 .NOEXPORT: