Annotation of gpl/axl/py-axl/Makefile.in, revision 1.1.1.2
1.1.1.2 ! misho 1: # Makefile.in generated by automake 1.11.1 from Makefile.am.
1.1 misho 2: # @configure_input@
3:
4: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1.1.1.2 ! misho 5: # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
! 6: # Inc.
1.1 misho 7: # This Makefile.in is free software; the Free Software Foundation
8: # gives unlimited permission to copy and/or distribute it,
9: # with or without modifications, as long as this notice is preserved.
10:
11: # This program is distributed in the hope that it will be useful,
12: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14: # PARTICULAR PURPOSE.
15:
16: @SET_MAKE@
17:
18:
19: VPATH = @srcdir@
20: pkgdatadir = $(datadir)/@PACKAGE@
21: pkgincludedir = $(includedir)/@PACKAGE@
1.1.1.2 ! misho 22: pkglibdir = $(libdir)/@PACKAGE@
! 23: pkglibexecdir = $(libexecdir)/@PACKAGE@
1.1 misho 24: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25: install_sh_DATA = $(install_sh) -c -m 644
26: install_sh_PROGRAM = $(install_sh) -c
27: install_sh_SCRIPT = $(install_sh) -c
28: INSTALL_HEADER = $(INSTALL_DATA)
29: transform = $(program_transform_name)
30: NORMAL_INSTALL = :
31: PRE_INSTALL = :
32: POST_INSTALL = :
33: NORMAL_UNINSTALL = :
34: PRE_UNINSTALL = :
35: POST_UNINSTALL = :
36: build_triplet = @build@
37: host_triplet = @host@
38: subdir = py-axl
39: DIST_COMMON = $(libpy_axl_la_include_HEADERS) $(srcdir)/Makefile.am \
40: $(srcdir)/Makefile.in $(srcdir)/__init__.py.in
41: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42: am__aclocal_m4_deps = $(top_srcdir)/configure.ac
43: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
44: $(ACLOCAL_M4)
45: mkinstalldirs = $(install_sh) -d
46: CONFIG_HEADER = $(top_builddir)/config.h
47: CONFIG_CLEAN_FILES = __init__.py
1.1.1.2 ! misho 48: CONFIG_CLEAN_VPATH_FILES =
1.1 misho 49: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
50: am__vpath_adj = case $$p in \
51: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
52: *) f=$$p;; \
53: esac;
1.1.1.2 ! misho 54: am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
! 55: am__install_max = 40
! 56: am__nobase_strip_setup = \
! 57: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
! 58: am__nobase_strip = \
! 59: for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
! 60: am__nobase_list = $(am__nobase_strip_setup); \
! 61: for p in $$list; do echo "$$p $$p"; done | \
! 62: sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
! 63: $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
! 64: if (++n[$$2] == $(am__install_max)) \
! 65: { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
! 66: END { for (dir in files) print dir, files[dir] }'
! 67: am__base_list = \
! 68: sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
! 69: sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
1.1 misho 70: am__installdirs = "$(DESTDIR)$(libdir)" \
71: "$(DESTDIR)$(libpy_axl_la_includedir)"
72: LTLIBRARIES = $(lib_LTLIBRARIES)
73: libpy_axl_la_LIBADD =
74: am_libpy_axl_la_OBJECTS = py_axl.lo py_axl_doc.lo py_axl_error.lo \
75: py_axl_node.lo py_axl_attr_cursor.lo py_axl_dtd.lo \
76: py_axl_list.lo py_axl_hash.lo py_axl_stack.lo py_axl_stream.lo
77: libpy_axl_la_OBJECTS = $(am_libpy_axl_la_OBJECTS)
1.1.1.2 ! misho 78: libpy_axl_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
! 79: $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
! 80: $(libpy_axl_la_LDFLAGS) $(LDFLAGS) -o $@
! 81: DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
1.1 misho 82: depcomp = $(SHELL) $(top_srcdir)/depcomp
83: am__depfiles_maybe = depfiles
1.1.1.2 ! misho 84: am__mv = mv -f
1.1 misho 85: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
86: $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
1.1.1.2 ! misho 87: LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
! 88: --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
! 89: $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
1.1 misho 90: CCLD = $(CC)
1.1.1.2 ! misho 91: LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
! 92: --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
! 93: $(LDFLAGS) -o $@
1.1 misho 94: SOURCES = $(libpy_axl_la_SOURCES)
95: DIST_SOURCES = $(libpy_axl_la_SOURCES)
96: RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
97: html-recursive info-recursive install-data-recursive \
1.1.1.2 ! misho 98: install-dvi-recursive install-exec-recursive \
! 99: install-html-recursive install-info-recursive \
! 100: install-pdf-recursive install-ps-recursive install-recursive \
! 101: installcheck-recursive installdirs-recursive pdf-recursive \
! 102: ps-recursive uninstall-recursive
1.1 misho 103: HEADERS = $(libpy_axl_la_include_HEADERS)
1.1.1.2 ! misho 104: RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
! 105: distclean-recursive maintainer-clean-recursive
! 106: AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
! 107: $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
! 108: distdir
1.1 misho 109: ETAGS = etags
110: CTAGS = ctags
111: DIST_SUBDIRS = $(SUBDIRS)
112: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1.1.1.2 ! misho 113: am__relativize = \
! 114: dir0=`pwd`; \
! 115: sed_first='s,^\([^/]*\)/.*$$,\1,'; \
! 116: sed_rest='s,^[^/]*/*,,'; \
! 117: sed_last='s,^.*/\([^/]*\)$$,\1,'; \
! 118: sed_butlast='s,/*[^/]*$$,,'; \
! 119: while test -n "$$dir1"; do \
! 120: first=`echo "$$dir1" | sed -e "$$sed_first"`; \
! 121: if test "$$first" != "."; then \
! 122: if test "$$first" = ".."; then \
! 123: dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
! 124: dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
! 125: else \
! 126: first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
! 127: if test "$$first2" = "$$first"; then \
! 128: dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
! 129: else \
! 130: dir2="../$$dir2"; \
! 131: fi; \
! 132: dir0="$$dir0"/"$$first"; \
! 133: fi; \
! 134: fi; \
! 135: dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
! 136: done; \
! 137: reldir="$$dir2"
1.1 misho 138: ACLOCAL = @ACLOCAL@
139: AMTAR = @AMTAR@
140: AR = @AR@
141: AUTOCONF = @AUTOCONF@
142: AUTOHEADER = @AUTOHEADER@
143: AUTOMAKE = @AUTOMAKE@
144: AWK = @AWK@
145: AXL_VERSION = @AXL_VERSION@
146: CC = @CC@
147: CCDEPMODE = @CCDEPMODE@
148: CFLAGS = @CFLAGS@
149: CPP = @CPP@
150: CPPFLAGS = @CPPFLAGS@
151: CYGPATH_W = @CYGPATH_W@
152: DEFS = @DEFS@
153: DEPDIR = @DEPDIR@
154: DOXYGEN = @DOXYGEN@
155: DSYMUTIL = @DSYMUTIL@
1.1.1.2 ! misho 156: DUMPBIN = @DUMPBIN@
1.1 misho 157: ECHO_C = @ECHO_C@
158: ECHO_N = @ECHO_N@
159: ECHO_T = @ECHO_T@
160: EGREP = @EGREP@
161: EXARG_FLAGS = @EXARG_FLAGS@
162: EXEEXT = @EXEEXT@
1.1.1.2 ! misho 163: FGREP = @FGREP@
1.1 misho 164: GREP = @GREP@
1.1.1.2 ! misho 165: INSTALL = @INSTALL@
1.1 misho 166: INSTALL_DATA = @INSTALL_DATA@
167: INSTALL_PROGRAM = @INSTALL_PROGRAM@
168: INSTALL_SCRIPT = @INSTALL_SCRIPT@
169: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1.1.1.2 ! misho 170: LD = @LD@
1.1 misho 171: LDFLAGS = @LDFLAGS@
172: LIBOBJS = @LIBOBJS@
173: LIBS = @LIBS@
174: LIBTOOL = @LIBTOOL@
1.1.1.2 ! misho 175: LIPO = @LIPO@
1.1 misho 176: LN_S = @LN_S@
177: LTLIBOBJS = @LTLIBOBJS@
178: MAINT = @MAINT@
179: MAKEINFO = @MAKEINFO@
1.1.1.2 ! misho 180: MKDIR_P = @MKDIR_P@
! 181: NM = @NM@
1.1 misho 182: NMEDIT = @NMEDIT@
1.1.1.2 ! misho 183: OBJDUMP = @OBJDUMP@
1.1 misho 184: OBJEXT = @OBJEXT@
1.1.1.2 ! misho 185: OTOOL = @OTOOL@
! 186: OTOOL64 = @OTOOL64@
1.1 misho 187: PACKAGE = @PACKAGE@
188: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
189: PACKAGE_NAME = @PACKAGE_NAME@
190: PACKAGE_STRING = @PACKAGE_STRING@
191: PACKAGE_TARNAME = @PACKAGE_TARNAME@
1.1.1.2 ! misho 192: PACKAGE_URL = @PACKAGE_URL@
1.1 misho 193: PACKAGE_VERSION = @PACKAGE_VERSION@
194: PATH_SEPARATOR = @PATH_SEPARATOR@
1.1.1.2 ! misho 195: PKG_CONFIG = @PKG_CONFIG@
1.1 misho 196: PYTHON = @PYTHON@
197: PYTHON_CFLAGS = @PYTHON_CFLAGS@
198: PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
199: PYTHON_INCLUDES = @PYTHON_INCLUDES@
200: PYTHON_LIBS = @PYTHON_LIBS@
201: PYTHON_PLATFORM = @PYTHON_PLATFORM@
202: PYTHON_PREFIX = @PYTHON_PREFIX@
203: PYTHON_VERSION = @PYTHON_VERSION@
204: RANLIB = @RANLIB@
205: SED = @SED@
206: SET_MAKE = @SET_MAKE@
207: SHARED_EXTENSION = @SHARED_EXTENSION@
208: SHELL = @SHELL@
209: STRIP = @STRIP@
210: VERSION = @VERSION@
1.1.1.2 ! misho 211: abs_builddir = @abs_builddir@
! 212: abs_srcdir = @abs_srcdir@
! 213: abs_top_builddir = @abs_top_builddir@
! 214: abs_top_srcdir = @abs_top_srcdir@
1.1 misho 215: ac_ct_CC = @ac_ct_CC@
1.1.1.2 ! misho 216: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
1.1 misho 217: am__include = @am__include@
218: am__leading_dot = @am__leading_dot@
219: am__quote = @am__quote@
220: am__tar = @am__tar@
221: am__untar = @am__untar@
222: bindir = @bindir@
223: build = @build@
224: build_alias = @build_alias@
225: build_cpu = @build_cpu@
226: build_os = @build_os@
227: build_vendor = @build_vendor@
1.1.1.2 ! misho 228: builddir = @builddir@
! 229: compiler_options = @compiler_options@
1.1 misho 230: datadir = @datadir@
231: datarootdir = @datarootdir@
232: docdir = @docdir@
233: dvidir = @dvidir@
234: exec_prefix = @exec_prefix@
235: host = @host@
236: host_alias = @host_alias@
237: host_cpu = @host_cpu@
238: host_os = @host_os@
239: host_vendor = @host_vendor@
240: htmldir = @htmldir@
241: includedir = @includedir@
242: infodir = @infodir@
243: install_sh = @install_sh@
244: libdir = ${pythondir}/axl
245: libexecdir = @libexecdir@
246: localedir = @localedir@
247: localstatedir = @localstatedir@
1.1.1.2 ! misho 248: lt_ECHO = @lt_ECHO@
1.1 misho 249: mandir = @mandir@
250: mkdir_p = @mkdir_p@
251: oldincludedir = @oldincludedir@
252: pdfdir = @pdfdir@
253: pkgpyexecdir = @pkgpyexecdir@
254: pkgpythondir = @pkgpythondir@
255: prefix = @prefix@
256: program_transform_name = @program_transform_name@
257: psdir = @psdir@
258: pyexecdir = @pyexecdir@
259: pythondir = @pythondir@
260: sbindir = @sbindir@
261: sharedstatedir = @sharedstatedir@
1.1.1.2 ! misho 262: srcdir = @srcdir@
1.1 misho 263: sysconfdir = @sysconfdir@
264: target_alias = @target_alias@
1.1.1.2 ! misho 265: top_build_prefix = @top_build_prefix@
! 266: top_builddir = @top_builddir@
! 267: top_srcdir = @top_srcdir@
1.1 misho 268: EXTRA_DIST = __init__.py
269: SUBDIRS = doc
270: @ENABLE_AXL_LOG_TRUE@LOG = -DSHOW_DEBUG_LOG
1.1.1.2 ! misho 271: INCLUDES = $(compiler_options) -g -I$(top_srcdir) $(LIBRARIES_CFLAGS) -DVERSION=\""$(AXL_VERSION)"\" \
! 272: -DPACKAGE_DTD_DIR=\""$(datadir)"\" -DPACKAGE_TOP_DIR=\""$(top_srcdir)"\" \
1.1 misho 273: -D__axl_disable_broken_bool_def__ \
274: -DVERSION=\"$(AXL_VERSION)\" $(LOG) -I../src $(PYTHON_CFLAGS)
275:
276: lib_LTLIBRARIES = libpy_axl.la
277:
278: # libpy_axl.la
279: libpy_axl_la_include_HEADERS = \
280: py_axl.h \
281: py_axl_doc.h \
282: py_axl_error.h \
283: py_axl_node.h \
284: py_axl_attr_cursor.h \
285: py_axl_dtd.h \
286: py_axl_list.h \
287: py_axl_hash.h \
288: py_axl_stack.h \
289: py_axl_stream.h
290:
291: libpy_axl_la_SOURCES = \
292: py_axl.c \
293: py_axl_doc.c \
294: py_axl_error.c \
295: py_axl_node.c \
296: py_axl_attr_cursor.c \
297: py_axl_dtd.c \
298: py_axl_list.c \
299: py_axl_hash.c \
300: py_axl_stack.c \
301: py_axl_stream.c
302:
303: libpy_axl_la_LDFLAGS = $(PYTHON_LIBS) ../src/libaxl.la
304: libpy_axl_la_includedir = $(includedir)/py_axl
305: all: all-recursive
306:
307: .SUFFIXES:
308: .SUFFIXES: .c .lo .o .obj
309: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
310: @for dep in $?; do \
311: case '$(am__configure_deps)' in \
312: *$$dep*) \
1.1.1.2 ! misho 313: ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
! 314: && { if test -f $@; then exit 0; else break; fi; }; \
1.1 misho 315: exit 1;; \
316: esac; \
317: done; \
1.1.1.2 ! misho 318: echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu py-axl/Makefile'; \
! 319: $(am__cd) $(top_srcdir) && \
! 320: $(AUTOMAKE) --gnu py-axl/Makefile
1.1 misho 321: .PRECIOUS: Makefile
322: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
323: @case '$?' in \
324: *config.status*) \
325: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
326: *) \
327: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
328: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
329: esac;
330:
331: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
332: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
333:
334: $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
335: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
336: $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
337: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.1.1.2 ! misho 338: $(am__aclocal_m4_deps):
1.1 misho 339: __init__.py: $(top_builddir)/config.status $(srcdir)/__init__.py.in
340: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
341: install-libLTLIBRARIES: $(lib_LTLIBRARIES)
342: @$(NORMAL_INSTALL)
1.1.1.2 ! misho 343: test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
! 344: @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
! 345: list2=; for p in $$list; do \
1.1 misho 346: if test -f $$p; then \
1.1.1.2 ! misho 347: list2="$$list2 $$p"; \
1.1 misho 348: else :; fi; \
1.1.1.2 ! misho 349: done; \
! 350: test -z "$$list2" || { \
! 351: echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
! 352: $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
! 353: }
1.1 misho 354:
355: uninstall-libLTLIBRARIES:
356: @$(NORMAL_UNINSTALL)
1.1.1.2 ! misho 357: @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
! 358: for p in $$list; do \
! 359: $(am__strip_dir) \
! 360: echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
! 361: $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
1.1 misho 362: done
363:
364: clean-libLTLIBRARIES:
365: -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
366: @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
367: dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
368: test "$$dir" != "$$p" || dir=.; \
369: echo "rm -f \"$${dir}/so_locations\""; \
370: rm -f "$${dir}/so_locations"; \
371: done
372: libpy_axl.la: $(libpy_axl_la_OBJECTS) $(libpy_axl_la_DEPENDENCIES)
1.1.1.2 ! misho 373: $(libpy_axl_la_LINK) -rpath $(libdir) $(libpy_axl_la_OBJECTS) $(libpy_axl_la_LIBADD) $(LIBS)
1.1 misho 374:
375: mostlyclean-compile:
376: -rm -f *.$(OBJEXT)
377:
378: distclean-compile:
379: -rm -f *.tab.c
380:
381: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/py_axl.Plo@am__quote@
382: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/py_axl_attr_cursor.Plo@am__quote@
383: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/py_axl_doc.Plo@am__quote@
384: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/py_axl_dtd.Plo@am__quote@
385: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/py_axl_error.Plo@am__quote@
386: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/py_axl_hash.Plo@am__quote@
387: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/py_axl_list.Plo@am__quote@
388: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/py_axl_node.Plo@am__quote@
389: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/py_axl_stack.Plo@am__quote@
390: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/py_axl_stream.Plo@am__quote@
391:
392: .c.o:
1.1.1.2 ! misho 393: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
! 394: @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1.1 misho 395: @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
396: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
397: @am__fastdepCC_FALSE@ $(COMPILE) -c $<
398:
399: .c.obj:
1.1.1.2 ! misho 400: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
! 401: @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1.1 misho 402: @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
403: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
404: @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
405:
406: .c.lo:
1.1.1.2 ! misho 407: @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
! 408: @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1.1 misho 409: @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
410: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
411: @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
412:
413: mostlyclean-libtool:
414: -rm -f *.lo
415:
416: clean-libtool:
417: -rm -rf .libs _libs
418: install-libpy_axl_la_includeHEADERS: $(libpy_axl_la_include_HEADERS)
419: @$(NORMAL_INSTALL)
1.1.1.2 ! misho 420: test -z "$(libpy_axl_la_includedir)" || $(MKDIR_P) "$(DESTDIR)$(libpy_axl_la_includedir)"
! 421: @list='$(libpy_axl_la_include_HEADERS)'; test -n "$(libpy_axl_la_includedir)" || list=; \
! 422: for p in $$list; do \
1.1 misho 423: if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1.1.1.2 ! misho 424: echo "$$d$$p"; \
! 425: done | $(am__base_list) | \
! 426: while read files; do \
! 427: echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libpy_axl_la_includedir)'"; \
! 428: $(INSTALL_HEADER) $$files "$(DESTDIR)$(libpy_axl_la_includedir)" || exit $$?; \
1.1 misho 429: done
430:
431: uninstall-libpy_axl_la_includeHEADERS:
432: @$(NORMAL_UNINSTALL)
1.1.1.2 ! misho 433: @list='$(libpy_axl_la_include_HEADERS)'; test -n "$(libpy_axl_la_includedir)" || list=; \
! 434: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
! 435: test -n "$$files" || exit 0; \
! 436: echo " ( cd '$(DESTDIR)$(libpy_axl_la_includedir)' && rm -f" $$files ")"; \
! 437: cd "$(DESTDIR)$(libpy_axl_la_includedir)" && rm -f $$files
1.1 misho 438:
439: # This directory's subdirectories are mostly independent; you can cd
440: # into them and run `make' without going through this Makefile.
441: # To change the values of `make' variables: instead of editing Makefiles,
442: # (1) if the variable is set in `config.status', edit `config.status'
443: # (which will cause the Makefiles to be regenerated when you run `make');
444: # (2) otherwise, pass the desired values on the `make' command line.
445: $(RECURSIVE_TARGETS):
1.1.1.2 ! misho 446: @fail= failcom='exit 1'; \
1.1 misho 447: for f in x $$MAKEFLAGS; do \
448: case $$f in \
449: *=* | --[!k]*);; \
450: *k*) failcom='fail=yes';; \
451: esac; \
452: done; \
453: dot_seen=no; \
454: target=`echo $@ | sed s/-recursive//`; \
455: list='$(SUBDIRS)'; for subdir in $$list; do \
456: echo "Making $$target in $$subdir"; \
457: if test "$$subdir" = "."; then \
458: dot_seen=yes; \
459: local_target="$$target-am"; \
460: else \
461: local_target="$$target"; \
462: fi; \
1.1.1.2 ! misho 463: ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1.1 misho 464: || eval $$failcom; \
465: done; \
466: if test "$$dot_seen" = "no"; then \
467: $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
468: fi; test -z "$$fail"
469:
1.1.1.2 ! misho 470: $(RECURSIVE_CLEAN_TARGETS):
! 471: @fail= failcom='exit 1'; \
1.1 misho 472: for f in x $$MAKEFLAGS; do \
473: case $$f in \
474: *=* | --[!k]*);; \
475: *k*) failcom='fail=yes';; \
476: esac; \
477: done; \
478: dot_seen=no; \
479: case "$@" in \
480: distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
481: *) list='$(SUBDIRS)' ;; \
482: esac; \
483: rev=''; for subdir in $$list; do \
484: if test "$$subdir" = "."; then :; else \
485: rev="$$subdir $$rev"; \
486: fi; \
487: done; \
488: rev="$$rev ."; \
489: target=`echo $@ | sed s/-recursive//`; \
490: for subdir in $$rev; do \
491: echo "Making $$target in $$subdir"; \
492: if test "$$subdir" = "."; then \
493: local_target="$$target-am"; \
494: else \
495: local_target="$$target"; \
496: fi; \
1.1.1.2 ! misho 497: ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1.1 misho 498: || eval $$failcom; \
499: done && test -z "$$fail"
500: tags-recursive:
501: list='$(SUBDIRS)'; for subdir in $$list; do \
1.1.1.2 ! misho 502: test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
1.1 misho 503: done
504: ctags-recursive:
505: list='$(SUBDIRS)'; for subdir in $$list; do \
1.1.1.2 ! misho 506: test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
1.1 misho 507: done
508:
509: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
510: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
511: unique=`for i in $$list; do \
512: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
513: done | \
1.1.1.2 ! misho 514: $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
! 515: END { if (nonempty) { for (i in files) print i; }; }'`; \
1.1 misho 516: mkid -fID $$unique
517: tags: TAGS
518:
519: TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
520: $(TAGS_FILES) $(LISP)
1.1.1.2 ! misho 521: set x; \
1.1 misho 522: here=`pwd`; \
523: if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
524: include_option=--etags-include; \
525: empty_fix=.; \
526: else \
527: include_option=--include; \
528: empty_fix=; \
529: fi; \
530: list='$(SUBDIRS)'; for subdir in $$list; do \
531: if test "$$subdir" = .; then :; else \
532: test ! -f $$subdir/TAGS || \
1.1.1.2 ! misho 533: set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1.1 misho 534: fi; \
535: done; \
536: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
537: unique=`for i in $$list; do \
538: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
539: done | \
1.1.1.2 ! misho 540: $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
! 541: END { if (nonempty) { for (i in files) print i; }; }'`; \
! 542: shift; \
! 543: if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1.1 misho 544: test -n "$$unique" || unique=$$empty_fix; \
1.1.1.2 ! misho 545: if test $$# -gt 0; then \
! 546: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
! 547: "$$@" $$unique; \
! 548: else \
! 549: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
! 550: $$unique; \
! 551: fi; \
1.1 misho 552: fi
553: ctags: CTAGS
554: CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
555: $(TAGS_FILES) $(LISP)
556: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
557: unique=`for i in $$list; do \
558: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
559: done | \
1.1.1.2 ! misho 560: $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
! 561: END { if (nonempty) { for (i in files) print i; }; }'`; \
! 562: test -z "$(CTAGS_ARGS)$$unique" \
1.1 misho 563: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1.1.1.2 ! misho 564: $$unique
1.1 misho 565:
566: GTAGS:
567: here=`$(am__cd) $(top_builddir) && pwd` \
1.1.1.2 ! misho 568: && $(am__cd) $(top_srcdir) \
! 569: && gtags -i $(GTAGS_ARGS) "$$here"
1.1 misho 570:
571: distclean-tags:
572: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
573:
574: distdir: $(DISTFILES)
1.1.1.2 ! misho 575: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
! 576: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
! 577: list='$(DISTFILES)'; \
! 578: dist_files=`for file in $$list; do echo $$file; done | \
! 579: sed -e "s|^$$srcdirstrip/||;t" \
! 580: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
! 581: case $$dist_files in \
! 582: */*) $(MKDIR_P) `echo "$$dist_files" | \
! 583: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
! 584: sort -u` ;; \
! 585: esac; \
! 586: for file in $$dist_files; do \
1.1 misho 587: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
588: if test -d $$d/$$file; then \
1.1.1.2 ! misho 589: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
! 590: if test -d "$(distdir)/$$file"; then \
! 591: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
! 592: fi; \
1.1 misho 593: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1.1.1.2 ! misho 594: cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
! 595: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1.1 misho 596: fi; \
1.1.1.2 ! misho 597: cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1.1 misho 598: else \
1.1.1.2 ! misho 599: test -f "$(distdir)/$$file" \
! 600: || cp -p $$d/$$file "$(distdir)/$$file" \
1.1 misho 601: || exit 1; \
602: fi; \
603: done
1.1.1.2 ! misho 604: @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1.1 misho 605: if test "$$subdir" = .; then :; else \
606: test -d "$(distdir)/$$subdir" \
1.1.1.2 ! misho 607: || $(MKDIR_P) "$(distdir)/$$subdir" \
1.1 misho 608: || exit 1; \
1.1.1.2 ! misho 609: fi; \
! 610: done
! 611: @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
! 612: if test "$$subdir" = .; then :; else \
! 613: dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
! 614: $(am__relativize); \
! 615: new_distdir=$$reldir; \
! 616: dir1=$$subdir; dir2="$(top_distdir)"; \
! 617: $(am__relativize); \
! 618: new_top_distdir=$$reldir; \
! 619: echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
! 620: echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
! 621: ($(am__cd) $$subdir && \
1.1 misho 622: $(MAKE) $(AM_MAKEFLAGS) \
1.1.1.2 ! misho 623: top_distdir="$$new_top_distdir" \
! 624: distdir="$$new_distdir" \
! 625: am__remove_distdir=: \
! 626: am__skip_length_check=: \
! 627: am__skip_mode_fix=: \
1.1 misho 628: distdir) \
629: || exit 1; \
630: fi; \
631: done
632: check-am: all-am
633: check: check-recursive
634: all-am: Makefile $(LTLIBRARIES) $(HEADERS)
635: installdirs: installdirs-recursive
636: installdirs-am:
637: for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(libpy_axl_la_includedir)"; do \
1.1.1.2 ! misho 638: test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1.1 misho 639: done
640: install: install-recursive
641: install-exec: install-exec-recursive
642: install-data: install-data-recursive
643: uninstall: uninstall-recursive
644:
645: install-am: all-am
646: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
647:
648: installcheck: installcheck-recursive
649: install-strip:
650: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
651: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
652: `test -z '$(STRIP)' || \
653: echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
654: mostlyclean-generic:
655:
656: clean-generic:
657:
658: distclean-generic:
659: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.1.1.2 ! misho 660: -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1.1 misho 661:
662: maintainer-clean-generic:
663: @echo "This command is intended for maintainers to use"
664: @echo "it deletes files that may require special tools to rebuild."
665: clean: clean-recursive
666:
667: clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
668: mostlyclean-am
669:
670: distclean: distclean-recursive
671: -rm -rf ./$(DEPDIR)
672: -rm -f Makefile
673: distclean-am: clean-am distclean-compile distclean-generic \
1.1.1.2 ! misho 674: distclean-tags
1.1 misho 675:
676: dvi: dvi-recursive
677:
678: dvi-am:
679:
680: html: html-recursive
681:
1.1.1.2 ! misho 682: html-am:
! 683:
1.1 misho 684: info: info-recursive
685:
686: info-am:
687:
688: install-data-am: install-libpy_axl_la_includeHEADERS
689:
1.1.1.2 ! misho 690: install-dvi: install-dvi-recursive
! 691:
! 692: install-dvi-am:
! 693:
1.1 misho 694: install-exec-am: install-libLTLIBRARIES
695: @$(NORMAL_INSTALL)
696: $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
1.1.1.2 ! misho 697: install-html: install-html-recursive
! 698:
! 699: install-html-am:
1.1 misho 700:
701: install-info: install-info-recursive
702:
1.1.1.2 ! misho 703: install-info-am:
! 704:
1.1 misho 705: install-man:
706:
1.1.1.2 ! misho 707: install-pdf: install-pdf-recursive
! 708:
! 709: install-pdf-am:
! 710:
! 711: install-ps: install-ps-recursive
! 712:
! 713: install-ps-am:
! 714:
1.1 misho 715: installcheck-am:
716:
717: maintainer-clean: maintainer-clean-recursive
718: -rm -rf ./$(DEPDIR)
719: -rm -f Makefile
720: maintainer-clean-am: distclean-am maintainer-clean-generic
721:
722: mostlyclean: mostlyclean-recursive
723:
724: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
725: mostlyclean-libtool
726:
727: pdf: pdf-recursive
728:
729: pdf-am:
730:
731: ps: ps-recursive
732:
733: ps-am:
734:
1.1.1.2 ! misho 735: uninstall-am: uninstall-libLTLIBRARIES \
1.1 misho 736: uninstall-libpy_axl_la_includeHEADERS
737:
1.1.1.2 ! misho 738: .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
! 739: install-am install-exec-am install-strip tags-recursive
1.1 misho 740:
1.1.1.2 ! misho 741: .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
! 742: all all-am check check-am clean clean-generic \
! 743: clean-libLTLIBRARIES clean-libtool ctags ctags-recursive \
! 744: distclean distclean-compile distclean-generic \
! 745: distclean-libtool distclean-tags distdir dvi dvi-am html \
1.1 misho 746: html-am info info-am install install-am install-data \
1.1.1.2 ! misho 747: install-data-am install-dvi install-dvi-am install-exec \
! 748: install-exec-am install-exec-hook install-html install-html-am \
1.1 misho 749: install-info install-info-am install-libLTLIBRARIES \
1.1.1.2 ! misho 750: install-libpy_axl_la_includeHEADERS install-man install-pdf \
! 751: install-pdf-am install-ps install-ps-am install-strip \
1.1 misho 752: installcheck installcheck-am installdirs installdirs-am \
1.1.1.2 ! misho 753: maintainer-clean maintainer-clean-generic mostlyclean \
! 754: mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1.1 misho 755: pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
1.1.1.2 ! misho 756: uninstall-libLTLIBRARIES uninstall-libpy_axl_la_includeHEADERS
1.1 misho 757:
758:
759: install-exec-hook:
760: @echo "site installation ${pythondir}/axl prefix=${DESTDIR}.."
761: install -d ${DESTDIR}${pythondir}/axl
762: install -m 644 \
763: __init__.py \
764: ${DESTDIR}${pythondir}/axl
1.1.1.2 ! misho 765:
1.1 misho 766: # Tell versions [3.59,3.63) of GNU make to not export all variables.
767: # Otherwise a system limit (for SysV at least) may be exceeded.
768: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>