r3852: port to mac os x which has getopt but not getopt_long
[ctsim.git] / getopt / Makefile.in
1 # Makefile.in generated by automake 1.6.3 from Makefile.am.
2 # @configure_input@
3
4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5 # Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16 SHELL = @SHELL@
17
18 srcdir = @srcdir@
19 top_srcdir = @top_srcdir@
20 VPATH = @srcdir@
21 prefix = @prefix@
22 exec_prefix = @exec_prefix@
23
24 bindir = @bindir@
25 sbindir = @sbindir@
26 libexecdir = @libexecdir@
27 datadir = @datadir@
28 sysconfdir = @sysconfdir@
29 sharedstatedir = @sharedstatedir@
30 localstatedir = @localstatedir@
31 libdir = @libdir@
32 infodir = @infodir@
33 mandir = @mandir@
34 includedir = @includedir@
35 oldincludedir = /usr/include
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
39 top_builddir = ..
40
41 ACLOCAL = @ACLOCAL@
42 AUTOCONF = @AUTOCONF@
43 AUTOMAKE = @AUTOMAKE@
44 AUTOHEADER = @AUTOHEADER@
45
46 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47 INSTALL = @INSTALL@
48 INSTALL_PROGRAM = @INSTALL_PROGRAM@
49 INSTALL_DATA = @INSTALL_DATA@
50 install_sh_DATA = $(install_sh) -c -m 644
51 install_sh_PROGRAM = $(install_sh) -c
52 install_sh_SCRIPT = $(install_sh) -c
53 INSTALL_SCRIPT = @INSTALL_SCRIPT@
54 INSTALL_HEADER = $(INSTALL_DATA)
55 transform = @program_transform_name@
56 NORMAL_INSTALL = :
57 PRE_INSTALL = :
58 POST_INSTALL = :
59 NORMAL_UNINSTALL = :
60 PRE_UNINSTALL = :
61 POST_UNINSTALL = :
62 host_alias = @host_alias@
63 host_triplet = @host@
64
65 EXEEXT = @EXEEXT@
66 OBJEXT = @OBJEXT@
67 PATH_SEPARATOR = @PATH_SEPARATOR@
68 AMTAR = @AMTAR@
69 AWK = @AWK@
70 CC = @CC@
71 CXX = @CXX@
72 DEPDIR = @DEPDIR@
73 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
74 PACKAGE = @PACKAGE@
75 RANLIB = @RANLIB@
76 STRIP = @STRIP@
77 VERSION = @VERSION@
78 X_BASIC_LIBS = @X_BASIC_LIBS@
79 X_CFLAGS = @X_CFLAGS@
80 X_EXTRA_LIBS = @X_EXTRA_LIBS@
81 X_LIBS = @X_LIBS@
82 X_PRE_LIBS = @X_PRE_LIBS@
83 X_TOOLKIT_LIBS = @X_TOOLKIT_LIBS@
84 am__include = @am__include@
85 am__quote = @am__quote@
86 cgibindir = @cgibindir@
87 cgibinurl = @cgibinurl@
88 cgiprograms = @cgiprograms@
89 ctlibs = @ctlibs@
90 htmldata = @htmldata@
91 htmldir = @htmldir@
92 install_sh = @install_sh@
93 lamdefs = @lamdefs@
94 lamdir = @lamdir@
95 lamprograms = @lamprograms@
96 mpienable = @mpienable@
97 my_includes = @my_includes@
98 webdatadir = @webdatadir@
99 webdataurl = @webdataurl@
100 webenabled = @webenabled@
101 wxcflags = @wxcflags@
102 wxconfig = @wxconfig@
103 wxlibs = @wxlibs@
104 noinst_LIBRARIES = libgetopt.a
105 libgetopt_a_SOURCES = getopt.c getopt1.c 
106 noinst_HEADERS = getopt.h
107 INCLUDES = @my_includes@
108 EXTRA_DIST = Makefile.nt
109 subdir = getopt
110 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
111 CONFIG_HEADER = $(top_builddir)/config.h
112 CONFIG_CLEAN_FILES =
113 LIBRARIES = $(noinst_LIBRARIES)
114
115 libgetopt_a_AR = $(AR) cru
116 libgetopt_a_LIBADD =
117 am_libgetopt_a_OBJECTS = getopt.$(OBJEXT) getopt1.$(OBJEXT)
118 libgetopt_a_OBJECTS = $(am_libgetopt_a_OBJECTS)
119
120 DEFS = @DEFS@
121 DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
122 CPPFLAGS = @CPPFLAGS@
123 LDFLAGS = @LDFLAGS@
124 LIBS = @LIBS@
125 depcomp = $(SHELL) $(top_srcdir)/depcomp
126 am__depfiles_maybe = depfiles
127 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/getopt.Po ./$(DEPDIR)/getopt1.Po
128 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
129         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
130 CCLD = $(CC)
131 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
132 CFLAGS = @CFLAGS@
133 DIST_SOURCES = $(libgetopt_a_SOURCES)
134 HEADERS = $(noinst_HEADERS)
135
136 DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
137 SOURCES = $(libgetopt_a_SOURCES)
138
139 all: all-am
140
141 .SUFFIXES:
142 .SUFFIXES: .c .o .obj
143 $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
144         cd $(top_srcdir) && \
145           $(AUTOMAKE) --gnu  getopt/Makefile
146 Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
147         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
148
149 AR = ar
150
151 clean-noinstLIBRARIES:
152         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
153 libgetopt.a: $(libgetopt_a_OBJECTS) $(libgetopt_a_DEPENDENCIES) 
154         -rm -f libgetopt.a
155         $(libgetopt_a_AR) libgetopt.a $(libgetopt_a_OBJECTS) $(libgetopt_a_LIBADD)
156         $(RANLIB) libgetopt.a
157
158 mostlyclean-compile:
159         -rm -f *.$(OBJEXT) core *.core
160
161 distclean-compile:
162         -rm -f *.tab.c
163
164 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@
165 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt1.Po@am__quote@
166
167 distclean-depend:
168         -rm -rf ./$(DEPDIR)
169
170 .c.o:
171 @AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
172 @AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
173 @AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
174         $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
175
176 .c.obj:
177 @AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
178 @AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
179 @AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
180         $(COMPILE) -c `cygpath -w $<`
181 CCDEPMODE = @CCDEPMODE@
182 uninstall-info-am:
183
184 ETAGS = etags
185 ETAGSFLAGS =
186
187 tags: TAGS
188
189 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
190         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
191         unique=`for i in $$list; do \
192             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
193           done | \
194           $(AWK) '    { files[$$0] = 1; } \
195                END { for (i in files) print i; }'`; \
196         mkid -fID $$unique
197
198 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
199                 $(TAGS_FILES) $(LISP)
200         tags=; \
201         here=`pwd`; \
202         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
203         unique=`for i in $$list; do \
204             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
205           done | \
206           $(AWK) '    { files[$$0] = 1; } \
207                END { for (i in files) print i; }'`; \
208         test -z "$(ETAGS_ARGS)$$tags$$unique" \
209           || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
210              $$tags $$unique
211
212 GTAGS:
213         here=`$(am__cd) $(top_builddir) && pwd` \
214           && cd $(top_srcdir) \
215           && gtags -i $(GTAGS_ARGS) $$here
216
217 distclean-tags:
218         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
219 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
220
221 top_distdir = ..
222 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
223
224 distdir: $(DISTFILES)
225         @list='$(DISTFILES)'; for file in $$list; do \
226           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
227           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
228           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
229             dir="/$$dir"; \
230             $(mkinstalldirs) "$(distdir)$$dir"; \
231           else \
232             dir=''; \
233           fi; \
234           if test -d $$d/$$file; then \
235             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
236               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
237             fi; \
238             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
239           else \
240             test -f $(distdir)/$$file \
241             || cp -p $$d/$$file $(distdir)/$$file \
242             || exit 1; \
243           fi; \
244         done
245 check-am: all-am
246 check: check-am
247 all-am: Makefile $(LIBRARIES) $(HEADERS)
248
249 installdirs:
250
251 install: install-am
252 install-exec: install-exec-am
253 install-data: install-data-am
254 uninstall: uninstall-am
255
256 install-am: all-am
257         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
258
259 installcheck: installcheck-am
260 install-strip:
261         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
262           INSTALL_STRIP_FLAG=-s \
263           `test -z '$(STRIP)' || \
264             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
265 mostlyclean-generic:
266
267 clean-generic:
268
269 distclean-generic:
270         -rm -f Makefile $(CONFIG_CLEAN_FILES)
271
272 maintainer-clean-generic:
273         @echo "This command is intended for maintainers to use"
274         @echo "it deletes files that may require special tools to rebuild."
275 clean: clean-am
276
277 clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
278
279 distclean: distclean-am
280
281 distclean-am: clean-am distclean-compile distclean-depend \
282         distclean-generic distclean-tags
283
284 dvi: dvi-am
285
286 dvi-am:
287
288 info: info-am
289
290 info-am:
291
292 install-data-am:
293
294 install-exec-am:
295
296 install-info: install-info-am
297
298 install-man:
299
300 installcheck-am:
301
302 maintainer-clean: maintainer-clean-am
303
304 maintainer-clean-am: distclean-am maintainer-clean-generic
305
306 mostlyclean: mostlyclean-am
307
308 mostlyclean-am: mostlyclean-compile mostlyclean-generic
309
310 uninstall-am: uninstall-info-am
311
312 .PHONY: GTAGS all all-am check check-am clean clean-generic \
313         clean-noinstLIBRARIES distclean distclean-compile \
314         distclean-depend distclean-generic distclean-tags distdir dvi \
315         dvi-am info info-am install install-am install-data \
316         install-data-am install-exec install-exec-am install-info \
317         install-info-am install-man install-strip installcheck \
318         installcheck-am installdirs maintainer-clean \
319         maintainer-clean-generic mostlyclean mostlyclean-compile \
320         mostlyclean-generic tags uninstall uninstall-am \
321         uninstall-info-am
322
323 # Tell versions [3.59,3.63) of GNU make to not export all variables.
324 # Otherwise a system limit (for SysV at least) may be exceeded.
325 .NOEXPORT: