Annotation of embedaddon/strongswan/src/libtncif/Makefile.in, revision 1.1.1.1
1.1 misho 1: # Makefile.in generated by automake 1.15.1 from Makefile.am.
2: # @configure_input@
3:
4: # Copyright (C) 1994-2017 Free Software Foundation, Inc.
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: VPATH = @srcdir@
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))
73: pkgdatadir = $(datadir)/@PACKAGE@
74: pkgincludedir = $(includedir)/@PACKAGE@
75: pkglibdir = $(libdir)/@PACKAGE@
76: pkglibexecdir = $(libexecdir)/@PACKAGE@
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 = :
89: build_triplet = @build@
90: host_triplet = @host@
91: subdir = src/libtncif
92: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93: am__aclocal_m4_deps = $(top_srcdir)/m4/config/libtool.m4 \
94: $(top_srcdir)/m4/config/ltoptions.m4 \
95: $(top_srcdir)/m4/config/ltsugar.m4 \
96: $(top_srcdir)/m4/config/ltversion.m4 \
97: $(top_srcdir)/m4/config/lt~obsolete.m4 \
98: $(top_srcdir)/m4/macros/split-package-version.m4 \
99: $(top_srcdir)/m4/macros/with.m4 \
100: $(top_srcdir)/m4/macros/enable-disable.m4 \
101: $(top_srcdir)/m4/macros/add-plugin.m4 \
102: $(top_srcdir)/configure.ac
103: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
104: $(ACLOCAL_M4)
105: DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
106: mkinstalldirs = $(install_sh) -d
107: CONFIG_HEADER = $(top_builddir)/config.h
108: CONFIG_CLEAN_FILES =
109: CONFIG_CLEAN_VPATH_FILES =
110: LTLIBRARIES = $(noinst_LTLIBRARIES)
111: libtncif_la_LIBADD =
112: am_libtncif_la_OBJECTS = tncif_names.lo tncif_identity.lo \
113: tncif_pa_subtypes.lo tncif_policy.lo
114: libtncif_la_OBJECTS = $(am_libtncif_la_OBJECTS)
115: AM_V_lt = $(am__v_lt_@AM_V@)
116: am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
117: am__v_lt_0 = --silent
118: am__v_lt_1 =
119: AM_V_P = $(am__v_P_@AM_V@)
120: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
121: am__v_P_0 = false
122: am__v_P_1 = :
123: AM_V_GEN = $(am__v_GEN_@AM_V@)
124: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
125: am__v_GEN_0 = @echo " GEN " $@;
126: am__v_GEN_1 =
127: AM_V_at = $(am__v_at_@AM_V@)
128: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
129: am__v_at_0 = @
130: am__v_at_1 =
131: DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
132: depcomp = $(SHELL) $(top_srcdir)/depcomp
133: am__depfiles_maybe = depfiles
134: am__mv = mv -f
135: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
136: $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
137: LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
138: $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
139: $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
140: $(AM_CFLAGS) $(CFLAGS)
141: AM_V_CC = $(am__v_CC_@AM_V@)
142: am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
143: am__v_CC_0 = @echo " CC " $@;
144: am__v_CC_1 =
145: CCLD = $(CC)
146: LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
147: $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
148: $(AM_LDFLAGS) $(LDFLAGS) -o $@
149: AM_V_CCLD = $(am__v_CCLD_@AM_V@)
150: am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
151: am__v_CCLD_0 = @echo " CCLD " $@;
152: am__v_CCLD_1 =
153: SOURCES = $(libtncif_la_SOURCES)
154: DIST_SOURCES = $(libtncif_la_SOURCES)
155: am__can_run_installinfo = \
156: case $$AM_UPDATE_INFO_DIR in \
157: n|no|NO) false;; \
158: *) (install-info --version) >/dev/null 2>&1;; \
159: esac
160: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
161: # Read a list of newline-separated strings from the standard input,
162: # and print each of them once, without duplicates. Input order is
163: # *not* preserved.
164: am__uniquify_input = $(AWK) '\
165: BEGIN { nonempty = 0; } \
166: { items[$$0] = 1; nonempty = 1; } \
167: END { if (nonempty) { for (i in items) print i; }; } \
168: '
169: # Make sure the list of sources is unique. This is necessary because,
170: # e.g., the same source file might be shared among _SOURCES variables
171: # for different programs/libraries.
172: am__define_uniq_tagged_files = \
173: list='$(am__tagged_files)'; \
174: unique=`for i in $$list; do \
175: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
176: done | $(am__uniquify_input)`
177: ETAGS = etags
178: CTAGS = ctags
179: am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
180: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
181: ACLOCAL = @ACLOCAL@
182: ALLOCA = @ALLOCA@
183: AMTAR = @AMTAR@
184: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
185: AR = @AR@
186: ATOMICLIB = @ATOMICLIB@
187: AUTOCONF = @AUTOCONF@
188: AUTOHEADER = @AUTOHEADER@
189: AUTOMAKE = @AUTOMAKE@
190: AWK = @AWK@
191: BFDLIB = @BFDLIB@
192: BTLIB = @BTLIB@
193: CC = @CC@
194: CCDEPMODE = @CCDEPMODE@
195: CFLAGS = @CFLAGS@
196: COVERAGE_CFLAGS = @COVERAGE_CFLAGS@
197: COVERAGE_LDFLAGS = @COVERAGE_LDFLAGS@
198: CPP = @CPP@
199: CPPFLAGS = @CPPFLAGS@
200: CYGPATH_W = @CYGPATH_W@
201: DEFS = @DEFS@
202: DEPDIR = @DEPDIR@
203: DLLIB = @DLLIB@
204: DLLTOOL = @DLLTOOL@
205: DSYMUTIL = @DSYMUTIL@
206: DUMPBIN = @DUMPBIN@
207: EASY_INSTALL = @EASY_INSTALL@
208: ECHO_C = @ECHO_C@
209: ECHO_N = @ECHO_N@
210: ECHO_T = @ECHO_T@
211: EGREP = @EGREP@
212: EXEEXT = @EXEEXT@
213: FGREP = @FGREP@
214: FUZZING_CFLAGS = @FUZZING_CFLAGS@
215: FUZZING_LDFLAGS = @FUZZING_LDFLAGS@
216: GEM = @GEM@
217: GENHTML = @GENHTML@
218: GPERF = @GPERF@
219: GPERF_LEN_TYPE = @GPERF_LEN_TYPE@
220: GPRBUILD = @GPRBUILD@
221: GREP = @GREP@
222: INSTALL = @INSTALL@
223: INSTALL_DATA = @INSTALL_DATA@
224: INSTALL_PROGRAM = @INSTALL_PROGRAM@
225: INSTALL_SCRIPT = @INSTALL_SCRIPT@
226: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
227: LCOV = @LCOV@
228: LD = @LD@
229: LDFLAGS = @LDFLAGS@
230: LEX = @LEX@
231: LEXLIB = @LEXLIB@
232: LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
233: LIBOBJS = @LIBOBJS@
234: LIBS = @LIBS@
235: LIBTOOL = @LIBTOOL@
236: LIPO = @LIPO@
237: LN_S = @LN_S@
238: LTLIBOBJS = @LTLIBOBJS@
239: LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
240: MAKEINFO = @MAKEINFO@
241: MANIFEST_TOOL = @MANIFEST_TOOL@
242: MKDIR_P = @MKDIR_P@
243: MYSQLCFLAG = @MYSQLCFLAG@
244: MYSQLCONFIG = @MYSQLCONFIG@
245: MYSQLLIB = @MYSQLLIB@
246: NM = @NM@
247: NMEDIT = @NMEDIT@
248: OBJDUMP = @OBJDUMP@
249: OBJEXT = @OBJEXT@
250: OPENSSL_LIB = @OPENSSL_LIB@
251: OTOOL = @OTOOL@
252: OTOOL64 = @OTOOL64@
253: PACKAGE = @PACKAGE@
254: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
255: PACKAGE_NAME = @PACKAGE_NAME@
256: PACKAGE_STRING = @PACKAGE_STRING@
257: PACKAGE_TARNAME = @PACKAGE_TARNAME@
258: PACKAGE_URL = @PACKAGE_URL@
259: PACKAGE_VERSION = @PACKAGE_VERSION@
260: PACKAGE_VERSION_BUILD = @PACKAGE_VERSION_BUILD@
261: PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
262: PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
263: PACKAGE_VERSION_REVIEW = @PACKAGE_VERSION_REVIEW@
264: PATH_SEPARATOR = @PATH_SEPARATOR@
265: PERL = @PERL@
266: PKG_CONFIG = @PKG_CONFIG@
267: PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
268: PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
269: PLUGIN_CFLAGS = @PLUGIN_CFLAGS@
270: PTHREADLIB = @PTHREADLIB@
271: PYTHON = @PYTHON@
272: PYTHONEGGINSTALLDIR = @PYTHONEGGINSTALLDIR@
273: PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
274: PYTHON_PACKAGE_VERSION = @PYTHON_PACKAGE_VERSION@
275: PYTHON_PLATFORM = @PYTHON_PLATFORM@
276: PYTHON_PREFIX = @PYTHON_PREFIX@
277: PYTHON_VERSION = @PYTHON_VERSION@
278: PY_TEST = @PY_TEST@
279: RANLIB = @RANLIB@
280: RTLIB = @RTLIB@
281: RUBYGEMDIR = @RUBYGEMDIR@
282: SED = @SED@
283: SET_MAKE = @SET_MAKE@
284: SHELL = @SHELL@
285: SOCKLIB = @SOCKLIB@
286: STRIP = @STRIP@
287: TOX = @TOX@
288: UNWINDLIB = @UNWINDLIB@
289: VERSION = @VERSION@
290: YACC = @YACC@
291: YFLAGS = @YFLAGS@
292: abs_builddir = @abs_builddir@
293: abs_srcdir = @abs_srcdir@
294: abs_top_builddir = @abs_top_builddir@
295: abs_top_srcdir = @abs_top_srcdir@
296: ac_ct_AR = @ac_ct_AR@
297: ac_ct_CC = @ac_ct_CC@
298: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
299: aikgen_plugins = @aikgen_plugins@
300: am__include = @am__include@
301: am__leading_dot = @am__leading_dot@
302: am__quote = @am__quote@
303: am__tar = @am__tar@
304: am__untar = @am__untar@
305: attest_plugins = @attest_plugins@
306: bindir = @bindir@
307: botan_CFLAGS = @botan_CFLAGS@
308: botan_LIBS = @botan_LIBS@
309: build = @build@
310: build_alias = @build_alias@
311: build_cpu = @build_cpu@
312: build_os = @build_os@
313: build_vendor = @build_vendor@
314: builddir = @builddir@
315: c_plugins = @c_plugins@
316: charon_natt_port = @charon_natt_port@
317: charon_plugins = @charon_plugins@
318: charon_udp_port = @charon_udp_port@
319: clearsilver_LIBS = @clearsilver_LIBS@
320: cmd_plugins = @cmd_plugins@
321: datadir = @datadir@
322: datarootdir = @datarootdir@
323: dbusdatadir = @dbusdatadir@
324: dbuspolicydir = @dbuspolicydir@
325: dev_headers = @dev_headers@
326: docdir = @docdir@
327: dvidir = @dvidir@
328: exec_prefix = @exec_prefix@
329: fips_mode = @fips_mode@
330: fuzz_plugins = @fuzz_plugins@
331: host = @host@
332: host_alias = @host_alias@
333: host_cpu = @host_cpu@
334: host_os = @host_os@
335: host_vendor = @host_vendor@
336: htmldir = @htmldir@
337: imcvdir = @imcvdir@
338: includedir = @includedir@
339: infodir = @infodir@
340: install_sh = @install_sh@
341: ipsec_script = @ipsec_script@
342: ipsec_script_upper = @ipsec_script_upper@
343: ipsecdir = @ipsecdir@
344: ipsecgroup = @ipsecgroup@
345: ipseclibdir = @ipseclibdir@
346: ipsecuser = @ipsecuser@
347: json_CFLAGS = @json_CFLAGS@
348: json_LIBS = @json_LIBS@
349: libdir = @libdir@
350: libexecdir = @libexecdir@
351: libfuzzer = @libfuzzer@
352: libiptc_CFLAGS = @libiptc_CFLAGS@
353: libiptc_LIBS = @libiptc_LIBS@
354: linux_headers = @linux_headers@
355: localedir = @localedir@
356: localstatedir = @localstatedir@
357: manager_plugins = @manager_plugins@
358: mandir = @mandir@
359: medsrv_plugins = @medsrv_plugins@
360: mkdir_p = @mkdir_p@
361: nm_CFLAGS = @nm_CFLAGS@
362: nm_LIBS = @nm_LIBS@
363: nm_ca_dir = @nm_ca_dir@
364: nm_plugins = @nm_plugins@
365: oldincludedir = @oldincludedir@
366: p_plugins = @p_plugins@
367: pcsclite_CFLAGS = @pcsclite_CFLAGS@
368: pcsclite_LIBS = @pcsclite_LIBS@
369: pdfdir = @pdfdir@
370: piddir = @piddir@
371: pkgpyexecdir = @pkgpyexecdir@
372: pkgpythondir = @pkgpythondir@
373: pki_plugins = @pki_plugins@
374: plugindir = @plugindir@
375: pool_plugins = @pool_plugins@
376: prefix = @prefix@
377: program_transform_name = @program_transform_name@
378: psdir = @psdir@
379: pyexecdir = @pyexecdir@
380: pythondir = @pythondir@
381: random_device = @random_device@
382: resolv_conf = @resolv_conf@
383: routing_table = @routing_table@
384: routing_table_prio = @routing_table_prio@
385: runstatedir = @runstatedir@
386: s_plugins = @s_plugins@
387: sbindir = @sbindir@
388: scepclient_plugins = @scepclient_plugins@
389: scripts_plugins = @scripts_plugins@
390: sharedstatedir = @sharedstatedir@
391: soup_CFLAGS = @soup_CFLAGS@
392: soup_LIBS = @soup_LIBS@
393: srcdir = @srcdir@
394: starter_plugins = @starter_plugins@
395: strongswan_conf = @strongswan_conf@
396: strongswan_options = @strongswan_options@
397: swanctldir = @swanctldir@
398: sysconfdir = @sysconfdir@
399: systemd_CFLAGS = @systemd_CFLAGS@
400: systemd_LIBS = @systemd_LIBS@
401: systemd_daemon_CFLAGS = @systemd_daemon_CFLAGS@
402: systemd_daemon_LIBS = @systemd_daemon_LIBS@
403: systemd_journal_CFLAGS = @systemd_journal_CFLAGS@
404: systemd_journal_LIBS = @systemd_journal_LIBS@
405: systemdsystemunitdir = @systemdsystemunitdir@
406: t_plugins = @t_plugins@
407: target_alias = @target_alias@
408: top_build_prefix = @top_build_prefix@
409: top_builddir = @top_builddir@
410: top_srcdir = @top_srcdir@
411: tss2_CFLAGS = @tss2_CFLAGS@
412: tss2_LIBS = @tss2_LIBS@
413: tss2_esys_CFLAGS = @tss2_esys_CFLAGS@
414: tss2_esys_LIBS = @tss2_esys_LIBS@
415: tss2_socket_CFLAGS = @tss2_socket_CFLAGS@
416: tss2_socket_LIBS = @tss2_socket_LIBS@
417: tss2_sys_CFLAGS = @tss2_sys_CFLAGS@
418: tss2_sys_LIBS = @tss2_sys_LIBS@
419: tss2_tabrmd_CFLAGS = @tss2_tabrmd_CFLAGS@
420: tss2_tabrmd_LIBS = @tss2_tabrmd_LIBS@
421: urandom_device = @urandom_device@
422: wolfssl_CFLAGS = @wolfssl_CFLAGS@
423: wolfssl_LIBS = @wolfssl_LIBS@
424: xml_CFLAGS = @xml_CFLAGS@
425: xml_LIBS = @xml_LIBS@
426: AM_CPPFLAGS = \
427: -I$(top_srcdir)/src/libstrongswan
428:
429: noinst_LTLIBRARIES = libtncif.la
430: libtncif_la_SOURCES = \
431: tncif.h tncifimc.h tncifimv.h tncif_names.h tncif_names.c \
432: tncif_identity.h tncif_identity.c \
433: tncif_pa_subtypes.h tncif_pa_subtypes.c \
434: tncif_policy.h tncif_policy.c
435:
436: EXTRA_DIST = Android.mk
437: all: all-am
438:
439: .SUFFIXES:
440: .SUFFIXES: .c .lo .o .obj
441: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
442: @for dep in $?; do \
443: case '$(am__configure_deps)' in \
444: *$$dep*) \
445: ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
446: && { if test -f $@; then exit 0; else break; fi; }; \
447: exit 1;; \
448: esac; \
449: done; \
450: echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/libtncif/Makefile'; \
451: $(am__cd) $(top_srcdir) && \
452: $(AUTOMAKE) --gnu src/libtncif/Makefile
453: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
454: @case '$?' in \
455: *config.status*) \
456: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
457: *) \
458: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
459: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
460: esac;
461:
462: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
463: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
464:
465: $(top_srcdir)/configure: $(am__configure_deps)
466: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
467: $(ACLOCAL_M4): $(am__aclocal_m4_deps)
468: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
469: $(am__aclocal_m4_deps):
470:
471: clean-noinstLTLIBRARIES:
472: -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
473: @list='$(noinst_LTLIBRARIES)'; \
474: locs=`for p in $$list; do echo $$p; done | \
475: sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
476: sort -u`; \
477: test -z "$$locs" || { \
478: echo rm -f $${locs}; \
479: rm -f $${locs}; \
480: }
481:
482: libtncif.la: $(libtncif_la_OBJECTS) $(libtncif_la_DEPENDENCIES) $(EXTRA_libtncif_la_DEPENDENCIES)
483: $(AM_V_CCLD)$(LINK) $(libtncif_la_OBJECTS) $(libtncif_la_LIBADD) $(LIBS)
484:
485: mostlyclean-compile:
486: -rm -f *.$(OBJEXT)
487:
488: distclean-compile:
489: -rm -f *.tab.c
490:
491: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tncif_identity.Plo@am__quote@
492: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tncif_names.Plo@am__quote@
493: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tncif_pa_subtypes.Plo@am__quote@
494: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tncif_policy.Plo@am__quote@
495:
496: .c.o:
497: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
498: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
499: @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
500: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
501: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
502: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
503:
504: .c.obj:
505: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
506: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
507: @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
508: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
509: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
510: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
511:
512: .c.lo:
513: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
514: @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
515: @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
516: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
517: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
518: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
519:
520: mostlyclean-libtool:
521: -rm -f *.lo
522:
523: clean-libtool:
524: -rm -rf .libs _libs
525:
526: ID: $(am__tagged_files)
527: $(am__define_uniq_tagged_files); mkid -fID $$unique
528: tags: tags-am
529: TAGS: tags
530:
531: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
532: set x; \
533: here=`pwd`; \
534: $(am__define_uniq_tagged_files); \
535: shift; \
536: if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
537: test -n "$$unique" || unique=$$empty_fix; \
538: if test $$# -gt 0; then \
539: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
540: "$$@" $$unique; \
541: else \
542: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
543: $$unique; \
544: fi; \
545: fi
546: ctags: ctags-am
547:
548: CTAGS: ctags
549: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
550: $(am__define_uniq_tagged_files); \
551: test -z "$(CTAGS_ARGS)$$unique" \
552: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
553: $$unique
554:
555: GTAGS:
556: here=`$(am__cd) $(top_builddir) && pwd` \
557: && $(am__cd) $(top_srcdir) \
558: && gtags -i $(GTAGS_ARGS) "$$here"
559: cscopelist: cscopelist-am
560:
561: cscopelist-am: $(am__tagged_files)
562: list='$(am__tagged_files)'; \
563: case "$(srcdir)" in \
564: [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
565: *) sdir=$(subdir)/$(srcdir) ;; \
566: esac; \
567: for i in $$list; do \
568: if test -f "$$i"; then \
569: echo "$(subdir)/$$i"; \
570: else \
571: echo "$$sdir/$$i"; \
572: fi; \
573: done >> $(top_builddir)/cscope.files
574:
575: distclean-tags:
576: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
577:
578: distdir: $(DISTFILES)
579: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
580: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
581: list='$(DISTFILES)'; \
582: dist_files=`for file in $$list; do echo $$file; done | \
583: sed -e "s|^$$srcdirstrip/||;t" \
584: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
585: case $$dist_files in \
586: */*) $(MKDIR_P) `echo "$$dist_files" | \
587: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
588: sort -u` ;; \
589: esac; \
590: for file in $$dist_files; do \
591: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
592: if test -d $$d/$$file; then \
593: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
594: if test -d "$(distdir)/$$file"; then \
595: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
596: fi; \
597: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
598: cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
599: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
600: fi; \
601: cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
602: else \
603: test -f "$(distdir)/$$file" \
604: || cp -p $$d/$$file "$(distdir)/$$file" \
605: || exit 1; \
606: fi; \
607: done
608: check-am: all-am
609: check: check-am
610: all-am: Makefile $(LTLIBRARIES)
611: installdirs:
612: install: install-am
613: install-exec: install-exec-am
614: install-data: install-data-am
615: uninstall: uninstall-am
616:
617: install-am: all-am
618: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
619:
620: installcheck: installcheck-am
621: install-strip:
622: if test -z '$(STRIP)'; then \
623: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
624: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
625: install; \
626: else \
627: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
628: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
629: "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
630: fi
631: mostlyclean-generic:
632:
633: clean-generic:
634:
635: distclean-generic:
636: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
637: -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
638:
639: maintainer-clean-generic:
640: @echo "This command is intended for maintainers to use"
641: @echo "it deletes files that may require special tools to rebuild."
642: clean: clean-am
643:
644: clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
645: mostlyclean-am
646:
647: distclean: distclean-am
648: -rm -rf ./$(DEPDIR)
649: -rm -f Makefile
650: distclean-am: clean-am distclean-compile distclean-generic \
651: distclean-tags
652:
653: dvi: dvi-am
654:
655: dvi-am:
656:
657: html: html-am
658:
659: html-am:
660:
661: info: info-am
662:
663: info-am:
664:
665: install-data-am:
666:
667: install-dvi: install-dvi-am
668:
669: install-dvi-am:
670:
671: install-exec-am:
672:
673: install-html: install-html-am
674:
675: install-html-am:
676:
677: install-info: install-info-am
678:
679: install-info-am:
680:
681: install-man:
682:
683: install-pdf: install-pdf-am
684:
685: install-pdf-am:
686:
687: install-ps: install-ps-am
688:
689: install-ps-am:
690:
691: installcheck-am:
692:
693: maintainer-clean: maintainer-clean-am
694: -rm -rf ./$(DEPDIR)
695: -rm -f Makefile
696: maintainer-clean-am: distclean-am maintainer-clean-generic
697:
698: mostlyclean: mostlyclean-am
699:
700: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
701: mostlyclean-libtool
702:
703: pdf: pdf-am
704:
705: pdf-am:
706:
707: ps: ps-am
708:
709: ps-am:
710:
711: uninstall-am:
712:
713: .MAKE: install-am install-strip
714:
715: .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
716: clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
717: ctags-am distclean distclean-compile distclean-generic \
718: distclean-libtool distclean-tags distdir dvi dvi-am html \
719: html-am info info-am install install-am install-data \
720: install-data-am install-dvi install-dvi-am install-exec \
721: install-exec-am install-html install-html-am install-info \
722: install-info-am install-man install-pdf install-pdf-am \
723: install-ps install-ps-am install-strip installcheck \
724: installcheck-am installdirs maintainer-clean \
725: maintainer-clean-generic mostlyclean mostlyclean-compile \
726: mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
727: tags tags-am uninstall uninstall-am
728:
729: .PRECIOUS: Makefile
730:
731:
732: # Tell versions [3.59,3.63) of GNU make to not export all variables.
733: # Otherwise a system limit (for SysV at least) may be exceeded.
734: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>