Annotation of OpenXM_contrib2/asir2018/parse/Makefile.in, Revision 1.4
1.4 ! noro 1: # Makefile.in generated by automake 1.15 from Makefile.am.
1.1 noro 2: # @configure_input@
3:
1.4 ! noro 4: # Copyright (C) 1994-2014 Free Software Foundation, Inc.
1.1 noro 5:
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:
17:
18: VPATH = @srcdir@
1.4 ! noro 19: am__is_gnu_make = { \
! 20: if test -z '$(MAKELEVEL)'; then \
! 21: false; \
! 22: elif test -n '$(MAKE_HOST)'; then \
! 23: true; \
! 24: elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
! 25: true; \
! 26: else \
! 27: false; \
! 28: fi; \
! 29: }
1.1 noro 30: am__make_running_with_option = \
31: case $${target_option-} in \
32: ?) ;; \
33: *) echo "am__make_running_with_option: internal error: invalid" \
34: "target option '$${target_option-}' specified" >&2; \
35: exit 1;; \
36: esac; \
37: has_opt=no; \
38: sane_makeflags=$$MAKEFLAGS; \
39: if $(am__is_gnu_make); then \
40: sane_makeflags=$$MFLAGS; \
41: else \
42: case $$MAKEFLAGS in \
43: *\\[\ \ ]*) \
44: bs=\\; \
45: sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
46: | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
47: esac; \
48: fi; \
49: skip_next=no; \
50: strip_trailopt () \
51: { \
52: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
53: }; \
54: for flg in $$sane_makeflags; do \
55: test $$skip_next = yes && { skip_next=no; continue; }; \
56: case $$flg in \
57: *=*|--*) continue;; \
58: -*I) strip_trailopt 'I'; skip_next=yes;; \
59: -*I?*) strip_trailopt 'I';; \
60: -*O) strip_trailopt 'O'; skip_next=yes;; \
61: -*O?*) strip_trailopt 'O';; \
62: -*l) strip_trailopt 'l'; skip_next=yes;; \
63: -*l?*) strip_trailopt 'l';; \
64: -[dEDm]) skip_next=yes;; \
65: -[JT]) skip_next=yes;; \
66: esac; \
67: case $$flg in \
68: *$$target_option*) has_opt=yes; break;; \
69: esac; \
70: done; \
71: test $$has_opt = yes
72: am__make_dryrun = (target_option=n; $(am__make_running_with_option))
73: am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
74: pkgdatadir = $(datadir)/@PACKAGE@
75: pkgincludedir = $(includedir)/@PACKAGE@
76: pkglibdir = $(libdir)/@PACKAGE@
77: pkglibexecdir = $(libexecdir)/@PACKAGE@
78: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
79: install_sh_DATA = $(install_sh) -c -m 644
80: install_sh_PROGRAM = $(install_sh) -c
81: install_sh_SCRIPT = $(install_sh) -c
82: INSTALL_HEADER = $(INSTALL_DATA)
83: transform = $(program_transform_name)
84: NORMAL_INSTALL = :
85: PRE_INSTALL = :
86: POST_INSTALL = :
87: NORMAL_UNINSTALL = :
88: PRE_UNINSTALL = :
89: POST_UNINSTALL = :
90: build_triplet = @build@
91: host_triplet = @host@
92: target_triplet = @target@
93: subdir = parse
94: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1.3 noro 95: am__aclocal_m4_deps = $(top_srcdir)/configure.ac
1.1 noro 96: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
97: $(ACLOCAL_M4)
1.4 ! noro 98: DIST_COMMON = $(srcdir)/Makefile.am $(inc_HEADERS) $(am__DIST_COMMON)
1.1 noro 99: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
100: CONFIG_CLEAN_FILES =
101: CONFIG_CLEAN_VPATH_FILES =
102: LIBRARIES = $(noinst_LIBRARIES)
103: AR = ar
104: ARFLAGS = cru
105: AM_V_AR = $(am__v_AR_@AM_V@)
106: am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
107: am__v_AR_0 = @echo " AR " $@;
108: am__v_AR_1 =
109: libparse_a_AR = $(AR) $(ARFLAGS)
110: libparse_a_LIBADD =
111: am__objects_1 =
112: am_libparse_a_OBJECTS = arith.$(OBJEXT) comp.$(OBJEXT) debug.$(OBJEXT) \
113: eval.$(OBJEXT) evall.$(OBJEXT) function.$(OBJEXT) \
114: glob.$(OBJEXT) kwd.$(OBJEXT) lex.$(OBJEXT) load.$(OBJEXT) \
115: parser.$(OBJEXT) puref.$(OBJEXT) pvar.$(OBJEXT) \
116: quote.$(OBJEXT) struct.$(OBJEXT) util.$(OBJEXT) xdeb.$(OBJEXT) \
117: $(am__objects_1)
118: nodist_libparse_a_OBJECTS = y.tab.$(OBJEXT)
119: libparse_a_OBJECTS = $(am_libparse_a_OBJECTS) \
120: $(nodist_libparse_a_OBJECTS)
121: AM_V_P = $(am__v_P_@AM_V@)
122: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
123: am__v_P_0 = false
124: am__v_P_1 = :
125: AM_V_GEN = $(am__v_GEN_@AM_V@)
126: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
127: am__v_GEN_0 = @echo " GEN " $@;
128: am__v_GEN_1 =
129: AM_V_at = $(am__v_at_@AM_V@)
130: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
131: am__v_at_0 = @
132: am__v_at_1 =
133: DEFAULT_INCLUDES = -I.@am__isrc@
134: depcomp = $(SHELL) $(top_srcdir)/depcomp
135: am__depfiles_maybe = depfiles
136: am__mv = mv -f
137: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
138: $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
139: AM_V_CC = $(am__v_CC_@AM_V@)
140: am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
141: am__v_CC_0 = @echo " CC " $@;
142: am__v_CC_1 =
143: CCLD = $(CC)
144: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
145: AM_V_CCLD = $(am__v_CCLD_@AM_V@)
146: am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
147: am__v_CCLD_0 = @echo " CCLD " $@;
148: am__v_CCLD_1 =
149: SOURCES = $(libparse_a_SOURCES) $(nodist_libparse_a_SOURCES)
150: DIST_SOURCES = $(libparse_a_SOURCES)
151: am__can_run_installinfo = \
152: case $$AM_UPDATE_INFO_DIR in \
153: n|no|NO) false;; \
154: *) (install-info --version) >/dev/null 2>&1;; \
155: esac
156: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
157: am__vpath_adj = case $$p in \
158: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
159: *) f=$$p;; \
160: esac;
161: am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
162: am__install_max = 40
163: am__nobase_strip_setup = \
164: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
165: am__nobase_strip = \
166: for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
167: am__nobase_list = $(am__nobase_strip_setup); \
168: for p in $$list; do echo "$$p $$p"; done | \
169: sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
170: $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
171: if (++n[$$2] == $(am__install_max)) \
172: { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
173: END { for (dir in files) print dir, files[dir] }'
174: am__base_list = \
175: sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
176: sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
177: am__uninstall_files_from_dir = { \
178: test -z "$$files" \
179: || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
180: || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
181: $(am__cd) "$$dir" && rm -f $$files; }; \
182: }
183: am__installdirs = "$(DESTDIR)$(incdir)"
184: HEADERS = $(inc_HEADERS)
185: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
186: # Read a list of newline-separated strings from the standard input,
187: # and print each of them once, without duplicates. Input order is
188: # *not* preserved.
189: am__uniquify_input = $(AWK) '\
190: BEGIN { nonempty = 0; } \
191: { items[$$0] = 1; nonempty = 1; } \
192: END { if (nonempty) { for (i in items) print i; }; } \
193: '
194: # Make sure the list of sources is unique. This is necessary because,
195: # e.g., the same source file might be shared among _SOURCES variables
196: # for different programs/libraries.
197: am__define_uniq_tagged_files = \
198: list='$(am__tagged_files)'; \
199: unique=`for i in $$list; do \
200: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
201: done | $(am__uniquify_input)`
202: ETAGS = etags
203: CTAGS = ctags
1.4 ! noro 204: am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
! 205: $(top_srcdir)/mkinstalldirs
1.1 noro 206: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
207: ACLOCAL = @ACLOCAL@
208: AMTAR = @AMTAR@
209: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
210: ASIR_GCLIB = @ASIR_GCLIB@
211: AUTOCONF = @AUTOCONF@
212: AUTOHEADER = @AUTOHEADER@
213: AUTOMAKE = @AUTOMAKE@
214: AWK = @AWK@
215: CC = @CC@
216: CCDEPMODE = @CCDEPMODE@
217: CFLAGS = @CFLAGS@
218: CPP = @CPP@
219: CPPFLAGS = @CPPFLAGS@
220: CYGPATH_W = @CYGPATH_W@
221: DEFS = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\"
222: DEPDIR = @DEPDIR@
223: ECHO_C = @ECHO_C@
224: ECHO_N = @ECHO_N@
225: ECHO_T = @ECHO_T@
226: EGREP = @EGREP@
227: EXEEXT = @EXEEXT@
228: FEPLIB = @FEPLIB@
229: GC = @GC@
230: GCINC = @GCINC@
231: GCLIB = @GCLIB@
232: GC_CONFIGURE_ARGS = @GC_CONFIGURE_ARGS@
233: GC_DISTDIR = @GC_DISTDIR@
234: GMPLIB = @GMPLIB@
235: GREP = @GREP@
236: INSTALL = @INSTALL@
237: INSTALL_DATA = @INSTALL_DATA@
238: INSTALL_PROGRAM = @INSTALL_PROGRAM@
239: INSTALL_SCRIPT = @INSTALL_SCRIPT@
240: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
241: LAPACKLIB = @LAPACKLIB@
242: LDFLAGS = @LDFLAGS@
243: LIBOBJS = @LIBOBJS@
244: LIBS = @LIBS@
245: LN_S = @LN_S@
246: LTLIBOBJS = @LTLIBOBJS@
247: MAINT = @MAINT@
248: MAKEINFO = @MAKEINFO@
249: MKDIR_P = @MKDIR_P@
250: OBJEXT = @OBJEXT@
251: PACKAGE = @PACKAGE@
252: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
253: PACKAGE_NAME = @PACKAGE_NAME@
254: PACKAGE_STRING = @PACKAGE_STRING@
255: PACKAGE_TARNAME = @PACKAGE_TARNAME@
256: PACKAGE_URL = @PACKAGE_URL@
257: PACKAGE_VERSION = @PACKAGE_VERSION@
258: PARIINC = @PARIINC@
259: PARILIB = @PARILIB@
260: PATH_SEPARATOR = @PATH_SEPARATOR@
261: RANLIB = @RANLIB@
262: SET_MAKE = @SET_MAKE@
263: SHELL = @SHELL@
264: STRIP = @STRIP@
265: USE_GC_SPARC64 = @USE_GC_SPARC64@
266: VERSION = @VERSION@
267: WSLIB = @WSLIB@
268: XMKMF = @XMKMF@
269: XPMLIB = @XPMLIB@
270: X_CFLAGS = @X_CFLAGS@
271: X_EXTRA_LIBS = @X_EXTRA_LIBS@
272: X_LIBS = @X_LIBS@
273: X_PRE_LIBS = @X_PRE_LIBS@
274: YACC = @YACC@
275: YFLAGS = @YFLAGS@
276: abs_builddir = @abs_builddir@
277: abs_srcdir = @abs_srcdir@
278: abs_top_builddir = @abs_top_builddir@
279: abs_top_srcdir = @abs_top_srcdir@
280: ac_ct_CC = @ac_ct_CC@
281: am__include = @am__include@
282: am__leading_dot = @am__leading_dot@
283: am__quote = @am__quote@
284: am__tar = @am__tar@
285: am__untar = @am__untar@
286: asm_obj = @asm_obj@
287: bindir = @bindir@
288: build = @build@
289: build_alias = @build_alias@
290: build_cpu = @build_cpu@
291: build_os = @build_os@
292: build_vendor = @build_vendor@
293: builddir = @builddir@
294: datadir = @datadir@
295: datarootdir = @datarootdir@
296: docdir = @docdir@
297: dvidir = @dvidir@
298: exec_prefix = @exec_prefix@
299: host = @host@
300: host_alias = @host_alias@
301: host_cpu = @host_cpu@
302: host_os = @host_os@
303: host_vendor = @host_vendor@
304: htmldir = @htmldir@
305: includedir = @includedir@
306: infodir = @infodir@
307: install_sh = @install_sh@
308: libasir_postfix = @libasir_postfix@
309: libdir = @libdir@
310: libexecdir = @libexecdir@
311: localedir = @localedir@
312: localstatedir = @localstatedir@
313: mandir = @mandir@
314: mkdir_p = @mkdir_p@
315: oldincludedir = @oldincludedir@
316: pdfdir = @pdfdir@
317: prefix = @prefix@
318: program_transform_name = @program_transform_name@
319: psdir = @psdir@
1.4 ! noro 320: runstatedir = @runstatedir@
1.1 noro 321: sbindir = @sbindir@
322: sharedstatedir = @sharedstatedir@
323: srcdir = @srcdir@
324: sysconfdir = @sysconfdir@
325: target = @target@
326: target_alias = @target_alias@
327: target_cpu = @target_cpu@
328: target_os = @target_os@
329: target_vendor = @target_vendor@
330: top_build_prefix = @top_build_prefix@
331: top_builddir = @top_builddir@
332: top_srcdir = @top_srcdir@
333: incdir = ${prefix}/include/asir
334: inc_HEADERS = comp.h cpp.h parse.h w_stdio.h
335: asirdir = ${prefix}/lib/asir
336: AM_CPPFLAGS = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \
337: -I${top_srcdir}/${GC}/include \
338: -I${prefix}/include @PARIINC@ @X_CFLAGS@
339:
340: CLEANFILES = y.tab.c y.tab.h
341: BUILT_SOURCES = y.tab.c y.tab.h
342: noinst_LIBRARIES = libparse.a
343: libparse_a_SOURCES = arith.c comp.c debug.c eval.c evall.c function.c \
344: glob.c kwd.c lex.c load.c parser.c puref.c pvar.c quote.c \
345: struct.c util.c xdeb.c ${inc_HEADERS}
346:
347: nodist_libparse_a_SOURCES = y.tab.c y.tab.h
348: all: $(BUILT_SOURCES)
349: $(MAKE) $(AM_MAKEFLAGS) all-am
350:
351: .SUFFIXES:
352: .SUFFIXES: .c .o .obj
353: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
354: @for dep in $?; do \
355: case '$(am__configure_deps)' in \
356: *$$dep*) \
357: ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
358: && { if test -f $@; then exit 0; else break; fi; }; \
359: exit 1;; \
360: esac; \
361: done; \
362: echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu parse/Makefile'; \
363: $(am__cd) $(top_srcdir) && \
364: $(AUTOMAKE) --gnu parse/Makefile
365: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
366: @case '$?' in \
367: *config.status*) \
368: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
369: *) \
370: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
371: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
372: esac;
373:
374: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
375: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
376:
377: $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
378: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
379: $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
380: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
381: $(am__aclocal_m4_deps):
382:
383: clean-noinstLIBRARIES:
384: -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
385:
386: libparse.a: $(libparse_a_OBJECTS) $(libparse_a_DEPENDENCIES) $(EXTRA_libparse_a_DEPENDENCIES)
387: $(AM_V_at)-rm -f libparse.a
388: $(AM_V_AR)$(libparse_a_AR) libparse.a $(libparse_a_OBJECTS) $(libparse_a_LIBADD)
389: $(AM_V_at)$(RANLIB) libparse.a
390:
391: mostlyclean-compile:
392: -rm -f *.$(OBJEXT)
393:
394: distclean-compile:
395: -rm -f *.tab.c
396:
397: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arith.Po@am__quote@
398: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/comp.Po@am__quote@
399: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debug.Po@am__quote@
400: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eval.Po@am__quote@
401: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evall.Po@am__quote@
402: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/function.Po@am__quote@
403: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glob.Po@am__quote@
404: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kwd.Po@am__quote@
405: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lex.Po@am__quote@
406: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/load.Po@am__quote@
407: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parser.Po@am__quote@
408: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/puref.Po@am__quote@
409: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pvar.Po@am__quote@
410: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/quote.Po@am__quote@
411: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/struct.Po@am__quote@
412: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Po@am__quote@
413: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xdeb.Po@am__quote@
414: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/y.tab.Po@am__quote@
415:
416: .c.o:
417: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
418: @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
419: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
420: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
421: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
422:
423: .c.obj:
424: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
425: @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
426: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
427: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
428: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
429: install-incHEADERS: $(inc_HEADERS)
430: @$(NORMAL_INSTALL)
431: @list='$(inc_HEADERS)'; test -n "$(incdir)" || list=; \
432: if test -n "$$list"; then \
433: echo " $(MKDIR_P) '$(DESTDIR)$(incdir)'"; \
434: $(MKDIR_P) "$(DESTDIR)$(incdir)" || exit 1; \
435: fi; \
436: for p in $$list; do \
437: if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
438: echo "$$d$$p"; \
439: done | $(am__base_list) | \
440: while read files; do \
441: echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(incdir)'"; \
442: $(INSTALL_HEADER) $$files "$(DESTDIR)$(incdir)" || exit $$?; \
443: done
444:
445: uninstall-incHEADERS:
446: @$(NORMAL_UNINSTALL)
447: @list='$(inc_HEADERS)'; test -n "$(incdir)" || list=; \
448: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
449: dir='$(DESTDIR)$(incdir)'; $(am__uninstall_files_from_dir)
450:
451: ID: $(am__tagged_files)
452: $(am__define_uniq_tagged_files); mkid -fID $$unique
453: tags: tags-am
454: TAGS: tags
455:
456: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
457: set x; \
458: here=`pwd`; \
459: $(am__define_uniq_tagged_files); \
460: shift; \
461: if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
462: test -n "$$unique" || unique=$$empty_fix; \
463: if test $$# -gt 0; then \
464: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
465: "$$@" $$unique; \
466: else \
467: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
468: $$unique; \
469: fi; \
470: fi
471: ctags: ctags-am
472:
473: CTAGS: ctags
474: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
475: $(am__define_uniq_tagged_files); \
476: test -z "$(CTAGS_ARGS)$$unique" \
477: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
478: $$unique
479:
480: GTAGS:
481: here=`$(am__cd) $(top_builddir) && pwd` \
482: && $(am__cd) $(top_srcdir) \
483: && gtags -i $(GTAGS_ARGS) "$$here"
484: cscopelist: cscopelist-am
485:
486: cscopelist-am: $(am__tagged_files)
487: list='$(am__tagged_files)'; \
488: case "$(srcdir)" in \
489: [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
490: *) sdir=$(subdir)/$(srcdir) ;; \
491: esac; \
492: for i in $$list; do \
493: if test -f "$$i"; then \
494: echo "$(subdir)/$$i"; \
495: else \
496: echo "$$sdir/$$i"; \
497: fi; \
498: done >> $(top_builddir)/cscope.files
499:
500: distclean-tags:
501: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
502:
503: distdir: $(DISTFILES)
504: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
505: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
506: list='$(DISTFILES)'; \
507: dist_files=`for file in $$list; do echo $$file; done | \
508: sed -e "s|^$$srcdirstrip/||;t" \
509: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
510: case $$dist_files in \
511: */*) $(MKDIR_P) `echo "$$dist_files" | \
512: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
513: sort -u` ;; \
514: esac; \
515: for file in $$dist_files; do \
516: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
517: if test -d $$d/$$file; then \
518: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
519: if test -d "$(distdir)/$$file"; then \
520: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
521: fi; \
522: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
523: cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
524: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
525: fi; \
526: cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
527: else \
528: test -f "$(distdir)/$$file" \
529: || cp -p $$d/$$file "$(distdir)/$$file" \
530: || exit 1; \
531: fi; \
532: done
533: check-am: all-am
534: check: $(BUILT_SOURCES)
535: $(MAKE) $(AM_MAKEFLAGS) check-am
536: all-am: Makefile $(LIBRARIES) $(HEADERS)
537: installdirs:
538: for dir in "$(DESTDIR)$(incdir)"; do \
539: test -z "$$dir" || $(MKDIR_P) "$$dir"; \
540: done
541: install: $(BUILT_SOURCES)
542: $(MAKE) $(AM_MAKEFLAGS) install-am
543: install-exec: install-exec-am
544: install-data: install-data-am
545: uninstall: uninstall-am
546:
547: install-am: all-am
548: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
549:
550: installcheck: installcheck-am
551: install-strip:
552: if test -z '$(STRIP)'; then \
553: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
554: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
555: install; \
556: else \
557: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
558: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
559: "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
560: fi
561: mostlyclean-generic:
562:
563: clean-generic:
564: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
565:
566: distclean-generic:
567: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
568: -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
569:
570: maintainer-clean-generic:
571: @echo "This command is intended for maintainers to use"
572: @echo "it deletes files that may require special tools to rebuild."
573: -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
574: clean: clean-am
575:
576: clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
577:
578: distclean: distclean-am
579: -rm -rf ./$(DEPDIR)
580: -rm -f Makefile
581: distclean-am: clean-am distclean-compile distclean-generic \
582: distclean-tags
583:
584: dvi: dvi-am
585:
586: dvi-am:
587:
588: html: html-am
589:
590: html-am:
591:
592: info: info-am
593:
594: info-am:
595:
596: install-data-am: install-incHEADERS
597:
598: install-dvi: install-dvi-am
599:
600: install-dvi-am:
601:
602: install-exec-am:
603:
604: install-html: install-html-am
605:
606: install-html-am:
607:
608: install-info: install-info-am
609:
610: install-info-am:
611:
612: install-man:
613:
614: install-pdf: install-pdf-am
615:
616: install-pdf-am:
617:
618: install-ps: install-ps-am
619:
620: install-ps-am:
621:
622: installcheck-am:
623:
624: maintainer-clean: maintainer-clean-am
625: -rm -rf ./$(DEPDIR)
626: -rm -f Makefile
627: maintainer-clean-am: distclean-am maintainer-clean-generic
628:
629: mostlyclean: mostlyclean-am
630:
631: mostlyclean-am: mostlyclean-compile mostlyclean-generic
632:
633: pdf: pdf-am
634:
635: pdf-am:
636:
637: ps: ps-am
638:
639: ps-am:
640:
641: uninstall-am: uninstall-incHEADERS
642:
643: .MAKE: all check install install-am install-strip
644:
645: .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
646: clean-noinstLIBRARIES cscopelist-am ctags ctags-am distclean \
647: distclean-compile distclean-generic distclean-tags distdir dvi \
648: dvi-am html html-am info info-am install install-am \
649: install-data install-data-am install-dvi install-dvi-am \
650: install-exec install-exec-am install-html install-html-am \
651: install-incHEADERS install-info install-info-am install-man \
652: install-pdf install-pdf-am install-ps install-ps-am \
653: install-strip installcheck installcheck-am installdirs \
654: maintainer-clean maintainer-clean-generic mostlyclean \
655: mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
656: tags tags-am uninstall uninstall-am uninstall-incHEADERS
657:
1.4 ! noro 658: .PRECIOUS: Makefile
! 659:
1.1 noro 660:
661: ex.o kwd.o: y.tab.h
662: y.tab.c y.tab.h: parse.y
663: ${YACC} ${YFLAGS} -d parse.y
664:
665: # Tell versions [3.59,3.63) of GNU make to not export all variables.
666: # Otherwise a system limit (for SysV at least) may be exceeded.
667: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>