allow extrn symbols to be defined by the unit itself (part II)
[xorcyst.git] / Makefile.in
blob4d096ecd8a8f358313212e3c93c1d89cc96693ba
1 # Makefile.in generated by automake 1.10.1 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008 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.
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.
15 @SET_MAKE@
17 VPATH = @srcdir@
18 pkgdatadir = $(datadir)/@PACKAGE@
19 pkglibdir = $(libdir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22 install_sh_DATA = $(install_sh) -c -m 644
23 install_sh_PROGRAM = $(install_sh) -c
24 install_sh_SCRIPT = $(install_sh) -c
25 INSTALL_HEADER = $(INSTALL_DATA)
26 transform = $(program_transform_name)
27 NORMAL_INSTALL = :
28 PRE_INSTALL = :
29 POST_INSTALL = :
30 NORMAL_UNINSTALL = :
31 PRE_UNINSTALL = :
32 POST_UNINSTALL = :
33 bin_PROGRAMS = xasm$(EXEEXT) xlnk$(EXEEXT)
34 subdir = .
35 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
36 $(srcdir)/Makefile.in $(srcdir)/config.h.in \
37 $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
38 TODO depcomp install-sh missing mkinstalldirs parser.c \
39 parser.h scanner.c ylwrap
40 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41 am__aclocal_m4_deps = $(top_srcdir)/configure.in
42 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43 $(ACLOCAL_M4)
44 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
45 configure.lineno config.status.lineno
46 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
47 CONFIG_HEADER = config.h
48 CONFIG_CLEAN_FILES =
49 am__installdirs = "$(DESTDIR)$(bindir)"
50 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
51 PROGRAMS = $(bin_PROGRAMS)
52 am_xasm_OBJECTS = astnode.$(OBJEXT) astproc.$(OBJEXT) \
53 charmap.$(OBJEXT) codegen.$(OBJEXT) opcode.$(OBJEXT) \
54 parser.$(OBJEXT) scanner.$(OBJEXT) symtab.$(OBJEXT) \
55 xasm.$(OBJEXT) my_getopt.$(OBJEXT)
56 xasm_OBJECTS = $(am_xasm_OBJECTS)
57 xasm_LDADD = $(LDADD)
58 am_xlnk_OBJECTS = xlnk.$(OBJEXT) script.$(OBJEXT) unit.$(OBJEXT) \
59 hashtab.$(OBJEXT) opcode.$(OBJEXT) my_getopt.$(OBJEXT)
60 xlnk_OBJECTS = $(am_xlnk_OBJECTS)
61 xlnk_LDADD = $(LDADD)
62 DEFAULT_INCLUDES = -I.@am__isrc@
63 depcomp = $(SHELL) $(top_srcdir)/depcomp
64 am__depfiles_maybe = depfiles
65 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
66 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
67 CCLD = $(CC)
68 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
69 LEXCOMPILE = $(LEX) $(LFLAGS) $(AM_LFLAGS)
70 YLWRAP = $(top_srcdir)/ylwrap
71 YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)
72 SOURCES = $(xasm_SOURCES) $(xlnk_SOURCES)
73 DIST_SOURCES = $(xasm_SOURCES) $(xlnk_SOURCES)
74 ETAGS = etags
75 CTAGS = ctags
76 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
77 distdir = $(PACKAGE)-$(VERSION)
78 top_distdir = $(distdir)
79 am__remove_distdir = \
80 { test ! -d $(distdir) \
81 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
82 && rm -fr $(distdir); }; }
83 DIST_ARCHIVES = $(distdir).tar.gz
84 GZIP_ENV = --best
85 distuninstallcheck_listfiles = find . -type f -print
86 distcleancheck_listfiles = find . -type f -print
87 ACLOCAL = @ACLOCAL@
88 AMTAR = @AMTAR@
89 AUTOCONF = @AUTOCONF@
90 AUTOHEADER = @AUTOHEADER@
91 AUTOMAKE = @AUTOMAKE@
92 AWK = @AWK@
93 CC = @CC@
94 CCDEPMODE = @CCDEPMODE@
95 CFLAGS = @CFLAGS@
96 CPP = @CPP@
97 CPPFLAGS = @CPPFLAGS@
98 CYGPATH_W = @CYGPATH_W@
99 DEFS = @DEFS@
100 DEPDIR = @DEPDIR@
101 ECHO_C = @ECHO_C@
102 ECHO_N = @ECHO_N@
103 ECHO_T = @ECHO_T@
104 EGREP = @EGREP@
105 EXEEXT = @EXEEXT@
106 GREP = @GREP@
107 INSTALL = @INSTALL@
108 INSTALL_DATA = @INSTALL_DATA@
109 INSTALL_PROGRAM = @INSTALL_PROGRAM@
110 INSTALL_SCRIPT = @INSTALL_SCRIPT@
111 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
112 LDFLAGS = @LDFLAGS@
113 LEX = @LEX@
114 LEXLIB = @LEXLIB@
115 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
116 LIBOBJS = @LIBOBJS@
117 LIBS = @LIBS@
118 LN_S = @LN_S@
119 LTLIBOBJS = @LTLIBOBJS@
120 MAKEINFO = @MAKEINFO@
121 MKDIR_P = @MKDIR_P@
122 OBJEXT = @OBJEXT@
123 PACKAGE = @PACKAGE@
124 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
125 PACKAGE_NAME = @PACKAGE_NAME@
126 PACKAGE_STRING = @PACKAGE_STRING@
127 PACKAGE_TARNAME = @PACKAGE_TARNAME@
128 PACKAGE_VERSION = @PACKAGE_VERSION@
129 PATH_SEPARATOR = @PATH_SEPARATOR@
130 SET_MAKE = @SET_MAKE@
131 SHELL = @SHELL@
132 STRIP = @STRIP@
133 VERSION = @VERSION@
134 YACC = @YACC@
135 YFLAGS = @YFLAGS@
136 abs_builddir = @abs_builddir@
137 abs_srcdir = @abs_srcdir@
138 abs_top_builddir = @abs_top_builddir@
139 abs_top_srcdir = @abs_top_srcdir@
140 ac_ct_CC = @ac_ct_CC@
141 am__include = @am__include@
142 am__leading_dot = @am__leading_dot@
143 am__quote = @am__quote@
144 am__tar = @am__tar@
145 am__untar = @am__untar@
146 bindir = @bindir@
147 build_alias = @build_alias@
148 builddir = @builddir@
149 datadir = @datadir@
150 datarootdir = @datarootdir@
151 docdir = @docdir@
152 dvidir = @dvidir@
153 exec_prefix = @exec_prefix@
154 host_alias = @host_alias@
155 htmldir = @htmldir@
156 includedir = @includedir@
157 infodir = @infodir@
158 install_sh = @install_sh@
159 libdir = @libdir@
160 libexecdir = @libexecdir@
161 localedir = @localedir@
162 localstatedir = @localstatedir@
163 mandir = @mandir@
164 mkdir_p = @mkdir_p@
165 oldincludedir = @oldincludedir@
166 pdfdir = @pdfdir@
167 prefix = @prefix@
168 program_transform_name = @program_transform_name@
169 psdir = @psdir@
170 sbindir = @sbindir@
171 sharedstatedir = @sharedstatedir@
172 srcdir = @srcdir@
173 sysconfdir = @sysconfdir@
174 target_alias = @target_alias@
175 top_build_prefix = @top_build_prefix@
176 top_builddir = @top_builddir@
177 top_srcdir = @top_srcdir@
178 xasm_SOURCES = astnode.c astnode.h astproc.c astproc.h charmap.c charmap.h \
179 codegen.c codegen.h loc.h objdef.h opcode.c opcode.h parser.y scanner.l symtab.c \
180 symtab.h xasm.c my_getopt.c my_getopt.h getopt.h
182 xlnk_SOURCES = xlnk.c script.c script.h unit.c unit.h hashtab.c hashtab.h \
183 opcode.c opcode.h my_getopt.c my_getopt.h getopt.h
185 AM_CFLAGS = -Wall
186 AM_LFLAGS = -i
187 AM_YFLAGS = -d
188 all: config.h
189 $(MAKE) $(AM_MAKEFLAGS) all-am
191 .SUFFIXES:
192 .SUFFIXES: .c .l .o .obj .y
193 am--refresh:
195 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
196 @for dep in $?; do \
197 case '$(am__configure_deps)' in \
198 *$$dep*) \
199 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
200 cd $(srcdir) && $(AUTOMAKE) --foreign \
201 && exit 0; \
202 exit 1;; \
203 esac; \
204 done; \
205 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
206 cd $(top_srcdir) && \
207 $(AUTOMAKE) --foreign Makefile
208 .PRECIOUS: Makefile
209 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
210 @case '$?' in \
211 *config.status*) \
212 echo ' $(SHELL) ./config.status'; \
213 $(SHELL) ./config.status;; \
214 *) \
215 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
216 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
217 esac;
219 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
220 $(SHELL) ./config.status --recheck
222 $(top_srcdir)/configure: $(am__configure_deps)
223 cd $(srcdir) && $(AUTOCONF)
224 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
225 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
227 config.h: stamp-h1
228 @if test ! -f $@; then \
229 rm -f stamp-h1; \
230 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
231 else :; fi
233 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
234 @rm -f stamp-h1
235 cd $(top_builddir) && $(SHELL) ./config.status config.h
236 $(srcdir)/config.h.in: $(am__configure_deps)
237 cd $(top_srcdir) && $(AUTOHEADER)
238 rm -f stamp-h1
239 touch $@
241 distclean-hdr:
242 -rm -f config.h stamp-h1
243 install-binPROGRAMS: $(bin_PROGRAMS)
244 @$(NORMAL_INSTALL)
245 test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
246 @list='$(bin_PROGRAMS)'; for p in $$list; do \
247 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
248 if test -f $$p \
249 ; then \
250 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
251 echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
252 $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
253 else :; fi; \
254 done
256 uninstall-binPROGRAMS:
257 @$(NORMAL_UNINSTALL)
258 @list='$(bin_PROGRAMS)'; for p in $$list; do \
259 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
260 echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
261 rm -f "$(DESTDIR)$(bindir)/$$f"; \
262 done
264 clean-binPROGRAMS:
265 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
266 parser.h: parser.c
267 @if test ! -f $@; then \
268 rm -f parser.c; \
269 $(MAKE) $(AM_MAKEFLAGS) parser.c; \
270 else :; fi
271 xasm$(EXEEXT): $(xasm_OBJECTS) $(xasm_DEPENDENCIES)
272 @rm -f xasm$(EXEEXT)
273 $(LINK) $(xasm_OBJECTS) $(xasm_LDADD) $(LIBS)
274 xlnk$(EXEEXT): $(xlnk_OBJECTS) $(xlnk_DEPENDENCIES)
275 @rm -f xlnk$(EXEEXT)
276 $(LINK) $(xlnk_OBJECTS) $(xlnk_LDADD) $(LIBS)
278 mostlyclean-compile:
279 -rm -f *.$(OBJEXT)
281 distclean-compile:
282 -rm -f *.tab.c
284 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/astnode.Po@am__quote@
285 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/astproc.Po@am__quote@
286 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/charmap.Po@am__quote@
287 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/codegen.Po@am__quote@
288 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hashtab.Po@am__quote@
289 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/my_getopt.Po@am__quote@
290 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/opcode.Po@am__quote@
291 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parser.Po@am__quote@
292 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scanner.Po@am__quote@
293 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/script.Po@am__quote@
294 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/symtab.Po@am__quote@
295 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unit.Po@am__quote@
296 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xasm.Po@am__quote@
297 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xlnk.Po@am__quote@
299 .c.o:
300 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
301 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
302 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
303 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
304 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
306 .c.obj:
307 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
308 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
309 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
310 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
311 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
313 .l.c:
314 $(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
316 .y.c:
317 $(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE)
319 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
320 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
321 unique=`for i in $$list; do \
322 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
323 done | \
324 $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
325 END { if (nonempty) { for (i in files) print i; }; }'`; \
326 mkid -fID $$unique
327 tags: TAGS
329 TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
330 $(TAGS_FILES) $(LISP)
331 tags=; \
332 here=`pwd`; \
333 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
334 unique=`for i in $$list; do \
335 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
336 done | \
337 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
338 END { if (nonempty) { for (i in files) print i; }; }'`; \
339 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
340 test -n "$$unique" || unique=$$empty_fix; \
341 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
342 $$tags $$unique; \
344 ctags: CTAGS
345 CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
346 $(TAGS_FILES) $(LISP)
347 tags=; \
348 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
349 unique=`for i in $$list; do \
350 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
351 done | \
352 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
353 END { if (nonempty) { for (i in files) print i; }; }'`; \
354 test -z "$(CTAGS_ARGS)$$tags$$unique" \
355 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
356 $$tags $$unique
358 GTAGS:
359 here=`$(am__cd) $(top_builddir) && pwd` \
360 && cd $(top_srcdir) \
361 && gtags -i $(GTAGS_ARGS) $$here
363 distclean-tags:
364 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
366 distdir: $(DISTFILES)
367 $(am__remove_distdir)
368 test -d $(distdir) || mkdir $(distdir)
369 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
370 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
371 list='$(DISTFILES)'; \
372 dist_files=`for file in $$list; do echo $$file; done | \
373 sed -e "s|^$$srcdirstrip/||;t" \
374 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
375 case $$dist_files in \
376 */*) $(MKDIR_P) `echo "$$dist_files" | \
377 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
378 sort -u` ;; \
379 esac; \
380 for file in $$dist_files; do \
381 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
382 if test -d $$d/$$file; then \
383 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
384 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
385 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
386 fi; \
387 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
388 else \
389 test -f $(distdir)/$$file \
390 || cp -p $$d/$$file $(distdir)/$$file \
391 || exit 1; \
392 fi; \
393 done
394 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
395 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
396 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
397 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
398 || chmod -R a+r $(distdir)
399 dist-gzip: distdir
400 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
401 $(am__remove_distdir)
403 dist-bzip2: distdir
404 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
405 $(am__remove_distdir)
407 dist-lzma: distdir
408 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
409 $(am__remove_distdir)
411 dist-tarZ: distdir
412 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
413 $(am__remove_distdir)
415 dist-shar: distdir
416 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
417 $(am__remove_distdir)
419 dist-zip: distdir
420 -rm -f $(distdir).zip
421 zip -rq $(distdir).zip $(distdir)
422 $(am__remove_distdir)
424 dist dist-all: distdir
425 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
426 $(am__remove_distdir)
428 # This target untars the dist file and tries a VPATH configuration. Then
429 # it guarantees that the distribution is self-contained by making another
430 # tarfile.
431 distcheck: dist
432 case '$(DIST_ARCHIVES)' in \
433 *.tar.gz*) \
434 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
435 *.tar.bz2*) \
436 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
437 *.tar.lzma*) \
438 unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
439 *.tar.Z*) \
440 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
441 *.shar.gz*) \
442 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
443 *.zip*) \
444 unzip $(distdir).zip ;;\
445 esac
446 chmod -R a-w $(distdir); chmod a+w $(distdir)
447 mkdir $(distdir)/_build
448 mkdir $(distdir)/_inst
449 chmod a-w $(distdir)
450 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
451 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
452 && cd $(distdir)/_build \
453 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
454 $(DISTCHECK_CONFIGURE_FLAGS) \
455 && $(MAKE) $(AM_MAKEFLAGS) \
456 && $(MAKE) $(AM_MAKEFLAGS) dvi \
457 && $(MAKE) $(AM_MAKEFLAGS) check \
458 && $(MAKE) $(AM_MAKEFLAGS) install \
459 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
460 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
461 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
462 distuninstallcheck \
463 && chmod -R a-w "$$dc_install_base" \
464 && ({ \
465 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
466 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
467 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
468 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
469 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
470 } || { rm -rf "$$dc_destdir"; exit 1; }) \
471 && rm -rf "$$dc_destdir" \
472 && $(MAKE) $(AM_MAKEFLAGS) dist \
473 && rm -rf $(DIST_ARCHIVES) \
474 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
475 $(am__remove_distdir)
476 @(echo "$(distdir) archives ready for distribution: "; \
477 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
478 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
479 distuninstallcheck:
480 @cd $(distuninstallcheck_dir) \
481 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
482 || { echo "ERROR: files left after uninstall:" ; \
483 if test -n "$(DESTDIR)"; then \
484 echo " (check DESTDIR support)"; \
485 fi ; \
486 $(distuninstallcheck_listfiles) ; \
487 exit 1; } >&2
488 distcleancheck: distclean
489 @if test '$(srcdir)' = . ; then \
490 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
491 exit 1 ; \
493 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
494 || { echo "ERROR: files left in build directory after distclean:" ; \
495 $(distcleancheck_listfiles) ; \
496 exit 1; } >&2
497 check-am: all-am
498 check: check-am
499 all-am: Makefile $(PROGRAMS) config.h
500 installdirs:
501 for dir in "$(DESTDIR)$(bindir)"; do \
502 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
503 done
504 install: install-am
505 install-exec: install-exec-am
506 install-data: install-data-am
507 uninstall: uninstall-am
509 install-am: all-am
510 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
512 installcheck: installcheck-am
513 install-strip:
514 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
515 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
516 `test -z '$(STRIP)' || \
517 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
518 mostlyclean-generic:
520 clean-generic:
522 distclean-generic:
523 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
525 maintainer-clean-generic:
526 @echo "This command is intended for maintainers to use"
527 @echo "it deletes files that may require special tools to rebuild."
528 -rm -f parser.c
529 -rm -f parser.h
530 -rm -f scanner.c
531 clean: clean-am
533 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
535 distclean: distclean-am
536 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
537 -rm -rf ./$(DEPDIR)
538 -rm -f Makefile
539 distclean-am: clean-am distclean-compile distclean-generic \
540 distclean-hdr distclean-tags
542 dvi: dvi-am
544 dvi-am:
546 html: html-am
548 info: info-am
550 info-am:
552 install-data-am:
554 install-dvi: install-dvi-am
556 install-exec-am: install-binPROGRAMS
558 install-html: install-html-am
560 install-info: install-info-am
562 install-man:
564 install-pdf: install-pdf-am
566 install-ps: install-ps-am
568 installcheck-am:
570 maintainer-clean: maintainer-clean-am
571 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
572 -rm -rf $(top_srcdir)/autom4te.cache
573 -rm -rf ./$(DEPDIR)
574 -rm -f Makefile
575 maintainer-clean-am: distclean-am maintainer-clean-generic
577 mostlyclean: mostlyclean-am
579 mostlyclean-am: mostlyclean-compile mostlyclean-generic
581 pdf: pdf-am
583 pdf-am:
585 ps: ps-am
587 ps-am:
589 uninstall-am: uninstall-binPROGRAMS
591 .MAKE: install-am install-strip
593 .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
594 clean-binPROGRAMS clean-generic ctags dist dist-all dist-bzip2 \
595 dist-gzip dist-lzma dist-shar dist-tarZ dist-zip distcheck \
596 distclean distclean-compile distclean-generic distclean-hdr \
597 distclean-tags distcleancheck distdir distuninstallcheck dvi \
598 dvi-am html html-am info info-am install install-am \
599 install-binPROGRAMS install-data install-data-am install-dvi \
600 install-dvi-am install-exec install-exec-am install-html \
601 install-html-am install-info install-info-am install-man \
602 install-pdf install-pdf-am install-ps install-ps-am \
603 install-strip installcheck installcheck-am installdirs \
604 maintainer-clean maintainer-clean-generic mostlyclean \
605 mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
606 tags uninstall uninstall-am uninstall-binPROGRAMS
608 # Tell versions [3.59,3.63) of GNU make to not export all variables.
609 # Otherwise a system limit (for SysV at least) may be exceeded.
610 .NOEXPORT: