Annotation of parser3/src/lib/cord/Makefile.in, revision 1.23
1.23 ! moko 1: # Makefile.in generated by automake 1.16.3 from Makefile.am.
1.2 paf 2: # @configure_input@
3:
1.23 ! moko 4: # Copyright (C) 1994-2020 Free Software Foundation, Inc.
1.19 moko 5:
1.2 paf 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: VPATH = @srcdir@
1.19 moko 18: am__is_gnu_make = { \
19: if test -z '$(MAKELEVEL)'; then \
20: false; \
21: elif test -n '$(MAKE_HOST)'; then \
22: true; \
23: elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24: true; \
25: else \
26: false; \
27: fi; \
28: }
29: am__make_running_with_option = \
30: case $${target_option-} in \
31: ?) ;; \
32: *) echo "am__make_running_with_option: internal error: invalid" \
33: "target option '$${target_option-}' specified" >&2; \
34: exit 1;; \
35: esac; \
36: has_opt=no; \
37: sane_makeflags=$$MAKEFLAGS; \
38: if $(am__is_gnu_make); then \
39: sane_makeflags=$$MFLAGS; \
40: else \
41: case $$MAKEFLAGS in \
42: *\\[\ \ ]*) \
43: bs=\\; \
44: sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45: | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
46: esac; \
47: fi; \
48: skip_next=no; \
49: strip_trailopt () \
50: { \
51: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52: }; \
53: for flg in $$sane_makeflags; do \
54: test $$skip_next = yes && { skip_next=no; continue; }; \
55: case $$flg in \
56: *=*|--*) continue;; \
57: -*I) strip_trailopt 'I'; skip_next=yes;; \
58: -*I?*) strip_trailopt 'I';; \
59: -*O) strip_trailopt 'O'; skip_next=yes;; \
60: -*O?*) strip_trailopt 'O';; \
61: -*l) strip_trailopt 'l'; skip_next=yes;; \
62: -*l?*) strip_trailopt 'l';; \
63: -[dEDm]) skip_next=yes;; \
64: -[JT]) skip_next=yes;; \
65: esac; \
66: case $$flg in \
67: *$$target_option*) has_opt=yes; break;; \
68: esac; \
69: done; \
70: test $$has_opt = yes
71: am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72: am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
1.2 paf 73: pkgdatadir = $(datadir)/@PACKAGE@
1.15 moko 74: pkgincludedir = $(includedir)/@PACKAGE@
1.2 paf 75: pkglibdir = $(libdir)/@PACKAGE@
1.15 moko 76: pkglibexecdir = $(libexecdir)/@PACKAGE@
1.2 paf 77: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78: install_sh_DATA = $(install_sh) -c -m 644
79: install_sh_PROGRAM = $(install_sh) -c
80: install_sh_SCRIPT = $(install_sh) -c
81: INSTALL_HEADER = $(INSTALL_DATA)
82: transform = $(program_transform_name)
83: NORMAL_INSTALL = :
84: PRE_INSTALL = :
85: POST_INSTALL = :
86: NORMAL_UNINSTALL = :
87: PRE_UNINSTALL = :
88: POST_UNINSTALL = :
1.15 moko 89: build_triplet = @build@
1.2 paf 90: host_triplet = @host@
1.5 paf 91: subdir = src/lib/cord
92: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1.12 moko 93: am__aclocal_m4_deps = $(top_srcdir)/src/lib/ltdl/m4/argz.m4 \
94: $(top_srcdir)/src/lib/ltdl/m4/libtool.m4 \
95: $(top_srcdir)/src/lib/ltdl/m4/ltdl.m4 \
96: $(top_srcdir)/src/lib/ltdl/m4/ltoptions.m4 \
97: $(top_srcdir)/src/lib/ltdl/m4/ltsugar.m4 \
98: $(top_srcdir)/src/lib/ltdl/m4/ltversion.m4 \
99: $(top_srcdir)/src/lib/ltdl/m4/lt~obsolete.m4 \
1.18 moko 100: $(top_srcdir)/configure.ac
1.5 paf 101: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
102: $(ACLOCAL_M4)
1.19 moko 103: DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
1.12 moko 104: mkinstalldirs = $(install_sh) -d
1.5 paf 105: CONFIG_HEADER = $(top_builddir)/src/include/pa_config_auto.h
106: CONFIG_CLEAN_FILES =
1.15 moko 107: CONFIG_CLEAN_VPATH_FILES =
1.14 moko 108: LTLIBRARIES = $(noinst_LTLIBRARIES)
109: libcord_la_LIBADD =
1.16 moko 110: am_libcord_la_OBJECTS = cordbscs.lo cordxtra.lo
1.14 moko 111: libcord_la_OBJECTS = $(am_libcord_la_OBJECTS)
1.19 moko 112: AM_V_lt = $(am__v_lt_@AM_V@)
113: am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
114: am__v_lt_0 = --silent
115: am__v_lt_1 =
116: AM_V_P = $(am__v_P_@AM_V@)
117: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
118: am__v_P_0 = false
119: am__v_P_1 = :
120: AM_V_GEN = $(am__v_GEN_@AM_V@)
121: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
122: am__v_GEN_0 = @echo " GEN " $@;
123: am__v_GEN_1 =
124: AM_V_at = $(am__v_at_@AM_V@)
125: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
126: am__v_at_0 = @
127: am__v_at_1 =
1.15 moko 128: DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include
1.5 paf 129: depcomp = $(SHELL) $(top_srcdir)/depcomp
1.22 moko 130: am__maybe_remake_depfiles = depfiles
131: am__depfiles_remade = ./$(DEPDIR)/cordbscs.Plo \
132: ./$(DEPDIR)/cordxtra.Plo
1.15 moko 133: am__mv = mv -f
1.5 paf 134: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
135: $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
1.19 moko 136: LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
137: $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
138: $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
139: $(AM_CFLAGS) $(CFLAGS)
140: AM_V_CC = $(am__v_CC_@AM_V@)
141: am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
142: am__v_CC_0 = @echo " CC " $@;
143: am__v_CC_1 =
1.5 paf 144: CCLD = $(CC)
1.19 moko 145: LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
146: $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
147: $(AM_LDFLAGS) $(LDFLAGS) -o $@
148: AM_V_CCLD = $(am__v_CCLD_@AM_V@)
149: am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
150: am__v_CCLD_0 = @echo " CCLD " $@;
151: am__v_CCLD_1 =
1.14 moko 152: SOURCES = $(libcord_la_SOURCES)
153: DIST_SOURCES = $(libcord_la_SOURCES)
1.19 moko 154: RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
155: ctags-recursive dvi-recursive html-recursive info-recursive \
156: install-data-recursive install-dvi-recursive \
157: install-exec-recursive install-html-recursive \
158: install-info-recursive install-pdf-recursive \
159: install-ps-recursive install-recursive installcheck-recursive \
160: installdirs-recursive pdf-recursive ps-recursive \
161: tags-recursive uninstall-recursive
162: am__can_run_installinfo = \
163: case $$AM_UPDATE_INFO_DIR in \
164: n|no|NO) false;; \
165: *) (install-info --version) >/dev/null 2>&1;; \
166: esac
1.15 moko 167: RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
168: distclean-recursive maintainer-clean-recursive
1.19 moko 169: am__recursive_targets = \
170: $(RECURSIVE_TARGETS) \
171: $(RECURSIVE_CLEAN_TARGETS) \
172: $(am__extra_recursive_targets)
173: AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
1.22 moko 174: distdir distdir-am
1.19 moko 175: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
176: # Read a list of newline-separated strings from the standard input,
177: # and print each of them once, without duplicates. Input order is
178: # *not* preserved.
179: am__uniquify_input = $(AWK) '\
180: BEGIN { nonempty = 0; } \
181: { items[$$0] = 1; nonempty = 1; } \
182: END { if (nonempty) { for (i in items) print i; }; } \
183: '
184: # Make sure the list of sources is unique. This is necessary because,
185: # e.g., the same source file might be shared among _SOURCES variables
186: # for different programs/libraries.
187: am__define_uniq_tagged_files = \
188: list='$(am__tagged_files)'; \
189: unique=`for i in $$list; do \
190: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
191: done | $(am__uniquify_input)`
1.5 paf 192: ETAGS = etags
193: CTAGS = ctags
194: DIST_SUBDIRS = $(SUBDIRS)
1.19 moko 195: am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
1.5 paf 196: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1.15 moko 197: am__relativize = \
198: dir0=`pwd`; \
199: sed_first='s,^\([^/]*\)/.*$$,\1,'; \
200: sed_rest='s,^[^/]*/*,,'; \
201: sed_last='s,^.*/\([^/]*\)$$,\1,'; \
202: sed_butlast='s,/*[^/]*$$,,'; \
203: while test -n "$$dir1"; do \
204: first=`echo "$$dir1" | sed -e "$$sed_first"`; \
205: if test "$$first" != "."; then \
206: if test "$$first" = ".."; then \
207: dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
208: dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
209: else \
210: first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
211: if test "$$first2" = "$$first"; then \
212: dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
213: else \
214: dir2="../$$dir2"; \
215: fi; \
216: dir0="$$dir0"/"$$first"; \
217: fi; \
218: fi; \
219: dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
220: done; \
221: reldir="$$dir2"
1.2 paf 222: ACLOCAL = @ACLOCAL@
223: AMTAR = @AMTAR@
1.19 moko 224: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
1.10 moko 225: APACHE = @APACHE@
226: APACHE_CFLAGS = @APACHE_CFLAGS@
227: APACHE_INC = @APACHE_INC@
1.12 moko 228: AR = @AR@
229: ARGZ_H = @ARGZ_H@
230: AS = @AS@
1.2 paf 231: AUTOCONF = @AUTOCONF@
232: AUTOHEADER = @AUTOHEADER@
233: AUTOMAKE = @AUTOMAKE@
234: AWK = @AWK@
235: CC = @CC@
236: CCDEPMODE = @CCDEPMODE@
237: CFLAGS = @CFLAGS@
238: CPP = @CPP@
239: CPPFLAGS = @CPPFLAGS@
240: CXX = @CXX@
1.12 moko 241: CXXCPP = @CXXCPP@
1.2 paf 242: CXXDEPMODE = @CXXDEPMODE@
243: CXXFLAGS = @CXXFLAGS@
244: CYGPATH_W = @CYGPATH_W@
245: DEFS = @DEFS@
246: DEPDIR = @DEPDIR@
1.12 moko 247: DLLTOOL = @DLLTOOL@
248: DSYMUTIL = @DSYMUTIL@
249: DUMPBIN = @DUMPBIN@
1.2 paf 250: ECHO_C = @ECHO_C@
251: ECHO_N = @ECHO_N@
252: ECHO_T = @ECHO_T@
253: EGREP = @EGREP@
254: EXEEXT = @EXEEXT@
1.12 moko 255: FGREP = @FGREP@
1.2 paf 256: GC_LIBS = @GC_LIBS@
1.12 moko 257: GREP = @GREP@
1.2 paf 258: INCLTDL = @INCLTDL@
1.15 moko 259: INSTALL = @INSTALL@
1.2 paf 260: INSTALL_DATA = @INSTALL_DATA@
261: INSTALL_PROGRAM = @INSTALL_PROGRAM@
262: INSTALL_SCRIPT = @INSTALL_SCRIPT@
263: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1.12 moko 264: LD = @LD@
1.2 paf 265: LDFLAGS = @LDFLAGS@
266: LIBADD_DL = @LIBADD_DL@
1.12 moko 267: LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
268: LIBADD_DLOPEN = @LIBADD_DLOPEN@
269: LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
1.2 paf 270: LIBLTDL = @LIBLTDL@
271: LIBOBJS = @LIBOBJS@
272: LIBS = @LIBS@
1.12 moko 273: LIBTOOL = @LIBTOOL@
274: LIPO = @LIPO@
275: LN_S = @LN_S@
276: LTDLDEPS = @LTDLDEPS@
277: LTDLINCL = @LTDLINCL@
278: LTDLOPEN = @LTDLOPEN@
1.2 paf 279: LTLIBOBJS = @LTLIBOBJS@
1.12 moko 280: LT_CONFIG_H = @LT_CONFIG_H@
281: LT_DLLOADERS = @LT_DLLOADERS@
282: LT_DLPREOPEN = @LT_DLPREOPEN@
1.2 paf 283: MAKEINFO = @MAKEINFO@
1.12 moko 284: MANIFEST_TOOL = @MANIFEST_TOOL@
1.2 paf 285: MIME_INCLUDES = @MIME_INCLUDES@
286: MIME_LIBS = @MIME_LIBS@
1.15 moko 287: MKDIR_P = @MKDIR_P@
1.12 moko 288: NM = @NM@
289: NMEDIT = @NMEDIT@
290: OBJDUMP = @OBJDUMP@
1.2 paf 291: OBJEXT = @OBJEXT@
1.12 moko 292: OTOOL = @OTOOL@
293: OTOOL64 = @OTOOL64@
1.2 paf 294: P3S = @P3S@
295: PACKAGE = @PACKAGE@
296: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
297: PACKAGE_NAME = @PACKAGE_NAME@
298: PACKAGE_STRING = @PACKAGE_STRING@
299: PACKAGE_TARNAME = @PACKAGE_TARNAME@
1.15 moko 300: PACKAGE_URL = @PACKAGE_URL@
1.2 paf 301: PACKAGE_VERSION = @PACKAGE_VERSION@
302: PATH_SEPARATOR = @PATH_SEPARATOR@
1.8 misha 303: PCRE_INCLUDES = @PCRE_INCLUDES@
304: PCRE_LIBS = @PCRE_LIBS@
1.2 paf 305: RANLIB = @RANLIB@
1.12 moko 306: SED = @SED@
1.2 paf 307: SET_MAKE = @SET_MAKE@
308: SHELL = @SHELL@
309: STRIP = @STRIP@
310: VERSION = @VERSION@
311: XML_INCLUDES = @XML_INCLUDES@
312: XML_LIBS = @XML_LIBS@
313: YACC = @YACC@
1.15 moko 314: YFLAGS = @YFLAGS@
315: abs_builddir = @abs_builddir@
316: abs_srcdir = @abs_srcdir@
317: abs_top_builddir = @abs_top_builddir@
318: abs_top_srcdir = @abs_top_srcdir@
1.12 moko 319: ac_ct_AR = @ac_ct_AR@
1.2 paf 320: ac_ct_CC = @ac_ct_CC@
321: ac_ct_CXX = @ac_ct_CXX@
1.12 moko 322: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
1.2 paf 323: am__include = @am__include@
1.5 paf 324: am__leading_dot = @am__leading_dot@
1.2 paf 325: am__quote = @am__quote@
1.5 paf 326: am__tar = @am__tar@
327: am__untar = @am__untar@
1.2 paf 328: bindir = @bindir@
329: build = @build@
330: build_alias = @build_alias@
331: build_cpu = @build_cpu@
332: build_os = @build_os@
333: build_vendor = @build_vendor@
1.15 moko 334: builddir = @builddir@
1.2 paf 335: datadir = @datadir@
1.15 moko 336: datarootdir = @datarootdir@
1.2 paf 337: dll_extension = @dll_extension@
1.15 moko 338: docdir = @docdir@
339: dvidir = @dvidir@
1.2 paf 340: exec_prefix = @exec_prefix@
341: host = @host@
342: host_alias = @host_alias@
343: host_cpu = @host_cpu@
344: host_os = @host_os@
345: host_vendor = @host_vendor@
1.15 moko 346: htmldir = @htmldir@
1.2 paf 347: includedir = @includedir@
348: infodir = @infodir@
349: install_sh = @install_sh@
350: libdir = @libdir@
351: libexecdir = @libexecdir@
1.15 moko 352: localedir = @localedir@
1.2 paf 353: localstatedir = @localstatedir@
1.12 moko 354: ltdl_LIBOBJS = @ltdl_LIBOBJS@
355: ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
1.2 paf 356: mandir = @mandir@
1.5 paf 357: mkdir_p = @mkdir_p@
1.2 paf 358: oldincludedir = @oldincludedir@
1.15 moko 359: pdfdir = @pdfdir@
1.2 paf 360: prefix = @prefix@
361: program_transform_name = @program_transform_name@
1.15 moko 362: psdir = @psdir@
1.20 moko 363: runstatedir = @runstatedir@
1.2 paf 364: sbindir = @sbindir@
365: sharedstatedir = @sharedstatedir@
1.15 moko 366: srcdir = @srcdir@
1.2 paf 367: subdirs = @subdirs@
1.12 moko 368: sys_symbol_underscore = @sys_symbol_underscore@
1.2 paf 369: sysconfdir = @sysconfdir@
370: target_alias = @target_alias@
1.15 moko 371: top_build_prefix = @top_build_prefix@
372: top_builddir = @top_builddir@
373: top_srcdir = @top_srcdir@
1.14 moko 374: noinst_LTLIBRARIES = libcord.la
1.16 moko 375: libcord_la_SOURCES = cordbscs.c cordxtra.c
1.3 paf 376: EXTRA_DIST = cord.vcproj source.url
1.2 paf 377: SUBDIRS = include
378: all: all-recursive
379:
380: .SUFFIXES:
1.12 moko 381: .SUFFIXES: .c .lo .o .obj
1.5 paf 382: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
383: @for dep in $?; do \
384: case '$(am__configure_deps)' in \
385: *$$dep*) \
1.15 moko 386: ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
387: && { if test -f $@; then exit 0; else break; fi; }; \
1.5 paf 388: exit 1;; \
389: esac; \
390: done; \
1.15 moko 391: echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/lib/cord/Makefile'; \
392: $(am__cd) $(top_srcdir) && \
393: $(AUTOMAKE) --gnu src/lib/cord/Makefile
1.5 paf 394: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
395: @case '$?' in \
396: *config.status*) \
397: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
398: *) \
1.22 moko 399: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
400: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
1.5 paf 401: esac;
402:
403: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
404: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
405:
406: $(top_srcdir)/configure: $(am__configure_deps)
407: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
408: $(ACLOCAL_M4): $(am__aclocal_m4_deps)
409: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.15 moko 410: $(am__aclocal_m4_deps):
1.2 paf 411:
1.14 moko 412: clean-noinstLTLIBRARIES:
413: -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
1.19 moko 414: @list='$(noinst_LTLIBRARIES)'; \
415: locs=`for p in $$list; do echo $$p; done | \
416: sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
417: sort -u`; \
418: test -z "$$locs" || { \
419: echo rm -f $${locs}; \
420: rm -f $${locs}; \
421: }
422:
423: libcord.la: $(libcord_la_OBJECTS) $(libcord_la_DEPENDENCIES) $(EXTRA_libcord_la_DEPENDENCIES)
424: $(AM_V_CCLD)$(LINK) $(libcord_la_OBJECTS) $(libcord_la_LIBADD) $(LIBS)
1.2 paf 425:
426: mostlyclean-compile:
1.5 paf 427: -rm -f *.$(OBJEXT)
1.2 paf 428:
429: distclean-compile:
430: -rm -f *.tab.c
431:
1.22 moko 432: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cordbscs.Plo@am__quote@ # am--include-marker
433: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cordxtra.Plo@am__quote@ # am--include-marker
434:
435: $(am__depfiles_remade):
436: @$(MKDIR_P) $(@D)
437: @echo '# dummy' >$@-t && $(am__mv) $@-t $@
438:
439: am--depfiles: $(am__depfiles_remade)
1.2 paf 440:
441: .c.o:
1.19 moko 442: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
443: @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
444: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1.5 paf 445: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1.19 moko 446: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
1.2 paf 447:
448: .c.obj:
1.19 moko 449: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
450: @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
451: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1.5 paf 452: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1.19 moko 453: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1.12 moko 454:
455: .c.lo:
1.19 moko 456: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
457: @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
458: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1.12 moko 459: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1.19 moko 460: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
1.12 moko 461:
462: mostlyclean-libtool:
463: -rm -f *.lo
464:
465: clean-libtool:
466: -rm -rf .libs _libs
467:
1.2 paf 468: # This directory's subdirectories are mostly independent; you can cd
1.19 moko 469: # into them and run 'make' without going through this Makefile.
470: # To change the values of 'make' variables: instead of editing Makefiles,
471: # (1) if the variable is set in 'config.status', edit 'config.status'
472: # (which will cause the Makefiles to be regenerated when you run 'make');
473: # (2) otherwise, pass the desired values on the 'make' command line.
474: $(am__recursive_targets):
475: @fail=; \
476: if $(am__make_keepgoing); then \
477: failcom='fail=yes'; \
478: else \
479: failcom='exit 1'; \
480: fi; \
1.2 paf 481: dot_seen=no; \
482: target=`echo $@ | sed s/-recursive//`; \
1.19 moko 483: case "$@" in \
484: distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
485: *) list='$(SUBDIRS)' ;; \
486: esac; \
487: for subdir in $$list; do \
1.2 paf 488: echo "Making $$target in $$subdir"; \
489: if test "$$subdir" = "."; then \
490: dot_seen=yes; \
491: local_target="$$target-am"; \
492: else \
493: local_target="$$target"; \
494: fi; \
1.15 moko 495: ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
496: || eval $$failcom; \
1.2 paf 497: done; \
498: if test "$$dot_seen" = "no"; then \
499: $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
500: fi; test -z "$$fail"
501:
1.19 moko 502: ID: $(am__tagged_files)
503: $(am__define_uniq_tagged_files); mkid -fID $$unique
504: tags: tags-recursive
505: TAGS: tags
1.2 paf 506:
1.19 moko 507: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1.15 moko 508: set x; \
1.2 paf 509: here=`pwd`; \
1.5 paf 510: if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
511: include_option=--etags-include; \
512: empty_fix=.; \
513: else \
514: include_option=--include; \
515: empty_fix=; \
516: fi; \
1.2 paf 517: list='$(SUBDIRS)'; for subdir in $$list; do \
518: if test "$$subdir" = .; then :; else \
1.5 paf 519: test ! -f $$subdir/TAGS || \
1.15 moko 520: set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1.2 paf 521: fi; \
522: done; \
1.19 moko 523: $(am__define_uniq_tagged_files); \
1.15 moko 524: shift; \
525: if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1.5 paf 526: test -n "$$unique" || unique=$$empty_fix; \
1.15 moko 527: if test $$# -gt 0; then \
528: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
529: "$$@" $$unique; \
530: else \
531: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
532: $$unique; \
533: fi; \
1.5 paf 534: fi
1.19 moko 535: ctags: ctags-recursive
536:
537: CTAGS: ctags
538: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
539: $(am__define_uniq_tagged_files); \
1.15 moko 540: test -z "$(CTAGS_ARGS)$$unique" \
1.2 paf 541: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1.15 moko 542: $$unique
1.2 paf 543:
544: GTAGS:
545: here=`$(am__cd) $(top_builddir) && pwd` \
1.15 moko 546: && $(am__cd) $(top_srcdir) \
547: && gtags -i $(GTAGS_ARGS) "$$here"
1.19 moko 548: cscopelist: cscopelist-recursive
549:
550: cscopelist-am: $(am__tagged_files)
551: list='$(am__tagged_files)'; \
552: case "$(srcdir)" in \
553: [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
554: *) sdir=$(subdir)/$(srcdir) ;; \
555: esac; \
556: for i in $$list; do \
557: if test -f "$$i"; then \
558: echo "$(subdir)/$$i"; \
559: else \
560: echo "$$sdir/$$i"; \
561: fi; \
562: done >> $(top_builddir)/cscope.files
1.2 paf 563:
564: distclean-tags:
565: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
566:
1.22 moko 567: distdir: $(BUILT_SOURCES)
568: $(MAKE) $(AM_MAKEFLAGS) distdir-am
569:
570: distdir-am: $(DISTFILES)
1.15 moko 571: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
572: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
573: list='$(DISTFILES)'; \
574: dist_files=`for file in $$list; do echo $$file; done | \
575: sed -e "s|^$$srcdirstrip/||;t" \
576: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
577: case $$dist_files in \
578: */*) $(MKDIR_P) `echo "$$dist_files" | \
579: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
580: sort -u` ;; \
581: esac; \
582: for file in $$dist_files; do \
1.2 paf 583: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
584: if test -d $$d/$$file; then \
1.15 moko 585: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
586: if test -d "$(distdir)/$$file"; then \
587: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
588: fi; \
1.2 paf 589: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1.15 moko 590: cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
591: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1.2 paf 592: fi; \
1.15 moko 593: cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1.2 paf 594: else \
1.15 moko 595: test -f "$(distdir)/$$file" \
596: || cp -p $$d/$$file "$(distdir)/$$file" \
1.2 paf 597: || exit 1; \
598: fi; \
599: done
1.15 moko 600: @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1.2 paf 601: if test "$$subdir" = .; then :; else \
1.19 moko 602: $(am__make_dryrun) \
603: || test -d "$(distdir)/$$subdir" \
604: || $(MKDIR_P) "$(distdir)/$$subdir" \
605: || exit 1; \
1.15 moko 606: dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
607: $(am__relativize); \
608: new_distdir=$$reldir; \
609: dir1=$$subdir; dir2="$(top_distdir)"; \
610: $(am__relativize); \
611: new_top_distdir=$$reldir; \
612: echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
613: echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
614: ($(am__cd) $$subdir && \
1.2 paf 615: $(MAKE) $(AM_MAKEFLAGS) \
1.15 moko 616: top_distdir="$$new_top_distdir" \
617: distdir="$$new_distdir" \
618: am__remove_distdir=: \
619: am__skip_length_check=: \
620: am__skip_mode_fix=: \
1.2 paf 621: distdir) \
622: || exit 1; \
623: fi; \
624: done
625: check-am: all-am
626: check: check-recursive
1.14 moko 627: all-am: Makefile $(LTLIBRARIES)
1.2 paf 628: installdirs: installdirs-recursive
629: installdirs-am:
630: install: install-recursive
631: install-exec: install-exec-recursive
632: install-data: install-data-recursive
633: uninstall: uninstall-recursive
634:
635: install-am: all-am
636: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
637:
638: installcheck: installcheck-recursive
639: install-strip:
1.19 moko 640: if test -z '$(STRIP)'; then \
641: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
642: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
643: install; \
644: else \
645: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
646: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
647: "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
648: fi
1.2 paf 649: mostlyclean-generic:
650:
651: clean-generic:
652:
653: distclean-generic:
1.5 paf 654: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.15 moko 655: -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1.2 paf 656:
657: maintainer-clean-generic:
658: @echo "This command is intended for maintainers to use"
659: @echo "it deletes files that may require special tools to rebuild."
660: clean: clean-recursive
661:
1.14 moko 662: clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
1.12 moko 663: mostlyclean-am
1.2 paf 664:
665: distclean: distclean-recursive
1.22 moko 666: -rm -f ./$(DEPDIR)/cordbscs.Plo
667: -rm -f ./$(DEPDIR)/cordxtra.Plo
1.5 paf 668: -rm -f Makefile
669: distclean-am: clean-am distclean-compile distclean-generic \
1.15 moko 670: distclean-tags
1.2 paf 671:
672: dvi: dvi-recursive
673:
674: dvi-am:
675:
1.5 paf 676: html: html-recursive
677:
1.15 moko 678: html-am:
679:
1.2 paf 680: info: info-recursive
681:
682: info-am:
683:
684: install-data-am:
685:
1.15 moko 686: install-dvi: install-dvi-recursive
687:
688: install-dvi-am:
689:
1.2 paf 690: install-exec-am:
691:
1.15 moko 692: install-html: install-html-recursive
693:
694: install-html-am:
695:
1.2 paf 696: install-info: install-info-recursive
697:
1.15 moko 698: install-info-am:
699:
1.2 paf 700: install-man:
701:
1.15 moko 702: install-pdf: install-pdf-recursive
703:
704: install-pdf-am:
705:
706: install-ps: install-ps-recursive
707:
708: install-ps-am:
709:
1.2 paf 710: installcheck-am:
711:
712: maintainer-clean: maintainer-clean-recursive
1.22 moko 713: -rm -f ./$(DEPDIR)/cordbscs.Plo
714: -rm -f ./$(DEPDIR)/cordxtra.Plo
1.5 paf 715: -rm -f Makefile
1.2 paf 716: maintainer-clean-am: distclean-am maintainer-clean-generic
717:
718: mostlyclean: mostlyclean-recursive
719:
1.12 moko 720: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
721: mostlyclean-libtool
1.2 paf 722:
723: pdf: pdf-recursive
724:
725: pdf-am:
726:
727: ps: ps-recursive
728:
729: ps-am:
730:
1.15 moko 731: uninstall-am:
1.2 paf 732:
1.19 moko 733: .MAKE: $(am__recursive_targets) install-am install-strip
1.2 paf 734:
1.22 moko 735: .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
736: am--depfiles check check-am clean clean-generic clean-libtool \
1.19 moko 737: clean-noinstLTLIBRARIES cscopelist-am ctags ctags-am distclean \
1.12 moko 738: distclean-compile distclean-generic distclean-libtool \
1.15 moko 739: distclean-tags distdir dvi dvi-am html html-am info info-am \
740: install install-am install-data install-data-am install-dvi \
741: install-dvi-am install-exec install-exec-am install-html \
742: install-html-am install-info install-info-am install-man \
743: install-pdf install-pdf-am install-ps install-ps-am \
744: install-strip installcheck installcheck-am installdirs \
745: installdirs-am maintainer-clean maintainer-clean-generic \
1.12 moko 746: mostlyclean mostlyclean-compile mostlyclean-generic \
1.19 moko 747: mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
748: uninstall-am
749:
750: .PRECIOUS: Makefile
1.15 moko 751:
1.2 paf 752:
753: # Tell versions [3.59,3.63) of GNU make to not export all variables.
754: # Otherwise a system limit (for SysV at least) may be exceeded.
755: .NOEXPORT:
E-mail: