Annotation of gpl/axl/ns/Makefile.in, revision 1.1.1.1
1.1 misho 1: # Makefile.in generated by automake 1.9.6 from Makefile.am.
2: # @configure_input@
3:
4: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5: # 2003, 2004, 2005 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.
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: srcdir = @srcdir@
19: top_srcdir = @top_srcdir@
20: VPATH = @srcdir@
21: pkgdatadir = $(datadir)/@PACKAGE@
22: pkglibdir = $(libdir)/@PACKAGE@
23: pkgincludedir = $(includedir)/@PACKAGE@
24: top_builddir = ..
25: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26: INSTALL = @INSTALL@
27: install_sh_DATA = $(install_sh) -c -m 644
28: install_sh_PROGRAM = $(install_sh) -c
29: install_sh_SCRIPT = $(install_sh) -c
30: INSTALL_HEADER = $(INSTALL_DATA)
31: transform = $(program_transform_name)
32: NORMAL_INSTALL = :
33: PRE_INSTALL = :
34: POST_INSTALL = :
35: NORMAL_UNINSTALL = :
36: PRE_UNINSTALL = :
37: POST_UNINSTALL = :
38: build_triplet = @build@
39: host_triplet = @host@
40: subdir = ns
41: DIST_COMMON = $(libaxl_nsinclude_HEADERS) $(srcdir)/Makefile.am \
42: $(srcdir)/Makefile.in
43: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44: am__aclocal_m4_deps = $(top_srcdir)/configure.ac
45: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46: $(ACLOCAL_M4)
47: mkinstalldirs = $(install_sh) -d
48: CONFIG_HEADER = $(top_builddir)/config.h
49: CONFIG_CLEAN_FILES =
50: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
51: am__vpath_adj = case $$p in \
52: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
53: *) f=$$p;; \
54: esac;
55: am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
56: am__installdirs = "$(DESTDIR)$(libdir)" \
57: "$(DESTDIR)$(libaxl_nsincludedir)"
58: libLTLIBRARIES_INSTALL = $(INSTALL)
59: LTLIBRARIES = $(lib_LTLIBRARIES)
60: libaxl_ns_la_DEPENDENCIES = $(top_builddir)/src/libaxl.la
61: am_libaxl_ns_la_OBJECTS = axl_ns_doc.lo axl_ns_node.lo
62: libaxl_ns_la_OBJECTS = $(am_libaxl_ns_la_OBJECTS)
63: DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
64: depcomp = $(SHELL) $(top_srcdir)/depcomp
65: am__depfiles_maybe = depfiles
66: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
67: $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
68: LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
69: $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
70: $(AM_CFLAGS) $(CFLAGS)
71: CCLD = $(CC)
72: LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
73: $(AM_LDFLAGS) $(LDFLAGS) -o $@
74: SOURCES = $(libaxl_ns_la_SOURCES)
75: DIST_SOURCES = $(libaxl_ns_la_SOURCES)
76: libaxl_nsincludeHEADERS_INSTALL = $(INSTALL_HEADER)
77: HEADERS = $(libaxl_nsinclude_HEADERS)
78: ETAGS = etags
79: CTAGS = ctags
80: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
81: ACLOCAL = @ACLOCAL@
82: AMDEP_FALSE = @AMDEP_FALSE@
83: AMDEP_TRUE = @AMDEP_TRUE@
84: AMTAR = @AMTAR@
85: AR = @AR@
86: AUTOCONF = @AUTOCONF@
87: AUTOHEADER = @AUTOHEADER@
88: AUTOMAKE = @AUTOMAKE@
89: AWK = @AWK@
90: AXL_VERSION = @AXL_VERSION@
91: CC = @CC@
92: CCDEPMODE = @CCDEPMODE@
93: CFLAGS = @CFLAGS@
94: CPP = @CPP@
95: CPPFLAGS = @CPPFLAGS@
96: CXX = @CXX@
97: CXXCPP = @CXXCPP@
98: CXXDEPMODE = @CXXDEPMODE@
99: CXXFLAGS = @CXXFLAGS@
100: CYGPATH_W = @CYGPATH_W@
101: DEFS = @DEFS@
102: DEPDIR = @DEPDIR@
103: DOXYGEN = @DOXYGEN@
104: DSYMUTIL = @DSYMUTIL@
105: ECHO = @ECHO@
106: ECHO_C = @ECHO_C@
107: ECHO_N = @ECHO_N@
108: ECHO_T = @ECHO_T@
109: EGREP = @EGREP@
110: ENABLE_AF_ARCH_DOC_FALSE = @ENABLE_AF_ARCH_DOC_FALSE@
111: ENABLE_AF_ARCH_DOC_TRUE = @ENABLE_AF_ARCH_DOC_TRUE@
112: ENABLE_AXL_BABEL_FALSE = @ENABLE_AXL_BABEL_FALSE@
113: ENABLE_AXL_BABEL_TRUE = @ENABLE_AXL_BABEL_TRUE@
114: ENABLE_AXL_KNIFE_FALSE = @ENABLE_AXL_KNIFE_FALSE@
115: ENABLE_AXL_KNIFE_TRUE = @ENABLE_AXL_KNIFE_TRUE@
116: ENABLE_AXL_LOG_FALSE = @ENABLE_AXL_LOG_FALSE@
117: ENABLE_AXL_LOG_TRUE = @ENABLE_AXL_LOG_TRUE@
118: ENABLE_AXL_NS_FALSE = @ENABLE_AXL_NS_FALSE@
119: ENABLE_AXL_NS_TRUE = @ENABLE_AXL_NS_TRUE@
120: ENABLE_AXL_TESTS_FALSE = @ENABLE_AXL_TESTS_FALSE@
121: ENABLE_AXL_TESTS_TRUE = @ENABLE_AXL_TESTS_TRUE@
122: ENABLE_PY_AXL_FALSE = @ENABLE_PY_AXL_FALSE@
123: ENABLE_PY_AXL_TRUE = @ENABLE_PY_AXL_TRUE@
124: EXARG_FLAGS = @EXARG_FLAGS@
125: EXEEXT = @EXEEXT@
126: F77 = @F77@
127: FFLAGS = @FFLAGS@
128: GREP = @GREP@
129: INSTALL_DATA = @INSTALL_DATA@
130: INSTALL_PROGRAM = @INSTALL_PROGRAM@
131: INSTALL_SCRIPT = @INSTALL_SCRIPT@
132: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
133: LDFLAGS = @LDFLAGS@
134: LIBOBJS = @LIBOBJS@
135: LIBS = @LIBS@
136: LIBTOOL = @LIBTOOL@
137: LN_S = @LN_S@
138: LTLIBOBJS = @LTLIBOBJS@
139: MAINT = @MAINT@
140: MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
141: MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
142: MAKEINFO = @MAKEINFO@
143: NMEDIT = @NMEDIT@
144: OBJEXT = @OBJEXT@
145: PACKAGE = @PACKAGE@
146: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
147: PACKAGE_NAME = @PACKAGE_NAME@
148: PACKAGE_STRING = @PACKAGE_STRING@
149: PACKAGE_TARNAME = @PACKAGE_TARNAME@
150: PACKAGE_VERSION = @PACKAGE_VERSION@
151: PATH_SEPARATOR = @PATH_SEPARATOR@
152: PYTHON = @PYTHON@
153: PYTHON_CFLAGS = @PYTHON_CFLAGS@
154: PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
155: PYTHON_INCLUDES = @PYTHON_INCLUDES@
156: PYTHON_LIBS = @PYTHON_LIBS@
157: PYTHON_PLATFORM = @PYTHON_PLATFORM@
158: PYTHON_PREFIX = @PYTHON_PREFIX@
159: PYTHON_VERSION = @PYTHON_VERSION@
160: RANLIB = @RANLIB@
161: SED = @SED@
162: SET_MAKE = @SET_MAKE@
163: SHARED_EXTENSION = @SHARED_EXTENSION@
164: SHELL = @SHELL@
165: STRIP = @STRIP@
166: VERSION = @VERSION@
167: ac_ct_CC = @ac_ct_CC@
168: ac_ct_CXX = @ac_ct_CXX@
169: ac_ct_F77 = @ac_ct_F77@
170: am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
171: am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
172: am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
173: am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
174: am__include = @am__include@
175: am__leading_dot = @am__leading_dot@
176: am__quote = @am__quote@
177: am__tar = @am__tar@
178: am__untar = @am__untar@
179: bindir = @bindir@
180: build = @build@
181: build_alias = @build_alias@
182: build_cpu = @build_cpu@
183: build_os = @build_os@
184: build_vendor = @build_vendor@
185: datadir = @datadir@
186: datarootdir = @datarootdir@
187: docdir = @docdir@
188: dvidir = @dvidir@
189: exec_prefix = @exec_prefix@
190: host = @host@
191: host_alias = @host_alias@
192: host_cpu = @host_cpu@
193: host_os = @host_os@
194: host_vendor = @host_vendor@
195: htmldir = @htmldir@
196: includedir = @includedir@
197: infodir = @infodir@
198: install_sh = @install_sh@
199: libdir = @libdir@
200: libexecdir = @libexecdir@
201: localedir = @localedir@
202: localstatedir = @localstatedir@
203: mandir = @mandir@
204: mkdir_p = @mkdir_p@
205: oldincludedir = @oldincludedir@
206: pdfdir = @pdfdir@
207: pkgpyexecdir = @pkgpyexecdir@
208: pkgpythondir = @pkgpythondir@
209: prefix = @prefix@
210: program_transform_name = @program_transform_name@
211: psdir = @psdir@
212: pyexecdir = @pyexecdir@
213: pythondir = @pythondir@
214: sbindir = @sbindir@
215: sharedstatedir = @sharedstatedir@
216: sysconfdir = @sysconfdir@
217: target_alias = @target_alias@
218: EXTRA_DIST = Makefile.win libaxl-ns.def libaxl-ns.vcproj
219: @ENABLE_AXL_LOG_TRUE@LOG = -DSHOW_DEBUG_LOG
220: INCLUDES = -Wall -g -I$(top_srcdir)/src -I$(top_srcdir) $(LIBRARIES_CFLAGS) -DVERSION=\""$(AXL_VERSION)"\" \
221: -DPACKAGE_DTD_DIR=\""$(datadir)"\" -DPACKAGE_TOP_DIR=\""$(top_srcdir)"\" -Wall -ansi \
222: -D__axl_disable_broken_bool_def__ \
223: -DVERSION=\"$(AXL_VERSION)\" $(LOG)
224:
225: libaxl_nsincludedir = $(includedir)/axl
226: lib_LTLIBRARIES = libaxl-ns.la
227: libaxl_ns_la_SOURCES = axl_ns_doc.c axl_ns_node.c
228: libaxl_nsinclude_HEADERS = axl_ns.h axl_ns_doc.h axl_ns_node.h
229: libaxl_ns_la_LIBADD = $(top_builddir)/src/libaxl.la
230: libaxl_ns_la_LDFLAGS = -no-undefined -export-symbols-regex '^(axl|__axl|_axl).*'
231: all: all-am
232:
233: .SUFFIXES:
234: .SUFFIXES: .c .lo .o .obj
235: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
236: @for dep in $?; do \
237: case '$(am__configure_deps)' in \
238: *$$dep*) \
239: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
240: && exit 0; \
241: exit 1;; \
242: esac; \
243: done; \
244: echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu ns/Makefile'; \
245: cd $(top_srcdir) && \
246: $(AUTOMAKE) --gnu ns/Makefile
247: .PRECIOUS: Makefile
248: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
249: @case '$?' in \
250: *config.status*) \
251: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
252: *) \
253: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
254: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
255: esac;
256:
257: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
258: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
259:
260: $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
261: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
262: $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
263: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
264: install-libLTLIBRARIES: $(lib_LTLIBRARIES)
265: @$(NORMAL_INSTALL)
266: test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
267: @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
268: if test -f $$p; then \
269: f=$(am__strip_dir) \
270: echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
271: $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
272: else :; fi; \
273: done
274:
275: uninstall-libLTLIBRARIES:
276: @$(NORMAL_UNINSTALL)
277: @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
278: p=$(am__strip_dir) \
279: echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
280: $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
281: done
282:
283: clean-libLTLIBRARIES:
284: -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
285: @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
286: dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
287: test "$$dir" != "$$p" || dir=.; \
288: echo "rm -f \"$${dir}/so_locations\""; \
289: rm -f "$${dir}/so_locations"; \
290: done
291: libaxl-ns.la: $(libaxl_ns_la_OBJECTS) $(libaxl_ns_la_DEPENDENCIES)
292: $(LINK) -rpath $(libdir) $(libaxl_ns_la_LDFLAGS) $(libaxl_ns_la_OBJECTS) $(libaxl_ns_la_LIBADD) $(LIBS)
293:
294: mostlyclean-compile:
295: -rm -f *.$(OBJEXT)
296:
297: distclean-compile:
298: -rm -f *.tab.c
299:
300: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/axl_ns_doc.Plo@am__quote@
301: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/axl_ns_node.Plo@am__quote@
302:
303: .c.o:
304: @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
305: @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
306: @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
307: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
308: @am__fastdepCC_FALSE@ $(COMPILE) -c $<
309:
310: .c.obj:
311: @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
312: @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
313: @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
314: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
315: @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
316:
317: .c.lo:
318: @am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
319: @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
320: @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
321: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
322: @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
323:
324: mostlyclean-libtool:
325: -rm -f *.lo
326:
327: clean-libtool:
328: -rm -rf .libs _libs
329:
330: distclean-libtool:
331: -rm -f libtool
332: uninstall-info-am:
333: install-libaxl_nsincludeHEADERS: $(libaxl_nsinclude_HEADERS)
334: @$(NORMAL_INSTALL)
335: test -z "$(libaxl_nsincludedir)" || $(mkdir_p) "$(DESTDIR)$(libaxl_nsincludedir)"
336: @list='$(libaxl_nsinclude_HEADERS)'; for p in $$list; do \
337: if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
338: f=$(am__strip_dir) \
339: echo " $(libaxl_nsincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(libaxl_nsincludedir)/$$f'"; \
340: $(libaxl_nsincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(libaxl_nsincludedir)/$$f"; \
341: done
342:
343: uninstall-libaxl_nsincludeHEADERS:
344: @$(NORMAL_UNINSTALL)
345: @list='$(libaxl_nsinclude_HEADERS)'; for p in $$list; do \
346: f=$(am__strip_dir) \
347: echo " rm -f '$(DESTDIR)$(libaxl_nsincludedir)/$$f'"; \
348: rm -f "$(DESTDIR)$(libaxl_nsincludedir)/$$f"; \
349: done
350:
351: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
352: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
353: unique=`for i in $$list; do \
354: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
355: done | \
356: $(AWK) ' { files[$$0] = 1; } \
357: END { for (i in files) print i; }'`; \
358: mkid -fID $$unique
359: tags: TAGS
360:
361: TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
362: $(TAGS_FILES) $(LISP)
363: tags=; \
364: here=`pwd`; \
365: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
366: unique=`for i in $$list; do \
367: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
368: done | \
369: $(AWK) ' { files[$$0] = 1; } \
370: END { for (i in files) print i; }'`; \
371: if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
372: test -n "$$unique" || unique=$$empty_fix; \
373: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
374: $$tags $$unique; \
375: fi
376: ctags: CTAGS
377: CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
378: $(TAGS_FILES) $(LISP)
379: tags=; \
380: here=`pwd`; \
381: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
382: unique=`for i in $$list; do \
383: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
384: done | \
385: $(AWK) ' { files[$$0] = 1; } \
386: END { for (i in files) print i; }'`; \
387: test -z "$(CTAGS_ARGS)$$tags$$unique" \
388: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
389: $$tags $$unique
390:
391: GTAGS:
392: here=`$(am__cd) $(top_builddir) && pwd` \
393: && cd $(top_srcdir) \
394: && gtags -i $(GTAGS_ARGS) $$here
395:
396: distclean-tags:
397: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
398:
399: distdir: $(DISTFILES)
400: @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
401: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
402: list='$(DISTFILES)'; for file in $$list; do \
403: case $$file in \
404: $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
405: $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
406: esac; \
407: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
408: dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
409: if test "$$dir" != "$$file" && test "$$dir" != "."; then \
410: dir="/$$dir"; \
411: $(mkdir_p) "$(distdir)$$dir"; \
412: else \
413: dir=''; \
414: fi; \
415: if test -d $$d/$$file; then \
416: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
417: cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
418: fi; \
419: cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
420: else \
421: test -f $(distdir)/$$file \
422: || cp -p $$d/$$file $(distdir)/$$file \
423: || exit 1; \
424: fi; \
425: done
426: check-am: all-am
427: check: check-am
428: all-am: Makefile $(LTLIBRARIES) $(HEADERS)
429: installdirs:
430: for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(libaxl_nsincludedir)"; do \
431: test -z "$$dir" || $(mkdir_p) "$$dir"; \
432: done
433: install: install-am
434: install-exec: install-exec-am
435: install-data: install-data-am
436: uninstall: uninstall-am
437:
438: install-am: all-am
439: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
440:
441: installcheck: installcheck-am
442: install-strip:
443: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
444: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
445: `test -z '$(STRIP)' || \
446: echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
447: mostlyclean-generic:
448:
449: clean-generic:
450:
451: distclean-generic:
452: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
453:
454: maintainer-clean-generic:
455: @echo "This command is intended for maintainers to use"
456: @echo "it deletes files that may require special tools to rebuild."
457: clean: clean-am
458:
459: clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
460: mostlyclean-am
461:
462: distclean: distclean-am
463: -rm -rf ./$(DEPDIR)
464: -rm -f Makefile
465: distclean-am: clean-am distclean-compile distclean-generic \
466: distclean-libtool distclean-tags
467:
468: dvi: dvi-am
469:
470: dvi-am:
471:
472: html: html-am
473:
474: info: info-am
475:
476: info-am:
477:
478: install-data-am: install-libaxl_nsincludeHEADERS
479:
480: install-exec-am: install-libLTLIBRARIES
481:
482: install-info: install-info-am
483:
484: install-man:
485:
486: installcheck-am:
487:
488: maintainer-clean: maintainer-clean-am
489: -rm -rf ./$(DEPDIR)
490: -rm -f Makefile
491: maintainer-clean-am: distclean-am maintainer-clean-generic
492:
493: mostlyclean: mostlyclean-am
494:
495: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
496: mostlyclean-libtool
497:
498: pdf: pdf-am
499:
500: pdf-am:
501:
502: ps: ps-am
503:
504: ps-am:
505:
506: uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES \
507: uninstall-libaxl_nsincludeHEADERS
508:
509: .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
510: clean-libLTLIBRARIES clean-libtool ctags distclean \
511: distclean-compile distclean-generic distclean-libtool \
512: distclean-tags distdir dvi dvi-am html html-am info info-am \
513: install install-am install-data install-data-am install-exec \
514: install-exec-am install-info install-info-am \
515: install-libLTLIBRARIES install-libaxl_nsincludeHEADERS \
516: install-man install-strip installcheck installcheck-am \
517: installdirs maintainer-clean maintainer-clean-generic \
518: mostlyclean mostlyclean-compile mostlyclean-generic \
519: mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
520: uninstall-am uninstall-info-am uninstall-libLTLIBRARIES \
521: uninstall-libaxl_nsincludeHEADERS
522:
523:
524: libaxl-ns.def: update-def
525:
526: update-def:
527: echo "EXPORTS" > libaxl-ns.def
528: cat .libs/libaxl-ns.exp >> libaxl-ns.def
529: # Tell versions [3.59,3.63) of GNU make to not export all variables.
530: # Otherwise a system limit (for SysV at least) may be exceeded.
531: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>