Annotation of generator/Makefile.in, revision 1.1.1.3

1.1.1.3 ! root        1: # Makefile.in generated automatically by automake 1.5 from Makefile.am.
1.1       root        2: 
1.1.1.3 ! root        3: # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
        !             4: # Free Software Foundation, Inc.
1.1       root        5: # This Makefile.in is free software; the Free Software Foundation
                      6: # gives unlimited permission to copy and/or distribute it,
                      7: # with or without modifications, as long as this notice is preserved.
                      8: 
                      9: # This program is distributed in the hope that it will be useful,
                     10: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
                     11: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
                     12: # PARTICULAR PURPOSE.
                     13: 
1.1.1.3 ! root       14: @SET_MAKE@
1.1       root       15: 
                     16: SHELL = @SHELL@
                     17: 
                     18: srcdir = @srcdir@
                     19: top_srcdir = @top_srcdir@
                     20: VPATH = @srcdir@
                     21: prefix = @prefix@
                     22: exec_prefix = @exec_prefix@
                     23: 
                     24: bindir = @bindir@
                     25: sbindir = @sbindir@
                     26: libexecdir = @libexecdir@
                     27: datadir = @datadir@
                     28: sysconfdir = @sysconfdir@
                     29: sharedstatedir = @sharedstatedir@
                     30: localstatedir = @localstatedir@
                     31: libdir = @libdir@
                     32: infodir = @infodir@
                     33: mandir = @mandir@
                     34: includedir = @includedir@
                     35: oldincludedir = /usr/include
                     36: pkgdatadir = $(datadir)/@PACKAGE@
                     37: pkglibdir = $(libdir)/@PACKAGE@
                     38: pkgincludedir = $(includedir)/@PACKAGE@
                     39: top_builddir = .
                     40: 
                     41: ACLOCAL = @ACLOCAL@
                     42: AUTOCONF = @AUTOCONF@
                     43: AUTOMAKE = @AUTOMAKE@
                     44: AUTOHEADER = @AUTOHEADER@
                     45: 
                     46: INSTALL = @INSTALL@
1.1.1.3 ! root       47: INSTALL_PROGRAM = @INSTALL_PROGRAM@
1.1       root       48: INSTALL_DATA = @INSTALL_DATA@
                     49: INSTALL_SCRIPT = @INSTALL_SCRIPT@
1.1.1.3 ! root       50: INSTALL_HEADER = $(INSTALL_DATA)
1.1       root       51: transform = @program_transform_name@
                     52: NORMAL_INSTALL = :
                     53: PRE_INSTALL = :
                     54: POST_INSTALL = :
                     55: NORMAL_UNINSTALL = :
                     56: PRE_UNINSTALL = :
                     57: POST_UNINSTALL = :
                     58: build_alias = @build_alias@
                     59: build_triplet = @build@
                     60: host_alias = @host_alias@
                     61: host_triplet = @host@
                     62: target_alias = @target_alias@
                     63: target_triplet = @target@
1.1.1.3 ! root       64: AMTAR = @AMTAR@
        !            65: ASMOUTPUT = @ASMOUTPUT@
        !            66: AWK = @AWK@
1.1       root       67: CC = @CC@
1.1.1.3 ! root       68: DEPDIR = @DEPDIR@
        !            69: EXEEXT = @EXEEXT@
        !            70: GTK_CFLAGS = @GTK_CFLAGS@
        !            71: GTK_CONFIG = @GTK_CONFIG@
        !            72: GTK_LIBS = @GTK_LIBS@
        !            73: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
        !            74: MY_DIST_SUBDIRS = @MY_DIST_SUBDIRS@
        !            75: MY_LIBS = @MY_LIBS@
        !            76: MY_SUBDIRS = @MY_SUBDIRS@
        !            77: OBJEXT = @OBJEXT@
1.1       root       78: PACKAGE = @PACKAGE@
                     79: PROGRAM = @PROGRAM@
                     80: RANLIB = @RANLIB@
1.1.1.3 ! root       81: SDL_CFLAGS = @SDL_CFLAGS@
        !            82: SDL_CONFIG = @SDL_CONFIG@
        !            83: SDL_LIBS = @SDL_LIBS@
        !            84: UNDERSCORE = @UNDERSCORE@
1.1       root       85: VERSION = @VERSION@
1.1.1.3 ! root       86: am__include = @am__include@
        !            87: am__quote = @am__quote@
        !            88: install_sh = @install_sh@
        !            89: 
        !            90: SUBDIRS = @MY_SUBDIRS@
        !            91: DIST_SUBDIRS = @MY_DIST_SUBDIRS@
        !            92: subdir = .
1.1       root       93: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
                     94: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
                     95: CONFIG_HEADER = config.h
1.1.1.3 ! root       96: CONFIG_CLEAN_FILES =
        !            97: DIST_SOURCES =
1.1       root       98: 
1.1.1.3 ! root       99: RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
        !           100:        uninstall-info-recursive all-recursive install-data-recursive \
        !           101:        install-exec-recursive installdirs-recursive install-recursive \
        !           102:        uninstall-recursive check-recursive installcheck-recursive
        !           103: DIST_COMMON = README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
        !           104:        Makefile.am Makefile.in NEWS TODO aclocal.m4 config.guess \
        !           105:        config.h.in config.sub configure configure.in depcomp \
        !           106:        install-sh missing mkinstalldirs
        !           107: all: config.h
        !           108:        $(MAKE) $(AM_MAKEFLAGS) all-recursive
1.1       root      109: 
                    110: .SUFFIXES:
1.1.1.3 ! root      111: $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
        !           112:        cd $(top_srcdir) && \
        !           113:          $(AUTOMAKE) --gnu  Makefile
        !           114: Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
        !           115:        cd $(top_builddir) && \
        !           116:          CONFIG_HEADERS= CONFIG_LINKS= \
        !           117:          CONFIG_FILES=$@ $(SHELL) ./config.status
1.1       root      118: 
1.1.1.3 ! root      119: $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1.1       root      120:        $(SHELL) ./config.status --recheck
1.1.1.3 ! root      121: $(srcdir)/configure:  $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
1.1       root      122:        cd $(srcdir) && $(AUTOCONF)
                    123: 
1.1.1.3 ! root      124: $(ACLOCAL_M4):  configure.in 
        !           125:        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
1.1       root      126: config.h: stamp-h
                    127:        @if test ! -f $@; then \
                    128:                rm -f stamp-h; \
                    129:                $(MAKE) stamp-h; \
                    130:        else :; fi
                    131: stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
1.1.1.3 ! root      132:        @rm -f stamp-h stamp-hT
        !           133:        @echo timestamp > stamp-hT 2> /dev/null
1.1       root      134:        cd $(top_builddir) \
                    135:          && CONFIG_FILES= CONFIG_HEADERS=config.h \
                    136:             $(SHELL) ./config.status
1.1.1.3 ! root      137:        @mv stamp-hT stamp-h
        !           138: $(srcdir)/config.h.in:  $(srcdir)/./stamp-h.in
1.1       root      139:        @if test ! -f $@; then \
1.1.1.3 ! root      140:                rm -f $(srcdir)/./stamp-h.in; \
        !           141:                $(MAKE) $(srcdir)/./stamp-h.in; \
1.1       root      142:        else :; fi
1.1.1.3 ! root      143: $(srcdir)/./stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) 
        !           144:        @rm -f $(srcdir)/./stamp-h.in $(srcdir)/./stamp-h.inT
        !           145:        @echo timestamp > $(srcdir)/./stamp-h.inT 2> /dev/null
1.1       root      146:        cd $(top_srcdir) && $(AUTOHEADER)
1.1.1.3 ! root      147:        @mv $(srcdir)/./stamp-h.inT $(srcdir)/./stamp-h.in
1.1       root      148: 
                    149: distclean-hdr:
                    150:        -rm -f config.h
1.1.1.3 ! root      151: uninstall-info-am:
1.1       root      152: 
                    153: # This directory's subdirectories are mostly independent; you can cd
                    154: # into them and run `make' without going through this Makefile.
                    155: # To change the values of `make' variables: instead of editing Makefiles,
                    156: # (1) if the variable is set in `config.status', edit `config.status'
                    157: #     (which will cause the Makefiles to be regenerated when you run `make');
                    158: # (2) otherwise, pass the desired values on the `make' command line.
1.1.1.3 ! root      159: $(RECURSIVE_TARGETS):
1.1       root      160:        @set fnord $(MAKEFLAGS); amf=$$2; \
                    161:        dot_seen=no; \
                    162:        target=`echo $@ | sed s/-recursive//`; \
                    163:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    164:          echo "Making $$target in $$subdir"; \
                    165:          if test "$$subdir" = "."; then \
                    166:            dot_seen=yes; \
                    167:            local_target="$$target-am"; \
                    168:          else \
                    169:            local_target="$$target"; \
                    170:          fi; \
                    171:          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
                    172:           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
                    173:        done; \
                    174:        if test "$$dot_seen" = "no"; then \
                    175:          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
                    176:        fi; test -z "$$fail"
                    177: 
                    178: mostlyclean-recursive clean-recursive distclean-recursive \
                    179: maintainer-clean-recursive:
                    180:        @set fnord $(MAKEFLAGS); amf=$$2; \
                    181:        dot_seen=no; \
1.1.1.3 ! root      182:        case "$@" in \
        !           183:          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
        !           184:          *) list='$(SUBDIRS)' ;; \
        !           185:        esac; \
        !           186:        rev=''; for subdir in $$list; do \
        !           187:          if test "$$subdir" = "."; then :; else \
        !           188:            rev="$$subdir $$rev"; \
        !           189:          fi; \
1.1       root      190:        done; \
1.1.1.3 ! root      191:        rev="$$rev ."; \
1.1       root      192:        target=`echo $@ | sed s/-recursive//`; \
                    193:        for subdir in $$rev; do \
                    194:          echo "Making $$target in $$subdir"; \
                    195:          if test "$$subdir" = "."; then \
                    196:            local_target="$$target-am"; \
                    197:          else \
                    198:            local_target="$$target"; \
                    199:          fi; \
                    200:          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
                    201:           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
                    202:        done && test -z "$$fail"
                    203: tags-recursive:
                    204:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    205:          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
                    206:        done
                    207: 
                    208: tags: TAGS
                    209: 
1.1.1.3 ! root      210: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
        !           211:        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
        !           212:        unique=`for i in $$list; do \
        !           213:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
        !           214:          done | \
        !           215:          $(AWK) '    { files[$$0] = 1; } \
1.1       root      216:               END { for (i in files) print i; }'`; \
1.1.1.3 ! root      217:        mkid -fID $$unique $(LISP)
1.1       root      218: 
1.1.1.3 ! root      219: TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
        !           220:                $(TAGS_FILES) $(LISP)
1.1       root      221:        tags=; \
                    222:        here=`pwd`; \
                    223:        list='$(SUBDIRS)'; for subdir in $$list; do \
1.1.1.3 ! root      224:          if test "$$subdir" = .; then :; else \
1.1       root      225:            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
1.1.1.3 ! root      226:          fi; \
1.1       root      227:        done; \
1.1.1.3 ! root      228:        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
        !           229:        unique=`for i in $$list; do \
        !           230:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
        !           231:          done | \
        !           232:          $(AWK) '    { files[$$0] = 1; } \
1.1       root      233:               END { for (i in files) print i; }'`; \
                    234:        test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
1.1.1.3 ! root      235:          || etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP)
1.1       root      236: 
1.1.1.3 ! root      237: GTAGS:
        !           238:        here=`CDPATH=: && cd $(top_builddir) && pwd` \
        !           239:          && cd $(top_srcdir) \
        !           240:          && gtags -i $(GTAGS_ARGS) $$here
1.1       root      241: 
                    242: distclean-tags:
1.1.1.3 ! root      243:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
1.1       root      244: 
1.1.1.3 ! root      245: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1.1       root      246: 
1.1.1.3 ! root      247: top_distdir = .
        !           248: # Avoid unsightly `./'.
1.1       root      249: distdir = $(PACKAGE)-$(VERSION)
                    250: 
1.1.1.3 ! root      251: GZIP_ENV = --best
        !           252: 
1.1       root      253: distdir: $(DISTFILES)
1.1.1.3 ! root      254:        -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
1.1       root      255:        mkdir $(distdir)
1.1.1.3 ! root      256:        $(mkinstalldirs) $(distdir)/raze
1.1       root      257:        @for file in $(DISTFILES); do \
1.1.1.3 ! root      258:          if test -f $$file; then d=.; else d=$(srcdir); fi; \
        !           259:          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
        !           260:          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
        !           261:            $(mkinstalldirs) "$(distdir)/$$dir"; \
        !           262:          fi; \
1.1       root      263:          if test -d $$d/$$file; then \
1.1.1.3 ! root      264:            cp -pR $$d/$$file $(distdir) \
        !           265:            || exit 1; \
1.1       root      266:          else \
                    267:            test -f $(distdir)/$$file \
1.1.1.3 ! root      268:            || cp -p $$d/$$file $(distdir)/$$file \
        !           269:            || exit 1; \
1.1       root      270:          fi; \
                    271:        done
1.1.1.3 ! root      272:        for subdir in $(DIST_SUBDIRS); do \
1.1       root      273:          if test "$$subdir" = .; then :; else \
                    274:            test -d $(distdir)/$$subdir \
                    275:            || mkdir $(distdir)/$$subdir \
                    276:            || exit 1; \
1.1.1.3 ! root      277:            (cd $$subdir && \
        !           278:              $(MAKE) $(AM_MAKEFLAGS) \
        !           279:                top_distdir="$(top_distdir)" \
        !           280:                distdir=../$(distdir)/$$subdir \
        !           281:                distdir) \
1.1       root      282:              || exit 1; \
                    283:          fi; \
                    284:        done
1.1.1.3 ! root      285:        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
        !           286:          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
        !           287:          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
        !           288:          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
        !           289:        || chmod -R a+r $(distdir)
        !           290: dist: distdir
        !           291:        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
        !           292:        -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
        !           293: 
        !           294: # This target untars the dist file and tries a VPATH configuration.  Then
        !           295: # it guarantees that the distribution is self-contained by making another
        !           296: # tarfile.
        !           297: distcheck: dist
        !           298:        -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
        !           299:        GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
        !           300:        chmod -R a-w $(distdir); chmod a+w $(distdir)
        !           301:        mkdir $(distdir)/=build
        !           302:        mkdir $(distdir)/=inst
        !           303:        chmod a-w $(distdir)
        !           304:        dc_install_base=`CDPATH=: && cd $(distdir)/=inst && pwd` \
        !           305:          && cd $(distdir)/=build \
        !           306:          && ../configure --srcdir=.. --prefix=$$dc_install_base \
        !           307:          && $(MAKE) $(AM_MAKEFLAGS) \
        !           308:          && $(MAKE) $(AM_MAKEFLAGS) dvi \
        !           309:          && $(MAKE) $(AM_MAKEFLAGS) check \
        !           310:          && $(MAKE) $(AM_MAKEFLAGS) install \
        !           311:          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
        !           312:          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
        !           313:          && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
        !           314:             || (echo "Error: files left after uninstall" 1>&2; \
        !           315:                 exit 1) ) \
        !           316:          && $(MAKE) $(AM_MAKEFLAGS) dist \
        !           317:          && $(MAKE) $(AM_MAKEFLAGS) distclean \
        !           318:          && rm -f $(distdir).tar.gz \
        !           319:          && (test `find . -type f -print | wc -l` -eq 0 \
        !           320:             || (echo "Error: files left after distclean" 1>&2; \
        !           321:                 exit 1) )
        !           322:        -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
        !           323:        @echo "$(distdir).tar.gz is ready for distribution" | \
        !           324:          sed 'h;s/./=/g;p;x;p;x'
1.1       root      325: check-am: all-am
                    326: check: check-recursive
1.1.1.3 ! root      327: all-am: Makefile config.h
        !           328: installdirs: installdirs-recursive
        !           329: installdirs-am:
1.1       root      330: 
1.1.1.3 ! root      331: install: install-recursive
1.1       root      332: install-exec: install-exec-recursive
                    333: install-data: install-data-recursive
1.1.1.3 ! root      334: uninstall: uninstall-recursive
1.1       root      335: 
                    336: install-am: all-am
                    337:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    338: 
1.1.1.3 ! root      339: installcheck: installcheck-recursive
        !           340: install-strip:
        !           341:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
        !           342:          `test -z '$(STRIP)' || \
        !           343:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1.1       root      344: mostlyclean-generic:
                    345: 
                    346: clean-generic:
                    347: 
                    348: distclean-generic:
1.1.1.3 ! root      349:        -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
1.1       root      350: 
                    351: maintainer-clean-generic:
1.1.1.3 ! root      352:        @echo "This command is intended for maintainers to use"
        !           353:        @echo "it deletes files that may require special tools to rebuild."
        !           354: clean: clean-recursive
1.1       root      355: 
1.1.1.3 ! root      356: clean-am: clean-generic mostlyclean-am
1.1       root      357: 
1.1.1.3 ! root      358: dist-all: distdir
        !           359:        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
        !           360:        -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
        !           361: distclean: distclean-recursive
        !           362:        -rm -f config.status config.cache config.log
        !           363: distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
1.1       root      364: 
1.1.1.3 ! root      365: dvi: dvi-recursive
1.1       root      366: 
1.1.1.3 ! root      367: dvi-am:
1.1       root      368: 
1.1.1.3 ! root      369: info: info-recursive
1.1       root      370: 
1.1.1.3 ! root      371: info-am:
        !           372: 
        !           373: install-data-am:
        !           374: 
        !           375: install-exec-am:
        !           376: 
        !           377: install-info: install-info-recursive
        !           378: 
        !           379: install-man:
        !           380: 
        !           381: installcheck-am:
1.1       root      382: 
                    383: maintainer-clean: maintainer-clean-recursive
                    384: 
1.1.1.3 ! root      385: maintainer-clean-am: distclean-am maintainer-clean-generic
        !           386: 
        !           387: mostlyclean: mostlyclean-recursive
        !           388: 
        !           389: mostlyclean-am: mostlyclean-generic
        !           390: 
        !           391: uninstall-am: uninstall-info-am
        !           392: 
        !           393: uninstall-info: uninstall-info-recursive
1.1       root      394: 
1.1.1.3 ! root      395: .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
        !           396:        clean-generic clean-recursive dist dist-all distcheck distclean \
        !           397:        distclean-generic distclean-hdr distclean-recursive \
        !           398:        distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
        !           399:        info-recursive install install-am install-data install-data-am \
        !           400:        install-data-recursive install-exec install-exec-am \
        !           401:        install-exec-recursive install-info install-info-am \
        !           402:        install-info-recursive install-man install-recursive \
        !           403:        install-strip installcheck installcheck-am installdirs \
        !           404:        installdirs-am installdirs-recursive maintainer-clean \
        !           405:        maintainer-clean-generic maintainer-clean-recursive mostlyclean \
        !           406:        mostlyclean-generic mostlyclean-recursive tags tags-recursive \
        !           407:        uninstall uninstall-am uninstall-info-am \
        !           408:        uninstall-info-recursive uninstall-recursive
1.1       root      409: 
                    410: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    411: # Otherwise a system limit (for SysV at least) may be exceeded.
                    412: .NOEXPORT:

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.