|
|
1.1.1.2 ! root 1: # Makefile.in generated by automake 1.10 from Makefile.am. 1.1 root 2: # @configure_input@ 3: 1.1.1.2 ! root 4: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, ! 5: # 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 1.1 root 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: # Makefile.am for The Machine Emulator bus/sbus/: 18: 19: # $Id: modules,v 1.1 2003/05/16 21:48:04 fredette Exp $ 20: 21: # Copyright (c) 2003 Matt Fredette 22: # All rights reserved. 23: # 24: # Redistribution and use in source and binary forms, with or without 25: # modification, are permitted provided that the following conditions 26: # are met: 27: # 1. Redistributions of source code must retain the above copyright 28: # notice, this list of conditions and the following disclaimer. 29: # 2. Redistributions in binary form must reproduce the above copyright 30: # notice, this list of conditions and the following disclaimer in the 31: # documentation and/or other materials provided with the distribution. 32: # 3. All advertising materials mentioning features or use of this software 33: # must display the following acknowledgement: 34: # This product includes software developed by Matt Fredette. 35: # 4. The name of the author may not be used to endorse or promote products 36: # derived from this software without specific prior written permission. 37: # 38: # THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 39: # IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 40: # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 41: # DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, 42: # INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 43: # (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 44: # SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 45: # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 46: # STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN 47: # ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 48: # POSSIBILITY OF SUCH DAMAGE. 49: 50: VPATH = @srcdir@ 51: pkgdatadir = $(datadir)/@PACKAGE@ 52: pkglibdir = $(libdir)/@PACKAGE@ 53: pkgincludedir = $(includedir)/@PACKAGE@ 54: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 55: install_sh_DATA = $(install_sh) -c -m 644 56: install_sh_PROGRAM = $(install_sh) -c 57: install_sh_SCRIPT = $(install_sh) -c 58: INSTALL_HEADER = $(INSTALL_DATA) 59: transform = $(program_transform_name) 60: NORMAL_INSTALL = : 61: PRE_INSTALL = : 62: POST_INSTALL = : 63: NORMAL_UNINSTALL = : 64: PRE_UNINSTALL = : 65: POST_UNINSTALL = : 66: build_triplet = @build@ 67: host_triplet = @host@ 68: target_triplet = @target@ 1.1.1.2 ! root 69: DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ ! 70: $(top_srcdir)/modules ! 71: subdir = bus/sbus ! 72: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 ! 73: am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ ! 74: $(top_srcdir)/configure.in ! 75: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ ! 76: $(ACLOCAL_M4) ! 77: mkinstalldirs = $(install_sh) -d ! 78: CONFIG_HEADER = $(top_builddir)/config.h ! 79: CONFIG_CLEAN_FILES = ! 80: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; ! 81: am__vpath_adj = case $$p in \ ! 82: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ ! 83: *) f=$$p;; \ ! 84: esac; ! 85: am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; ! 86: am__installdirs = "$(DESTDIR)$(pkglibdir)" ! 87: pkglibLTLIBRARIES_INSTALL = $(INSTALL) ! 88: LTLIBRARIES = $(pkglib_LTLIBRARIES) ! 89: tme_bus_sbus_la_DEPENDENCIES = $(top_builddir)/libtme/libtme.la \ ! 90: $(top_builddir)/machine/sun/libtme-machine-sun.la ! 91: am_tme_bus_sbus_la_OBJECTS = sun-fbs4.lo ! 92: tme_bus_sbus_la_OBJECTS = $(am_tme_bus_sbus_la_OBJECTS) ! 93: tme_bus_sbus_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ ! 94: $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ ! 95: $(tme_bus_sbus_la_LDFLAGS) $(LDFLAGS) -o $@ ! 96: DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@ ! 97: depcomp = $(SHELL) $(top_srcdir)/depcomp ! 98: am__depfiles_maybe = depfiles ! 99: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ ! 100: $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) ! 101: LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ ! 102: --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ ! 103: $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) ! 104: CCLD = $(CC) ! 105: LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ ! 106: --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ ! 107: $(LDFLAGS) -o $@ ! 108: SOURCES = $(tme_bus_sbus_la_SOURCES) ! 109: DIST_SOURCES = $(tme_bus_sbus_la_SOURCES) ! 110: ETAGS = etags ! 111: CTAGS = ctags ! 112: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 1.1 root 113: ACLOCAL = @ACLOCAL@ 114: AMTAR = @AMTAR@ 115: AR = @AR@ 116: AUTOCONF = @AUTOCONF@ 117: AUTOHEADER = @AUTOHEADER@ 118: AUTOMAKE = @AUTOMAKE@ 119: AWK = @AWK@ 120: CC = @CC@ 121: CCDEPMODE = @CCDEPMODE@ 122: CFLAGS = @CFLAGS@ 123: CFLAGS_NO_STRICT_ALIASING = @CFLAGS_NO_STRICT_ALIASING@ 124: CPP = @CPP@ 125: CPPFLAGS = @CPPFLAGS@ 126: CXX = @CXX@ 127: CXXCPP = @CXXCPP@ 128: CXXDEPMODE = @CXXDEPMODE@ 129: CXXFLAGS = @CXXFLAGS@ 130: CYGPATH_W = @CYGPATH_W@ 131: DEFS = @DEFS@ 132: DEPDIR = @DEPDIR@ 133: ECHO = @ECHO@ 134: ECHO_C = @ECHO_C@ 135: ECHO_N = @ECHO_N@ 136: ECHO_T = @ECHO_T@ 137: EGREP = @EGREP@ 138: EXEEXT = @EXEEXT@ 139: F77 = @F77@ 140: FFLAGS = @FFLAGS@ 1.1.1.2 ! root 141: GREP = @GREP@ 1.1 root 142: GTK_CFLAGS = @GTK_CFLAGS@ 143: GTK_LIBS = @GTK_LIBS@ 144: INCLTDL = @INCLTDL@ 1.1.1.2 ! root 145: INSTALL = @INSTALL@ 1.1 root 146: INSTALL_DATA = @INSTALL_DATA@ 147: INSTALL_PROGRAM = @INSTALL_PROGRAM@ 148: INSTALL_SCRIPT = @INSTALL_SCRIPT@ 149: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 150: LDFLAGS = @LDFLAGS@ 151: LIBLTDL = @LIBLTDL@ 152: LIBOBJS = @LIBOBJS@ 153: LIBS = @LIBS@ 154: LIBTOOL = @LIBTOOL@ 155: LN_S = @LN_S@ 156: LTLIBOBJS = @LTLIBOBJS@ 157: MAKEINFO = @MAKEINFO@ 1.1.1.2 ! root 158: MKDIR_P = @MKDIR_P@ 1.1 root 159: OBJEXT = @OBJEXT@ 160: PACKAGE = @PACKAGE@ 161: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 162: PACKAGE_NAME = @PACKAGE_NAME@ 163: PACKAGE_STRING = @PACKAGE_STRING@ 164: PACKAGE_TARNAME = @PACKAGE_TARNAME@ 165: PACKAGE_VERSION = @PACKAGE_VERSION@ 166: PATH_SEPARATOR = @PATH_SEPARATOR@ 167: PERL = @PERL@ 1.1.1.2 ! root 168: PKG_CONFIG = @PKG_CONFIG@ 1.1 root 169: RANLIB = @RANLIB@ 1.1.1.2 ! root 170: SED = @SED@ 1.1 root 171: SET_MAKE = @SET_MAKE@ 172: SHELL = @SHELL@ 173: STRIP = @STRIP@ 174: TME_BUS_SUBDIRS = @TME_BUS_SUBDIRS@ 175: TME_FB_XLAT_DST = @TME_FB_XLAT_DST@ 176: TME_FB_XLAT_SRC = @TME_FB_XLAT_SRC@ 177: TME_HOSTS = @TME_HOSTS@ 178: TME_ICS = @TME_ICS@ 179: TME_IC_SUBDIRS = @TME_IC_SUBDIRS@ 180: TME_MACHINE_SUBDIRS = @TME_MACHINE_SUBDIRS@ 181: TME_PREOPEN = @TME_PREOPEN@ 182: TME_SERIALS = @TME_SERIALS@ 183: TME_SERIAL_SUBDIRS = @TME_SERIAL_SUBDIRS@ 184: VERSION = @VERSION@ 1.1.1.2 ! root 185: XMKMF = @XMKMF@ 1.1 root 186: X_CFLAGS = @X_CFLAGS@ 187: X_EXTRA_LIBS = @X_EXTRA_LIBS@ 188: X_LIBS = @X_LIBS@ 189: X_PRE_LIBS = @X_PRE_LIBS@ 190: YACC = @YACC@ 1.1.1.2 ! root 191: YFLAGS = @YFLAGS@ ! 192: abs_builddir = @abs_builddir@ ! 193: abs_srcdir = @abs_srcdir@ ! 194: abs_top_builddir = @abs_top_builddir@ ! 195: abs_top_srcdir = @abs_top_srcdir@ 1.1 root 196: ac_ct_CC = @ac_ct_CC@ 197: ac_ct_CXX = @ac_ct_CXX@ 198: ac_ct_F77 = @ac_ct_F77@ 199: am__include = @am__include@ 1.1.1.2 ! root 200: am__leading_dot = @am__leading_dot@ 1.1 root 201: am__quote = @am__quote@ 1.1.1.2 ! root 202: am__tar = @am__tar@ ! 203: am__untar = @am__untar@ 1.1 root 204: bindir = @bindir@ 205: build = @build@ 206: build_alias = @build_alias@ 207: build_cpu = @build_cpu@ 208: build_os = @build_os@ 209: build_vendor = @build_vendor@ 1.1.1.2 ! root 210: builddir = @builddir@ 1.1 root 211: datadir = @datadir@ 1.1.1.2 ! root 212: datarootdir = @datarootdir@ ! 213: docdir = @docdir@ ! 214: dvidir = @dvidir@ 1.1 root 215: exec_prefix = @exec_prefix@ 216: host = @host@ 217: host_alias = @host_alias@ 218: host_cpu = @host_cpu@ 219: host_os = @host_os@ 220: host_vendor = @host_vendor@ 1.1.1.2 ! root 221: htmldir = @htmldir@ 1.1 root 222: includedir = @includedir@ 223: infodir = @infodir@ 224: install_sh = @install_sh@ 225: libdir = @libdir@ 226: libexecdir = @libexecdir@ 1.1.1.2 ! root 227: localedir = @localedir@ 1.1 root 228: localstatedir = @localstatedir@ 229: mandir = @mandir@ 1.1.1.2 ! root 230: mkdir_p = @mkdir_p@ 1.1 root 231: oldincludedir = @oldincludedir@ 1.1.1.2 ! root 232: pdfdir = @pdfdir@ 1.1 root 233: prefix = @prefix@ 234: program_transform_name = @program_transform_name@ 1.1.1.2 ! root 235: psdir = @psdir@ 1.1 root 236: sbindir = @sbindir@ 237: sharedstatedir = @sharedstatedir@ 1.1.1.2 ! root 238: srcdir = @srcdir@ 1.1 root 239: subdirs = @subdirs@ 240: sysconfdir = @sysconfdir@ 241: target = @target@ 242: target_alias = @target_alias@ 243: target_cpu = @target_cpu@ 244: target_os = @target_os@ 245: target_vendor = @target_vendor@ 1.1.1.2 ! root 246: top_builddir = @top_builddir@ ! 247: top_srcdir = @top_srcdir@ 1.1 root 248: AUTOMAKE_OPTIONS = 1.4 gnu 249: INCLUDES = -I$(top_srcdir) -I$(srcdir) -I. -D_TME_IMPL 250: pkglib_LTLIBRARIES = tme_bus_sbus.la 251: tme_bus_sbus_la_SOURCES = \ 252: sun-fbs4.c 253: 254: tme_bus_sbus_la_LDFLAGS = -module -version-info 0:0:0 255: tme_bus_sbus_la_LIBADD = $(top_builddir)/libtme/libtme.la \ 256: $(top_builddir)/machine/sun/libtme-machine-sun.la 257: 258: all: all-am 259: 260: .SUFFIXES: 261: .SUFFIXES: .c .lo .o .obj 1.1.1.2 ! root 262: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/modules $(am__configure_deps) ! 263: @for dep in $?; do \ ! 264: case '$(am__configure_deps)' in \ ! 265: *$$dep*) \ ! 266: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ ! 267: && exit 0; \ ! 268: exit 1;; \ ! 269: esac; \ ! 270: done; \ ! 271: echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu bus/sbus/Makefile'; \ 1.1 root 272: cd $(top_srcdir) && \ 273: $(AUTOMAKE) --gnu bus/sbus/Makefile 1.1.1.2 ! root 274: .PRECIOUS: Makefile ! 275: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status ! 276: @case '$?' in \ ! 277: *config.status*) \ ! 278: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ ! 279: *) \ ! 280: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ ! 281: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ ! 282: esac; ! 283: ! 284: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) ! 285: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ! 286: ! 287: $(top_srcdir)/configure: $(am__configure_deps) ! 288: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ! 289: $(ACLOCAL_M4): $(am__aclocal_m4_deps) ! 290: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 1.1 root 291: install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES) 292: @$(NORMAL_INSTALL) 1.1.1.2 ! root 293: test -z "$(pkglibdir)" || $(MKDIR_P) "$(DESTDIR)$(pkglibdir)" 1.1 root 294: @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \ 295: if test -f $$p; then \ 1.1.1.2 ! root 296: f=$(am__strip_dir) \ ! 297: echo " $(LIBTOOL) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(pkglibdir)/$$f'"; \ ! 298: $(LIBTOOL) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(pkglibdir)/$$f"; \ 1.1 root 299: else :; fi; \ 300: done 301: 302: uninstall-pkglibLTLIBRARIES: 303: @$(NORMAL_UNINSTALL) 304: @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \ 1.1.1.2 ! root 305: p=$(am__strip_dir) \ ! 306: echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$p'"; \ ! 307: $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$p"; \ 1.1 root 308: done 309: 310: clean-pkglibLTLIBRARIES: 311: -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES) 312: @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \ 313: dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 1.1.1.2 ! root 314: test "$$dir" != "$$p" || dir=.; \ 1.1 root 315: echo "rm -f \"$${dir}/so_locations\""; \ 316: rm -f "$${dir}/so_locations"; \ 317: done 318: tme_bus_sbus.la: $(tme_bus_sbus_la_OBJECTS) $(tme_bus_sbus_la_DEPENDENCIES) 1.1.1.2 ! root 319: $(tme_bus_sbus_la_LINK) -rpath $(pkglibdir) $(tme_bus_sbus_la_OBJECTS) $(tme_bus_sbus_la_LIBADD) $(LIBS) 1.1 root 320: 321: mostlyclean-compile: 1.1.1.2 ! root 322: -rm -f *.$(OBJEXT) 1.1 root 323: 324: distclean-compile: 325: -rm -f *.tab.c 326: 327: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sun-fbs4.Plo@am__quote@ 328: 329: .c.o: 1.1.1.2 ! root 330: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< ! 331: @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 1.1 root 332: @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 1.1.1.2 ! root 333: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ ! 334: @am__fastdepCC_FALSE@ $(COMPILE) -c $< 1.1 root 335: 336: .c.obj: 1.1.1.2 ! root 337: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` ! 338: @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 1.1 root 339: @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 1.1.1.2 ! root 340: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ ! 341: @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` 1.1 root 342: 343: .c.lo: 1.1.1.2 ! root 344: @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< ! 345: @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 1.1 root 346: @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 1.1.1.2 ! root 347: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ ! 348: @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< 1.1 root 349: 350: mostlyclean-libtool: 351: -rm -f *.lo 352: 353: clean-libtool: 354: -rm -rf .libs _libs 355: 356: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 357: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 358: unique=`for i in $$list; do \ 359: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 360: done | \ 361: $(AWK) ' { files[$$0] = 1; } \ 362: END { for (i in files) print i; }'`; \ 363: mkid -fID $$unique 1.1.1.2 ! root 364: tags: TAGS 1.1 root 365: 366: TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 367: $(TAGS_FILES) $(LISP) 368: tags=; \ 369: here=`pwd`; \ 370: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 371: unique=`for i in $$list; do \ 372: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 373: done | \ 374: $(AWK) ' { files[$$0] = 1; } \ 375: END { for (i in files) print i; }'`; \ 1.1.1.2 ! root 376: if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ ! 377: test -n "$$unique" || unique=$$empty_fix; \ ! 378: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ ! 379: $$tags $$unique; \ ! 380: fi 1.1 root 381: ctags: CTAGS 382: CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 383: $(TAGS_FILES) $(LISP) 384: tags=; \ 385: here=`pwd`; \ 386: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 387: unique=`for i in $$list; do \ 388: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 389: done | \ 390: $(AWK) ' { files[$$0] = 1; } \ 391: END { for (i in files) print i; }'`; \ 392: test -z "$(CTAGS_ARGS)$$tags$$unique" \ 393: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 394: $$tags $$unique 395: 396: GTAGS: 397: here=`$(am__cd) $(top_builddir) && pwd` \ 398: && cd $(top_srcdir) \ 399: && gtags -i $(GTAGS_ARGS) $$here 400: 401: distclean-tags: 402: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 403: 404: distdir: $(DISTFILES) 1.1.1.2 ! root 405: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ ! 406: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ ! 407: list='$(DISTFILES)'; \ ! 408: dist_files=`for file in $$list; do echo $$file; done | \ ! 409: sed -e "s|^$$srcdirstrip/||;t" \ ! 410: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ ! 411: case $$dist_files in \ ! 412: */*) $(MKDIR_P) `echo "$$dist_files" | \ ! 413: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ ! 414: sort -u` ;; \ ! 415: esac; \ ! 416: for file in $$dist_files; do \ 1.1 root 417: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 418: if test -d $$d/$$file; then \ 1.1.1.2 ! root 419: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 1.1 root 420: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 421: cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 422: fi; \ 423: cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 424: else \ 425: test -f $(distdir)/$$file \ 426: || cp -p $$d/$$file $(distdir)/$$file \ 427: || exit 1; \ 428: fi; \ 429: done 430: check-am: all-am 431: check: check-am 432: all-am: Makefile $(LTLIBRARIES) all-local 433: installdirs: 1.1.1.2 ! root 434: for dir in "$(DESTDIR)$(pkglibdir)"; do \ ! 435: test -z "$$dir" || $(MKDIR_P) "$$dir"; \ ! 436: done 1.1 root 437: install: install-am 438: install-exec: install-exec-am 439: install-data: install-data-am 440: uninstall: uninstall-am 441: 442: install-am: all-am 443: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 444: 445: installcheck: installcheck-am 446: install-strip: 447: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 1.1.1.2 ! root 448: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 1.1 root 449: `test -z '$(STRIP)' || \ 450: echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 451: mostlyclean-generic: 452: 453: clean-generic: 454: 455: distclean-generic: 1.1.1.2 ! root 456: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 1.1 root 457: 458: maintainer-clean-generic: 459: @echo "This command is intended for maintainers to use" 460: @echo "it deletes files that may require special tools to rebuild." 461: clean: clean-am 462: 463: clean-am: clean-generic clean-libtool clean-pkglibLTLIBRARIES \ 464: mostlyclean-am 465: 466: distclean: distclean-am 1.1.1.2 ! root 467: -rm -rf ./$(DEPDIR) ! 468: -rm -f Makefile ! 469: distclean-am: clean-am distclean-compile distclean-generic \ ! 470: distclean-tags 1.1 root 471: 472: dvi: dvi-am 473: 474: dvi-am: 475: 1.1.1.2 ! root 476: html: html-am ! 477: 1.1 root 478: info: info-am 479: 480: info-am: 481: 482: install-data-am: 483: 1.1.1.2 ! root 484: install-dvi: install-dvi-am ! 485: 1.1 root 486: install-exec-am: install-pkglibLTLIBRARIES 487: 1.1.1.2 ! root 488: install-html: install-html-am ! 489: 1.1 root 490: install-info: install-info-am 491: 492: install-man: 493: 1.1.1.2 ! root 494: install-pdf: install-pdf-am ! 495: ! 496: install-ps: install-ps-am ! 497: 1.1 root 498: installcheck-am: 499: 500: maintainer-clean: maintainer-clean-am 1.1.1.2 ! root 501: -rm -rf ./$(DEPDIR) ! 502: -rm -f Makefile 1.1 root 503: maintainer-clean-am: distclean-am maintainer-clean-generic 504: 505: mostlyclean: mostlyclean-am 506: 507: mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 508: mostlyclean-libtool 509: 510: pdf: pdf-am 511: 512: pdf-am: 513: 514: ps: ps-am 515: 516: ps-am: 517: 1.1.1.2 ! root 518: uninstall-am: uninstall-pkglibLTLIBRARIES ! 519: ! 520: .MAKE: install-am install-strip 1.1 root 521: 522: .PHONY: CTAGS GTAGS all all-am all-local check check-am clean \ 523: clean-generic clean-libtool clean-pkglibLTLIBRARIES ctags \ 1.1.1.2 ! root 524: distclean distclean-compile distclean-generic \ ! 525: distclean-libtool distclean-tags distdir dvi dvi-am html \ ! 526: html-am info info-am install install-am install-data \ ! 527: install-data-am install-dvi install-dvi-am install-exec \ ! 528: install-exec-am install-html install-html-am install-info \ ! 529: install-info-am install-man install-pdf install-pdf-am \ ! 530: install-pkglibLTLIBRARIES install-ps install-ps-am \ ! 531: install-strip installcheck installcheck-am installdirs \ ! 532: maintainer-clean maintainer-clean-generic mostlyclean \ ! 533: mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ ! 534: pdf pdf-am ps ps-am tags uninstall uninstall-am \ 1.1 root 535: uninstall-pkglibLTLIBRARIES 536: 537: 538: # this automake include file must be included in all directories that 539: # build modules. it updates the modules index that will be installed 540: # along with all of the modules, and also handles some static building 541: # details. this is done with an all-local target: 542: all-local: 543: # 544: # first, all source files in the current directory are searched for 545: # element "new" function declarations. these declarations provide 546: # enough information to determine the published module name, the 547: # libtool module name, and "submodule" name. this information is 548: # appended to a tme-plugins.txt file, which will be installed in 549: # $(pkglibdir). 550: # 551: # the choice of $(top_builddir)/tme/tme-plugins.txt is important. 552: # when debugging, the person doing the debugging is expected to have 553: # the good sense to set LTDL_LIBRARY_PATH to $(top_builddir), so 554: # module.c will correctly use the uninstalled plugins list for all 555: # "tme/" modules. 556: # 557: # this is abuse of the $(top_builddir)/tme directory, yes, since 558: # this directory was originally just for include files and to make 559: # #include <tme/FOO.h> work right when building: 560: @echo updating tme modules list.. 561: @grep TME_ELEMENT_NEW_DECL $(srcdir)/*.c | \ 562: sed -e 's%.*TME_ELEMENT_NEW_DECL(\(.*\)).*%\1%' \ 563: >> $(top_builddir)/tme/tme-plugins.txt 564: @grep TME_ELEMENT_SUB_NEW_DECL $(srcdir)/*.c | \ 565: sed -e 's%.*TME_ELEMENT_SUB_NEW_DECL(\(.*\),\(.*\)).*%\1_\2 \1 \2%' \ 566: >> $(top_builddir)/tme/tme-plugins.txt 567: @grep TME_ELEMENT_X_NEW_DECL $(srcdir)/*.c | \ 568: sed -e 's%.*TME_ELEMENT_X_NEW_DECL(\(.*\),\(.*\),\(.*\)).*%\1\3 \1\2 \3%' \ 569: >> $(top_builddir)/tme/tme-plugins.txt 570: # 571: # next, when building statically, either for debugging purposes or 572: # because we're on a weak platform, we have to use libtool's "preopen" 573: # mechanism. 574: # 575: # this means at least specifying all of the modules that could 576: # potentially be lt_dlopen'ed on any main program's link command line, 577: # using libtool's -dlpreopen option. 578: # 579: # so we append suitable -dlpreopen options for all modules built in 580: # this directory to a file, in this case 581: # $(top_builddir)/tme-preopen.txt. when building statically, 582: # configure.in will then substitute @TME_PREOPEN@ with: 583: # 584: # `cat $(top_builddir)/tme-preopen.txt` 585: # 586: # else it will substitute the empty string. when linking programs, 587: # @TME_PREOPEN@ is then used on the program's link command line. 588: # 589: # additionally, libtool, at least through version 1.5, has a 590: # limitation in that the pseudo-library (the .la file) must be present 591: # even for a preloaded module. if we aren't debugging, everything is 592: # installed, so this is not a problem. 593: # 594: # however, if we are debugging, nothing is installed, so we have to do 595: # something to make sure that the .la files can be found. 596: # 597: # the person doing the debugging is already expected to set 598: # LTDL_LIBRARY_PATH to the top of the build directory, so that 599: # module.c can find the uninstalled tme-plugins.txt file, and libtool 600: # will want to look in this directory for .la files, so we simply copy 601: # all of the .la files into that same directory: 602: @if test "x$(pkglib_LTLIBRARIES)" != x; then \ 603: for module in $(pkglib_LTLIBRARIES); do \ 604: echo $$module ; \ 605: echo -dlpreopen ../$(subdir)/$$module >> $(top_builddir)/tme-preopen.txt ; \ 606: cp $$module $(top_builddir)/tme ; \ 607: done ; \ 608: fi 609: # Tell versions [3.59,3.63) of GNU make to not export all variables. 610: # Otherwise a system limit (for SysV at least) may be exceeded. 611: .NOEXPORT:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.