|
|
1.1.1.4 ! root 1: # Makefile.in generated by automake 1.10 from Makefile.am. 1.1 root 2: # @configure_input@ 3: 1.1.1.4 ! 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 scsi/: 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.4 ! root 69: DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ ! 70: $(top_srcdir)/modules ! 71: subdir = scsi ! 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_scsi_la_DEPENDENCIES = $(top_builddir)/libtme/libtme.la \ ! 90: $(top_builddir)/generic/libtme-generic.la ! 91: am_tme_scsi_la_OBJECTS = acb4000.lo emulexmt02.lo disk-tme.lo \ ! 92: tape-tme.lo cdrom-tme.lo scsi-disk.lo scsi-tape.lo \ ! 93: scsi-cdrom.lo scsi-cdb.lo scsi-msg.lo scsi-device.lo \ ! 94: scsi-bus.lo ! 95: tme_scsi_la_OBJECTS = $(am_tme_scsi_la_OBJECTS) ! 96: tme_scsi_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ ! 97: $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ ! 98: $(tme_scsi_la_LDFLAGS) $(LDFLAGS) -o $@ ! 99: DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@ ! 100: depcomp = $(SHELL) $(top_srcdir)/depcomp ! 101: am__depfiles_maybe = depfiles ! 102: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ ! 103: $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) ! 104: LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ ! 105: --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ ! 106: $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) ! 107: CCLD = $(CC) ! 108: LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ ! 109: --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ ! 110: $(LDFLAGS) -o $@ ! 111: SOURCES = $(tme_scsi_la_SOURCES) ! 112: DIST_SOURCES = $(tme_scsi_la_SOURCES) ! 113: ETAGS = etags ! 114: CTAGS = ctags ! 115: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 1.1 root 116: ACLOCAL = @ACLOCAL@ 117: AMTAR = @AMTAR@ 118: AR = @AR@ 119: AUTOCONF = @AUTOCONF@ 120: AUTOHEADER = @AUTOHEADER@ 121: AUTOMAKE = @AUTOMAKE@ 122: AWK = @AWK@ 123: CC = @CC@ 124: CCDEPMODE = @CCDEPMODE@ 125: CFLAGS = @CFLAGS@ 1.1.1.2 root 126: CFLAGS_NO_STRICT_ALIASING = @CFLAGS_NO_STRICT_ALIASING@ 1.1 root 127: CPP = @CPP@ 128: CPPFLAGS = @CPPFLAGS@ 129: CXX = @CXX@ 130: CXXCPP = @CXXCPP@ 131: CXXDEPMODE = @CXXDEPMODE@ 132: CXXFLAGS = @CXXFLAGS@ 133: CYGPATH_W = @CYGPATH_W@ 134: DEFS = @DEFS@ 135: DEPDIR = @DEPDIR@ 136: ECHO = @ECHO@ 137: ECHO_C = @ECHO_C@ 138: ECHO_N = @ECHO_N@ 139: ECHO_T = @ECHO_T@ 140: EGREP = @EGREP@ 141: EXEEXT = @EXEEXT@ 142: F77 = @F77@ 143: FFLAGS = @FFLAGS@ 1.1.1.4 ! root 144: GREP = @GREP@ 1.1 root 145: GTK_CFLAGS = @GTK_CFLAGS@ 146: GTK_LIBS = @GTK_LIBS@ 147: INCLTDL = @INCLTDL@ 1.1.1.4 ! root 148: INSTALL = @INSTALL@ 1.1 root 149: INSTALL_DATA = @INSTALL_DATA@ 150: INSTALL_PROGRAM = @INSTALL_PROGRAM@ 151: INSTALL_SCRIPT = @INSTALL_SCRIPT@ 152: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 153: LDFLAGS = @LDFLAGS@ 154: LIBLTDL = @LIBLTDL@ 155: LIBOBJS = @LIBOBJS@ 156: LIBS = @LIBS@ 157: LIBTOOL = @LIBTOOL@ 158: LN_S = @LN_S@ 159: LTLIBOBJS = @LTLIBOBJS@ 160: MAKEINFO = @MAKEINFO@ 1.1.1.4 ! root 161: MKDIR_P = @MKDIR_P@ 1.1 root 162: OBJEXT = @OBJEXT@ 163: PACKAGE = @PACKAGE@ 164: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 165: PACKAGE_NAME = @PACKAGE_NAME@ 166: PACKAGE_STRING = @PACKAGE_STRING@ 167: PACKAGE_TARNAME = @PACKAGE_TARNAME@ 168: PACKAGE_VERSION = @PACKAGE_VERSION@ 169: PATH_SEPARATOR = @PATH_SEPARATOR@ 170: PERL = @PERL@ 1.1.1.4 ! root 171: PKG_CONFIG = @PKG_CONFIG@ 1.1 root 172: RANLIB = @RANLIB@ 1.1.1.4 ! root 173: SED = @SED@ 1.1 root 174: SET_MAKE = @SET_MAKE@ 175: SHELL = @SHELL@ 176: STRIP = @STRIP@ 177: TME_BUS_SUBDIRS = @TME_BUS_SUBDIRS@ 178: TME_FB_XLAT_DST = @TME_FB_XLAT_DST@ 179: TME_FB_XLAT_SRC = @TME_FB_XLAT_SRC@ 180: TME_HOSTS = @TME_HOSTS@ 181: TME_ICS = @TME_ICS@ 182: TME_IC_SUBDIRS = @TME_IC_SUBDIRS@ 183: TME_MACHINE_SUBDIRS = @TME_MACHINE_SUBDIRS@ 184: TME_PREOPEN = @TME_PREOPEN@ 185: TME_SERIALS = @TME_SERIALS@ 186: TME_SERIAL_SUBDIRS = @TME_SERIAL_SUBDIRS@ 187: VERSION = @VERSION@ 1.1.1.4 ! root 188: XMKMF = @XMKMF@ 1.1 root 189: X_CFLAGS = @X_CFLAGS@ 190: X_EXTRA_LIBS = @X_EXTRA_LIBS@ 191: X_LIBS = @X_LIBS@ 192: X_PRE_LIBS = @X_PRE_LIBS@ 193: YACC = @YACC@ 1.1.1.4 ! root 194: YFLAGS = @YFLAGS@ ! 195: abs_builddir = @abs_builddir@ ! 196: abs_srcdir = @abs_srcdir@ ! 197: abs_top_builddir = @abs_top_builddir@ ! 198: abs_top_srcdir = @abs_top_srcdir@ 1.1 root 199: ac_ct_CC = @ac_ct_CC@ 200: ac_ct_CXX = @ac_ct_CXX@ 201: ac_ct_F77 = @ac_ct_F77@ 202: am__include = @am__include@ 1.1.1.4 ! root 203: am__leading_dot = @am__leading_dot@ 1.1 root 204: am__quote = @am__quote@ 1.1.1.4 ! root 205: am__tar = @am__tar@ ! 206: am__untar = @am__untar@ 1.1 root 207: bindir = @bindir@ 208: build = @build@ 209: build_alias = @build_alias@ 210: build_cpu = @build_cpu@ 211: build_os = @build_os@ 212: build_vendor = @build_vendor@ 1.1.1.4 ! root 213: builddir = @builddir@ 1.1 root 214: datadir = @datadir@ 1.1.1.4 ! root 215: datarootdir = @datarootdir@ ! 216: docdir = @docdir@ ! 217: dvidir = @dvidir@ 1.1 root 218: exec_prefix = @exec_prefix@ 219: host = @host@ 220: host_alias = @host_alias@ 221: host_cpu = @host_cpu@ 222: host_os = @host_os@ 223: host_vendor = @host_vendor@ 1.1.1.4 ! root 224: htmldir = @htmldir@ 1.1 root 225: includedir = @includedir@ 226: infodir = @infodir@ 227: install_sh = @install_sh@ 228: libdir = @libdir@ 229: libexecdir = @libexecdir@ 1.1.1.4 ! root 230: localedir = @localedir@ 1.1 root 231: localstatedir = @localstatedir@ 232: mandir = @mandir@ 1.1.1.4 ! root 233: mkdir_p = @mkdir_p@ 1.1 root 234: oldincludedir = @oldincludedir@ 1.1.1.4 ! root 235: pdfdir = @pdfdir@ 1.1 root 236: prefix = @prefix@ 237: program_transform_name = @program_transform_name@ 1.1.1.4 ! root 238: psdir = @psdir@ 1.1 root 239: sbindir = @sbindir@ 240: sharedstatedir = @sharedstatedir@ 1.1.1.4 ! root 241: srcdir = @srcdir@ 1.1 root 242: subdirs = @subdirs@ 243: sysconfdir = @sysconfdir@ 244: target = @target@ 245: target_alias = @target_alias@ 246: target_cpu = @target_cpu@ 247: target_os = @target_os@ 248: target_vendor = @target_vendor@ 1.1.1.4 ! root 249: top_builddir = @top_builddir@ ! 250: top_srcdir = @top_srcdir@ 1.1 root 251: AUTOMAKE_OPTIONS = 1.4 gnu 252: INCLUDES = -I$(top_srcdir) -I$(srcdir) -I. -D_TME_IMPL 253: pkglib_LTLIBRARIES = tme_scsi.la 254: tme_scsi_la_SOURCES = \ 255: acb4000.c \ 256: emulexmt02.c \ 257: disk-tme.c \ 1.1.1.3 root 258: tape-tme.c \ 259: cdrom-tme.c \ 1.1 root 260: scsi-disk.c \ 261: scsi-tape.c \ 1.1.1.3 root 262: scsi-cdrom.c \ 1.1 root 263: scsi-cdb.c \ 264: scsi-msg.c \ 265: scsi-device.c \ 266: scsi-bus.c 267: 268: tme_scsi_la_LDFLAGS = -rpath $(pkglibdir) -module -version-info 0:0:0 269: tme_scsi_la_LIBADD = $(top_builddir)/libtme/libtme.la \ 270: $(top_builddir)/generic/libtme-generic.la 271: 272: all: all-am 273: 274: .SUFFIXES: 275: .SUFFIXES: .c .lo .o .obj 1.1.1.4 ! root 276: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/modules $(am__configure_deps) ! 277: @for dep in $?; do \ ! 278: case '$(am__configure_deps)' in \ ! 279: *$$dep*) \ ! 280: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ ! 281: && exit 0; \ ! 282: exit 1;; \ ! 283: esac; \ ! 284: done; \ ! 285: echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu scsi/Makefile'; \ 1.1 root 286: cd $(top_srcdir) && \ 287: $(AUTOMAKE) --gnu scsi/Makefile 1.1.1.4 ! root 288: .PRECIOUS: Makefile ! 289: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status ! 290: @case '$?' in \ ! 291: *config.status*) \ ! 292: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ ! 293: *) \ ! 294: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ ! 295: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ ! 296: esac; ! 297: ! 298: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) ! 299: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ! 300: ! 301: $(top_srcdir)/configure: $(am__configure_deps) ! 302: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ! 303: $(ACLOCAL_M4): $(am__aclocal_m4_deps) ! 304: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 1.1 root 305: install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES) 306: @$(NORMAL_INSTALL) 1.1.1.4 ! root 307: test -z "$(pkglibdir)" || $(MKDIR_P) "$(DESTDIR)$(pkglibdir)" 1.1 root 308: @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \ 309: if test -f $$p; then \ 1.1.1.4 ! root 310: f=$(am__strip_dir) \ ! 311: echo " $(LIBTOOL) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(pkglibdir)/$$f'"; \ ! 312: $(LIBTOOL) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(pkglibdir)/$$f"; \ 1.1 root 313: else :; fi; \ 314: done 315: 316: uninstall-pkglibLTLIBRARIES: 317: @$(NORMAL_UNINSTALL) 318: @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \ 1.1.1.4 ! root 319: p=$(am__strip_dir) \ ! 320: echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$p'"; \ ! 321: $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$p"; \ 1.1 root 322: done 323: 324: clean-pkglibLTLIBRARIES: 325: -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES) 326: @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \ 327: dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 1.1.1.4 ! root 328: test "$$dir" != "$$p" || dir=.; \ 1.1 root 329: echo "rm -f \"$${dir}/so_locations\""; \ 330: rm -f "$${dir}/so_locations"; \ 331: done 332: tme_scsi.la: $(tme_scsi_la_OBJECTS) $(tme_scsi_la_DEPENDENCIES) 1.1.1.4 ! root 333: $(tme_scsi_la_LINK) -rpath $(pkglibdir) $(tme_scsi_la_OBJECTS) $(tme_scsi_la_LIBADD) $(LIBS) 1.1 root 334: 335: mostlyclean-compile: 1.1.1.4 ! root 336: -rm -f *.$(OBJEXT) 1.1 root 337: 338: distclean-compile: 339: -rm -f *.tab.c 340: 341: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/acb4000.Plo@am__quote@ 1.1.1.3 root 342: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cdrom-tme.Plo@am__quote@ 1.1 root 343: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/disk-tme.Plo@am__quote@ 344: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/emulexmt02.Plo@am__quote@ 345: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scsi-bus.Plo@am__quote@ 346: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scsi-cdb.Plo@am__quote@ 1.1.1.3 root 347: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scsi-cdrom.Plo@am__quote@ 1.1 root 348: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scsi-device.Plo@am__quote@ 349: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scsi-disk.Plo@am__quote@ 350: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scsi-msg.Plo@am__quote@ 351: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scsi-tape.Plo@am__quote@ 1.1.1.3 root 352: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tape-tme.Plo@am__quote@ 1.1 root 353: 354: .c.o: 1.1.1.4 ! root 355: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< ! 356: @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 1.1 root 357: @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 1.1.1.4 ! root 358: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ ! 359: @am__fastdepCC_FALSE@ $(COMPILE) -c $< 1.1 root 360: 361: .c.obj: 1.1.1.4 ! root 362: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` ! 363: @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 1.1 root 364: @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 1.1.1.4 ! root 365: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ ! 366: @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` 1.1 root 367: 368: .c.lo: 1.1.1.4 ! root 369: @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< ! 370: @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 1.1 root 371: @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 1.1.1.4 ! root 372: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ ! 373: @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< 1.1 root 374: 375: mostlyclean-libtool: 376: -rm -f *.lo 377: 378: clean-libtool: 379: -rm -rf .libs _libs 380: 381: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 382: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 383: unique=`for i in $$list; do \ 384: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 385: done | \ 386: $(AWK) ' { files[$$0] = 1; } \ 387: END { for (i in files) print i; }'`; \ 388: mkid -fID $$unique 1.1.1.4 ! root 389: tags: TAGS 1.1 root 390: 391: TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 392: $(TAGS_FILES) $(LISP) 393: tags=; \ 394: here=`pwd`; \ 395: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 396: unique=`for i in $$list; do \ 397: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 398: done | \ 399: $(AWK) ' { files[$$0] = 1; } \ 400: END { for (i in files) print i; }'`; \ 1.1.1.4 ! root 401: if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ ! 402: test -n "$$unique" || unique=$$empty_fix; \ ! 403: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ ! 404: $$tags $$unique; \ ! 405: fi 1.1 root 406: ctags: CTAGS 407: CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 408: $(TAGS_FILES) $(LISP) 409: tags=; \ 410: here=`pwd`; \ 411: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 412: unique=`for i in $$list; do \ 413: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 414: done | \ 415: $(AWK) ' { files[$$0] = 1; } \ 416: END { for (i in files) print i; }'`; \ 417: test -z "$(CTAGS_ARGS)$$tags$$unique" \ 418: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 419: $$tags $$unique 420: 421: GTAGS: 422: here=`$(am__cd) $(top_builddir) && pwd` \ 423: && cd $(top_srcdir) \ 424: && gtags -i $(GTAGS_ARGS) $$here 425: 426: distclean-tags: 427: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 428: 429: distdir: $(DISTFILES) 1.1.1.4 ! root 430: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ ! 431: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ ! 432: list='$(DISTFILES)'; \ ! 433: dist_files=`for file in $$list; do echo $$file; done | \ ! 434: sed -e "s|^$$srcdirstrip/||;t" \ ! 435: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ ! 436: case $$dist_files in \ ! 437: */*) $(MKDIR_P) `echo "$$dist_files" | \ ! 438: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ ! 439: sort -u` ;; \ ! 440: esac; \ ! 441: for file in $$dist_files; do \ 1.1 root 442: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 443: if test -d $$d/$$file; then \ 1.1.1.4 ! root 444: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 1.1 root 445: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 446: cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 447: fi; \ 448: cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 449: else \ 450: test -f $(distdir)/$$file \ 451: || cp -p $$d/$$file $(distdir)/$$file \ 452: || exit 1; \ 453: fi; \ 454: done 455: check-am: all-am 456: check: check-am 457: all-am: Makefile $(LTLIBRARIES) all-local 458: installdirs: 1.1.1.4 ! root 459: for dir in "$(DESTDIR)$(pkglibdir)"; do \ ! 460: test -z "$$dir" || $(MKDIR_P) "$$dir"; \ ! 461: done 1.1 root 462: install: install-am 463: install-exec: install-exec-am 464: install-data: install-data-am 465: uninstall: uninstall-am 466: 467: install-am: all-am 468: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 469: 470: installcheck: installcheck-am 471: install-strip: 472: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 1.1.1.4 ! root 473: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 1.1 root 474: `test -z '$(STRIP)' || \ 475: echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 476: mostlyclean-generic: 477: 478: clean-generic: 479: 480: distclean-generic: 1.1.1.4 ! root 481: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 1.1 root 482: 483: maintainer-clean-generic: 484: @echo "This command is intended for maintainers to use" 485: @echo "it deletes files that may require special tools to rebuild." 486: clean: clean-am 487: 488: clean-am: clean-generic clean-libtool clean-pkglibLTLIBRARIES \ 489: mostlyclean-am 490: 491: distclean: distclean-am 1.1.1.4 ! root 492: -rm -rf ./$(DEPDIR) ! 493: -rm -f Makefile ! 494: distclean-am: clean-am distclean-compile distclean-generic \ ! 495: distclean-tags 1.1 root 496: 497: dvi: dvi-am 498: 499: dvi-am: 500: 1.1.1.4 ! root 501: html: html-am ! 502: 1.1 root 503: info: info-am 504: 505: info-am: 506: 507: install-data-am: 508: 1.1.1.4 ! root 509: install-dvi: install-dvi-am ! 510: 1.1 root 511: install-exec-am: install-pkglibLTLIBRARIES 512: 1.1.1.4 ! root 513: install-html: install-html-am ! 514: 1.1 root 515: install-info: install-info-am 516: 517: install-man: 518: 1.1.1.4 ! root 519: install-pdf: install-pdf-am ! 520: ! 521: install-ps: install-ps-am ! 522: 1.1 root 523: installcheck-am: 524: 525: maintainer-clean: maintainer-clean-am 1.1.1.4 ! root 526: -rm -rf ./$(DEPDIR) ! 527: -rm -f Makefile 1.1 root 528: maintainer-clean-am: distclean-am maintainer-clean-generic 529: 530: mostlyclean: mostlyclean-am 531: 532: mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 533: mostlyclean-libtool 534: 535: pdf: pdf-am 536: 537: pdf-am: 538: 539: ps: ps-am 540: 541: ps-am: 542: 1.1.1.4 ! root 543: uninstall-am: uninstall-pkglibLTLIBRARIES ! 544: ! 545: .MAKE: install-am install-strip 1.1 root 546: 547: .PHONY: CTAGS GTAGS all all-am all-local check check-am clean \ 548: clean-generic clean-libtool clean-pkglibLTLIBRARIES ctags \ 1.1.1.4 ! root 549: distclean distclean-compile distclean-generic \ ! 550: distclean-libtool distclean-tags distdir dvi dvi-am html \ ! 551: html-am info info-am install install-am install-data \ ! 552: install-data-am install-dvi install-dvi-am install-exec \ ! 553: install-exec-am install-html install-html-am install-info \ ! 554: install-info-am install-man install-pdf install-pdf-am \ ! 555: install-pkglibLTLIBRARIES install-ps install-ps-am \ ! 556: install-strip installcheck installcheck-am installdirs \ ! 557: maintainer-clean maintainer-clean-generic mostlyclean \ ! 558: mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ ! 559: pdf pdf-am ps ps-am tags uninstall uninstall-am \ 1.1 root 560: uninstall-pkglibLTLIBRARIES 561: 562: 563: # this automake include file must be included in all directories that 564: # build modules. it updates the modules index that will be installed 565: # along with all of the modules, and also handles some static building 566: # details. this is done with an all-local target: 567: all-local: 568: # 569: # first, all source files in the current directory are searched for 570: # element "new" function declarations. these declarations provide 571: # enough information to determine the published module name, the 572: # libtool module name, and "submodule" name. this information is 573: # appended to a tme-plugins.txt file, which will be installed in 574: # $(pkglibdir). 575: # 576: # the choice of $(top_builddir)/tme/tme-plugins.txt is important. 577: # when debugging, the person doing the debugging is expected to have 578: # the good sense to set LTDL_LIBRARY_PATH to $(top_builddir), so 579: # module.c will correctly use the uninstalled plugins list for all 580: # "tme/" modules. 581: # 582: # this is abuse of the $(top_builddir)/tme directory, yes, since 583: # this directory was originally just for include files and to make 584: # #include <tme/FOO.h> work right when building: 585: @echo updating tme modules list.. 586: @grep TME_ELEMENT_NEW_DECL $(srcdir)/*.c | \ 587: sed -e 's%.*TME_ELEMENT_NEW_DECL(\(.*\)).*%\1%' \ 588: >> $(top_builddir)/tme/tme-plugins.txt 589: @grep TME_ELEMENT_SUB_NEW_DECL $(srcdir)/*.c | \ 590: sed -e 's%.*TME_ELEMENT_SUB_NEW_DECL(\(.*\),\(.*\)).*%\1_\2 \1 \2%' \ 591: >> $(top_builddir)/tme/tme-plugins.txt 592: @grep TME_ELEMENT_X_NEW_DECL $(srcdir)/*.c | \ 593: sed -e 's%.*TME_ELEMENT_X_NEW_DECL(\(.*\),\(.*\),\(.*\)).*%\1\3 \1\2 \3%' \ 594: >> $(top_builddir)/tme/tme-plugins.txt 595: # 596: # next, when building statically, either for debugging purposes or 597: # because we're on a weak platform, we have to use libtool's "preopen" 598: # mechanism. 599: # 600: # this means at least specifying all of the modules that could 601: # potentially be lt_dlopen'ed on any main program's link command line, 602: # using libtool's -dlpreopen option. 603: # 604: # so we append suitable -dlpreopen options for all modules built in 605: # this directory to a file, in this case 606: # $(top_builddir)/tme-preopen.txt. when building statically, 607: # configure.in will then substitute @TME_PREOPEN@ with: 608: # 609: # `cat $(top_builddir)/tme-preopen.txt` 610: # 611: # else it will substitute the empty string. when linking programs, 612: # @TME_PREOPEN@ is then used on the program's link command line. 613: # 614: # additionally, libtool, at least through version 1.5, has a 615: # limitation in that the pseudo-library (the .la file) must be present 616: # even for a preloaded module. if we aren't debugging, everything is 617: # installed, so this is not a problem. 618: # 619: # however, if we are debugging, nothing is installed, so we have to do 620: # something to make sure that the .la files can be found. 621: # 622: # the person doing the debugging is already expected to set 623: # LTDL_LIBRARY_PATH to the top of the build directory, so that 624: # module.c can find the uninstalled tme-plugins.txt file, and libtool 625: # will want to look in this directory for .la files, so we simply copy 626: # all of the .la files into that same directory: 627: @if test "x$(pkglib_LTLIBRARIES)" != x; then \ 628: for module in $(pkglib_LTLIBRARIES); do \ 629: echo $$module ; \ 630: echo -dlpreopen ../$(subdir)/$$module >> $(top_builddir)/tme-preopen.txt ; \ 631: cp $$module $(top_builddir)/tme ; \ 632: done ; \ 633: fi 634: # Tell versions [3.59,3.63) of GNU make to not export all variables. 635: # Otherwise a system limit (for SysV at least) may be exceeded. 636: .NOEXPORT:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.