]> git.saurik.com Git - bison.git/blob - lib/Makefile.in
dda51a4d685bc86c04c92350c4d86c7ab6e0799e
[bison.git] / lib / Makefile.in
1 # Makefile.in generated automatically by automake 1.5 from Makefile.am.
2
3 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
4 # Free Software Foundation, Inc.
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14 @SET_MAKE@
15
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 INSTALL = @INSTALL@
47 INSTALL_PROGRAM = @INSTALL_PROGRAM@
48 INSTALL_DATA = @INSTALL_DATA@
49 INSTALL_SCRIPT = @INSTALL_SCRIPT@
50 INSTALL_HEADER = $(INSTALL_DATA)
51 transform = @program_transform_name@
52 NORMAL_INSTALL = :
53 PRE_INSTALL = :
54 POST_INSTALL = :
55 NORMAL_UNINSTALL = :
56 PRE_UNINSTALL = :
57 POST_UNINSTALL = :
58 host_alias = @host_alias@
59 host_triplet = @host@
60 AMTAR = @AMTAR@
61 AT_TESTPATH = @AT_TESTPATH@
62 AWK = @AWK@
63 BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
64 CATALOGS = @CATALOGS@
65 CATOBJEXT = @CATOBJEXT@
66 CC = @CC@
67 CPP = @CPP@
68 DATADIRNAME = @DATADIRNAME@
69 DEPDIR = @DEPDIR@
70 ECHO_C = @ECHO_C@
71 ECHO_N = @ECHO_N@
72 ECHO_T = @ECHO_T@
73 EXEEXT = @EXEEXT@
74 GENCAT = @GENCAT@
75 GLIBC21 = @GLIBC21@
76 GMOFILES = @GMOFILES@
77 GMSGFMT = @GMSGFMT@
78 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
79 INSTOBJEXT = @INSTOBJEXT@
80 INTLBISON = @INTLBISON@
81 INTLLIBS = @INTLLIBS@
82 INTLOBJS = @INTLOBJS@
83 INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
84 LIBICONV = @LIBICONV@
85 LIBOBJS = @LIBOBJS@
86 M4 = @M4@
87 MKINSTALLDIRS = @MKINSTALLDIRS@
88 MSGFMT = @MSGFMT@
89 OBJEXT = @OBJEXT@
90 PACKAGE = @PACKAGE@
91 POFILES = @POFILES@
92 POSUB = @POSUB@
93 RANLIB = @RANLIB@
94 U = @U@
95 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
96 USE_NLS = @USE_NLS@
97 VERSION = @VERSION@
98 WARNING_CFLAGS = @WARNING_CFLAGS@
99 am__include = @am__include@
100 am__quote = @am__quote@
101 install_sh = @install_sh@
102
103 AUTOMAKE_OPTIONS = ansi2knr
104
105 noinst_LIBRARIES = libbison.a
106
107 INCLUDES = -I.. -I$(srcdir) -I$(top_srcdir)/src -I../intl
108
109
110 # Heck, we are still using an old version of Automake which does not
111 # understand LIBOBJ additions using $objext...
112 EXTRA_DIST = malloc.c realloc.c
113
114 libbison_a_SOURCES = \
115 error.c error.h \
116 getopt.h getopt.c getopt1.c \
117 hash.h hash.c \
118 obstack.h obstack.c \
119 quote.h quote.c quotearg.h quotearg.c \
120 xalloc.h xmalloc.c xstrdup.c
121
122
123 libbison_a_LIBADD = @LIBOBJS@
124 libbison_a_DEPENDENCIES = $(libbison_a_LIBADD)
125 subdir = lib
126 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
127 CONFIG_HEADER = $(top_builddir)/config.h
128 CONFIG_CLEAN_FILES =
129 LIBRARIES = $(noinst_LIBRARIES)
130
131 libbison_a_AR = $(AR) cru
132 am_libbison_a_OBJECTS = error$U.$(OBJEXT) getopt$U.$(OBJEXT) \
133 getopt1$U.$(OBJEXT) hash$U.$(OBJEXT) obstack$U.$(OBJEXT) \
134 quote$U.$(OBJEXT) quotearg$U.$(OBJEXT) xmalloc$U.$(OBJEXT) \
135 xstrdup$U.$(OBJEXT)
136 libbison_a_OBJECTS = $(am_libbison_a_OBJECTS)
137
138 DEFS = @DEFS@
139 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
140 CPPFLAGS = @CPPFLAGS@
141 LDFLAGS = @LDFLAGS@
142 LIBS = @LIBS@
143 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
144 @AMDEP_TRUE@DEP_FILES = $(DEPDIR)/error$U.Po $(DEPDIR)/getopt$U.Po \
145 @AMDEP_TRUE@ $(DEPDIR)/getopt1$U.Po $(DEPDIR)/hash$U.Po \
146 @AMDEP_TRUE@ $(DEPDIR)/malloc.Po $(DEPDIR)/memchr.Po \
147 @AMDEP_TRUE@ $(DEPDIR)/obstack$U.Po $(DEPDIR)/quote$U.Po \
148 @AMDEP_TRUE@ $(DEPDIR)/quotearg$U.Po $(DEPDIR)/realloc.Po \
149 @AMDEP_TRUE@ $(DEPDIR)/stpcpy.Po $(DEPDIR)/strndup.Po \
150 @AMDEP_TRUE@ $(DEPDIR)/strnlen.Po $(DEPDIR)/strspn.Po \
151 @AMDEP_TRUE@ $(DEPDIR)/xmalloc$U.Po $(DEPDIR)/xstrdup$U.Po
152 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
153 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
154 CCLD = $(CC)
155 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
156 CFLAGS = @CFLAGS@
157 DIST_SOURCES = $(libbison_a_SOURCES)
158 DIST_COMMON = Makefile.am Makefile.in ansi2knr.1 ansi2knr.c malloc.c \
159 memchr.c realloc.c stpcpy.c strndup.c strnlen.c strspn.c
160 SOURCES = $(libbison_a_SOURCES)
161
162 all: all-am
163
164 .SUFFIXES:
165 .SUFFIXES: .c .o .obj
166 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
167 cd $(top_srcdir) && \
168 $(AUTOMAKE) --gnu lib/Makefile
169 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
170 cd $(top_builddir) && \
171 CONFIG_HEADERS= CONFIG_LINKS= \
172 CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
173
174 AR = ar
175
176 clean-noinstLIBRARIES:
177 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
178 libbison.a: $(libbison_a_OBJECTS) $(libbison_a_DEPENDENCIES)
179 -rm -f libbison.a
180 $(libbison_a_AR) libbison.a $(libbison_a_OBJECTS) $(libbison_a_LIBADD)
181 $(RANLIB) libbison.a
182
183 mostlyclean-compile:
184 -rm -f *.$(OBJEXT) core *.core
185
186 distclean-compile:
187 -rm -f *.tab.c
188
189 ANSI2KNR = @ANSI2KNR@
190 ansi2knr: ansi2knr.$(OBJEXT)
191 $(LINK) ansi2knr.$(OBJEXT) $(LIBS)
192 ansi2knr.$(OBJEXT): $(CONFIG_HEADER)
193
194 clean-krextra:
195 -rm -f ansi2knr
196
197 mostlyclean-kr:
198 -rm -f *_.c
199
200 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/error$U.Po@am__quote@
201 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getopt$U.Po@am__quote@
202 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getopt1$U.Po@am__quote@
203 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/hash$U.Po@am__quote@
204 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/malloc.Po@am__quote@
205 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/memchr.Po@am__quote@
206 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/obstack$U.Po@am__quote@
207 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/quote$U.Po@am__quote@
208 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/quotearg$U.Po@am__quote@
209 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/realloc.Po@am__quote@
210 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/stpcpy.Po@am__quote@
211 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strndup.Po@am__quote@
212 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strnlen.Po@am__quote@
213 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strspn.Po@am__quote@
214 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/xmalloc$U.Po@am__quote@
215 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/xstrdup$U.Po@am__quote@
216
217 distclean-depend:
218 -rm -rf $(DEPDIR)
219
220 .c.o:
221 @AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
222 @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
223 @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
224 $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
225
226 .c.obj:
227 @AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
228 @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
229 @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
230 $(COMPILE) -c `cygpath -w $<`
231 CCDEPMODE = @CCDEPMODE@
232 alloca_.c: alloca.c $(ANSI2KNR)
233 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/alloca.c; then echo $(srcdir)/alloca.c; else echo alloca.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > alloca_.c || rm -f alloca_.c
234 error_.c: error.c $(ANSI2KNR)
235 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/error.c; then echo $(srcdir)/error.c; else echo error.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > error_.c || rm -f error_.c
236 getopt_.c: getopt.c $(ANSI2KNR)
237 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/getopt.c; then echo $(srcdir)/getopt.c; else echo getopt.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > getopt_.c || rm -f getopt_.c
238 getopt1_.c: getopt1.c $(ANSI2KNR)
239 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/getopt1.c; then echo $(srcdir)/getopt1.c; else echo getopt1.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > getopt1_.c || rm -f getopt1_.c
240 hash_.c: hash.c $(ANSI2KNR)
241 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/hash.c; then echo $(srcdir)/hash.c; else echo hash.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > hash_.c || rm -f hash_.c
242 malloc_.c: malloc.c $(ANSI2KNR)
243 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/malloc.c; then echo $(srcdir)/malloc.c; else echo malloc.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > malloc_.c || rm -f malloc_.c
244 memchr_.c: memchr.c $(ANSI2KNR)
245 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/memchr.c; then echo $(srcdir)/memchr.c; else echo memchr.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > memchr_.c || rm -f memchr_.c
246 obstack_.c: obstack.c $(ANSI2KNR)
247 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/obstack.c; then echo $(srcdir)/obstack.c; else echo obstack.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > obstack_.c || rm -f obstack_.c
248 quote_.c: quote.c $(ANSI2KNR)
249 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/quote.c; then echo $(srcdir)/quote.c; else echo quote.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > quote_.c || rm -f quote_.c
250 quotearg_.c: quotearg.c $(ANSI2KNR)
251 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/quotearg.c; then echo $(srcdir)/quotearg.c; else echo quotearg.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > quotearg_.c || rm -f quotearg_.c
252 realloc_.c: realloc.c $(ANSI2KNR)
253 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/realloc.c; then echo $(srcdir)/realloc.c; else echo realloc.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > realloc_.c || rm -f realloc_.c
254 stpcpy_.c: stpcpy.c $(ANSI2KNR)
255 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/stpcpy.c; then echo $(srcdir)/stpcpy.c; else echo stpcpy.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > stpcpy_.c || rm -f stpcpy_.c
256 strndup_.c: strndup.c $(ANSI2KNR)
257 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/strndup.c; then echo $(srcdir)/strndup.c; else echo strndup.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > strndup_.c || rm -f strndup_.c
258 strnlen_.c: strnlen.c $(ANSI2KNR)
259 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/strnlen.c; then echo $(srcdir)/strnlen.c; else echo strnlen.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > strnlen_.c || rm -f strnlen_.c
260 strspn_.c: strspn.c $(ANSI2KNR)
261 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/strspn.c; then echo $(srcdir)/strspn.c; else echo strspn.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > strspn_.c || rm -f strspn_.c
262 xmalloc_.c: xmalloc.c $(ANSI2KNR)
263 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/xmalloc.c; then echo $(srcdir)/xmalloc.c; else echo xmalloc.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > xmalloc_.c || rm -f xmalloc_.c
264 xstrdup_.c: xstrdup.c $(ANSI2KNR)
265 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/xstrdup.c; then echo $(srcdir)/xstrdup.c; else echo xstrdup.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > xstrdup_.c || rm -f xstrdup_.c
266 alloca_.$(OBJEXT) error_.$(OBJEXT) getopt_.$(OBJEXT) getopt1_.$(OBJEXT) \
267 hash_.$(OBJEXT) malloc_.$(OBJEXT) memchr_.$(OBJEXT) obstack_.$(OBJEXT) \
268 quote_.$(OBJEXT) quotearg_.$(OBJEXT) realloc_.$(OBJEXT) \
269 stpcpy_.$(OBJEXT) strndup_.$(OBJEXT) strnlen_.$(OBJEXT) \
270 strspn_.$(OBJEXT) xmalloc_.$(OBJEXT) xstrdup_.$(OBJEXT) : $(ANSI2KNR)
271 uninstall-info-am:
272
273 tags: TAGS
274
275 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
276 list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
277 unique=`for i in $$list; do \
278 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
279 done | \
280 $(AWK) ' { files[$$0] = 1; } \
281 END { for (i in files) print i; }'`; \
282 mkid -fID $$unique $(LISP)
283
284 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
285 $(TAGS_FILES) $(LISP)
286 tags=; \
287 here=`pwd`; \
288 list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
289 unique=`for i in $$list; do \
290 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
291 done | \
292 $(AWK) ' { files[$$0] = 1; } \
293 END { for (i in files) print i; }'`; \
294 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
295 || etags $(ETAGS_ARGS) $$tags $$unique $(LISP)
296
297 GTAGS:
298 here=`CDPATH=: && cd $(top_builddir) && pwd` \
299 && cd $(top_srcdir) \
300 && gtags -i $(GTAGS_ARGS) $$here
301
302 distclean-tags:
303 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
304
305 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
306
307 top_distdir = ..
308 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
309
310 distdir: $(DISTFILES)
311 @for file in $(DISTFILES); do \
312 if test -f $$file; then d=.; else d=$(srcdir); fi; \
313 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
314 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
315 $(mkinstalldirs) "$(distdir)/$$dir"; \
316 fi; \
317 if test -d $$d/$$file; then \
318 cp -pR $$d/$$file $(distdir) \
319 || exit 1; \
320 else \
321 test -f $(distdir)/$$file \
322 || cp -p $$d/$$file $(distdir)/$$file \
323 || exit 1; \
324 fi; \
325 done
326 check-am: all-am
327 check: check-am
328 all-am: Makefile $(ANSI2KNR) $(LIBRARIES)
329
330 installdirs:
331
332 install: install-am
333 install-exec: install-exec-am
334 install-data: install-data-am
335 uninstall: uninstall-am
336
337 install-am: all-am
338 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
339
340 installcheck: installcheck-am
341 install-strip:
342 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
343 `test -z '$(STRIP)' || \
344 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
345 mostlyclean-generic:
346
347 clean-generic:
348
349 distclean-generic:
350 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
351
352 maintainer-clean-generic:
353 @echo "This command is intended for maintainers to use"
354 @echo "it deletes files that may require special tools to rebuild."
355 clean: clean-am
356
357 clean-am: clean-generic clean-krextra clean-noinstLIBRARIES \
358 mostlyclean-am
359
360 distclean: distclean-am
361
362 distclean-am: clean-am distclean-compile distclean-depend \
363 distclean-generic distclean-tags
364
365 dvi: dvi-am
366
367 dvi-am:
368
369 info: info-am
370
371 info-am:
372
373 install-data-am:
374
375 install-exec-am:
376
377 install-info: install-info-am
378
379 install-man:
380
381 installcheck-am:
382
383 maintainer-clean: maintainer-clean-am
384
385 maintainer-clean-am: distclean-am maintainer-clean-generic
386
387 mostlyclean: mostlyclean-am
388
389 mostlyclean-am: mostlyclean-compile mostlyclean-generic mostlyclean-kr
390
391 uninstall-am: uninstall-info-am
392
393 .PHONY: GTAGS all all-am check check-am clean clean-generic \
394 clean-krextra clean-noinstLIBRARIES distclean distclean-compile \
395 distclean-depend distclean-generic distclean-tags distdir dvi \
396 dvi-am info info-am install install-am install-data \
397 install-data-am install-exec install-exec-am install-info \
398 install-info-am install-man install-strip installcheck \
399 installcheck-am installdirs maintainer-clean \
400 maintainer-clean-generic mostlyclean mostlyclean-compile \
401 mostlyclean-generic mostlyclean-kr tags uninstall uninstall-am \
402 uninstall-info-am
403
404 # Tell versions [3.59,3.63) of GNU make to not export all variables.
405 # Otherwise a system limit (for SysV at least) may be exceeded.
406 .NOEXPORT: