Annotation of generator/Makefile.in, revision 1.1.1.4

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: 
1.1.1.4 ! root       90: AUTOMAKE_OPTIONS = 1.5
        !            91: 
1.1.1.3   root       92: SUBDIRS = @MY_SUBDIRS@
                     93: DIST_SUBDIRS = @MY_DIST_SUBDIRS@
                     94: subdir = .
1.1       root       95: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
                     96: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
                     97: CONFIG_HEADER = config.h
1.1.1.3   root       98: CONFIG_CLEAN_FILES =
                     99: DIST_SOURCES =
1.1       root      100: 
1.1.1.3   root      101: RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
                    102:        uninstall-info-recursive all-recursive install-data-recursive \
                    103:        install-exec-recursive installdirs-recursive install-recursive \
                    104:        uninstall-recursive check-recursive installcheck-recursive
                    105: DIST_COMMON = README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
                    106:        Makefile.am Makefile.in NEWS TODO aclocal.m4 config.guess \
1.1.1.4 ! root      107:        config.h.in config.sub configure configure.ac depcomp \
1.1.1.3   root      108:        install-sh missing mkinstalldirs
                    109: all: config.h
                    110:        $(MAKE) $(AM_MAKEFLAGS) all-recursive
1.1       root      111: 
                    112: .SUFFIXES:
1.1.1.4 ! root      113: $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
1.1.1.3   root      114:        cd $(top_srcdir) && \
                    115:          $(AUTOMAKE) --gnu  Makefile
                    116: Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
                    117:        cd $(top_builddir) && \
                    118:          CONFIG_HEADERS= CONFIG_LINKS= \
                    119:          CONFIG_FILES=$@ $(SHELL) ./config.status
1.1       root      120: 
1.1.1.3   root      121: $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1.1       root      122:        $(SHELL) ./config.status --recheck
1.1.1.4 ! root      123: $(srcdir)/configure:  $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
1.1       root      124:        cd $(srcdir) && $(AUTOCONF)
                    125: 
1.1.1.4 ! root      126: $(ACLOCAL_M4):  configure.ac 
1.1.1.3   root      127:        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
1.1       root      128: config.h: stamp-h
                    129:        @if test ! -f $@; then \
                    130:                rm -f stamp-h; \
                    131:                $(MAKE) stamp-h; \
                    132:        else :; fi
                    133: stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
1.1.1.3   root      134:        @rm -f stamp-h stamp-hT
                    135:        @echo timestamp > stamp-hT 2> /dev/null
1.1       root      136:        cd $(top_builddir) \
                    137:          && CONFIG_FILES= CONFIG_HEADERS=config.h \
                    138:             $(SHELL) ./config.status
1.1.1.3   root      139:        @mv stamp-hT stamp-h
                    140: $(srcdir)/config.h.in:  $(srcdir)/./stamp-h.in
1.1       root      141:        @if test ! -f $@; then \
1.1.1.3   root      142:                rm -f $(srcdir)/./stamp-h.in; \
                    143:                $(MAKE) $(srcdir)/./stamp-h.in; \
1.1       root      144:        else :; fi
1.1.1.4 ! root      145: $(srcdir)/./stamp-h.in: $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
1.1.1.3   root      146:        @rm -f $(srcdir)/./stamp-h.in $(srcdir)/./stamp-h.inT
                    147:        @echo timestamp > $(srcdir)/./stamp-h.inT 2> /dev/null
1.1       root      148:        cd $(top_srcdir) && $(AUTOHEADER)
1.1.1.3   root      149:        @mv $(srcdir)/./stamp-h.inT $(srcdir)/./stamp-h.in
1.1       root      150: 
                    151: distclean-hdr:
                    152:        -rm -f config.h
1.1.1.3   root      153: uninstall-info-am:
1.1       root      154: 
                    155: # This directory's subdirectories are mostly independent; you can cd
                    156: # into them and run `make' without going through this Makefile.
                    157: # To change the values of `make' variables: instead of editing Makefiles,
                    158: # (1) if the variable is set in `config.status', edit `config.status'
                    159: #     (which will cause the Makefiles to be regenerated when you run `make');
                    160: # (2) otherwise, pass the desired values on the `make' command line.
1.1.1.3   root      161: $(RECURSIVE_TARGETS):
1.1       root      162:        @set fnord $(MAKEFLAGS); amf=$$2; \
                    163:        dot_seen=no; \
                    164:        target=`echo $@ | sed s/-recursive//`; \
                    165:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    166:          echo "Making $$target in $$subdir"; \
                    167:          if test "$$subdir" = "."; then \
                    168:            dot_seen=yes; \
                    169:            local_target="$$target-am"; \
                    170:          else \
                    171:            local_target="$$target"; \
                    172:          fi; \
                    173:          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
                    174:           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
                    175:        done; \
                    176:        if test "$$dot_seen" = "no"; then \
                    177:          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
                    178:        fi; test -z "$$fail"
                    179: 
                    180: mostlyclean-recursive clean-recursive distclean-recursive \
                    181: maintainer-clean-recursive:
                    182:        @set fnord $(MAKEFLAGS); amf=$$2; \
                    183:        dot_seen=no; \
1.1.1.3   root      184:        case "$@" in \
                    185:          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
                    186:          *) list='$(SUBDIRS)' ;; \
                    187:        esac; \
                    188:        rev=''; for subdir in $$list; do \
                    189:          if test "$$subdir" = "."; then :; else \
                    190:            rev="$$subdir $$rev"; \
                    191:          fi; \
1.1       root      192:        done; \
1.1.1.3   root      193:        rev="$$rev ."; \
1.1       root      194:        target=`echo $@ | sed s/-recursive//`; \
                    195:        for subdir in $$rev; do \
                    196:          echo "Making $$target in $$subdir"; \
                    197:          if test "$$subdir" = "."; then \
                    198:            local_target="$$target-am"; \
                    199:          else \
                    200:            local_target="$$target"; \
                    201:          fi; \
                    202:          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
                    203:           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
                    204:        done && test -z "$$fail"
                    205: tags-recursive:
                    206:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    207:          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
                    208:        done
                    209: 
                    210: tags: TAGS
                    211: 
1.1.1.3   root      212: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
                    213:        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
                    214:        unique=`for i in $$list; do \
                    215:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    216:          done | \
                    217:          $(AWK) '    { files[$$0] = 1; } \
1.1       root      218:               END { for (i in files) print i; }'`; \
1.1.1.3   root      219:        mkid -fID $$unique $(LISP)
1.1       root      220: 
1.1.1.3   root      221: TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
                    222:                $(TAGS_FILES) $(LISP)
1.1       root      223:        tags=; \
                    224:        here=`pwd`; \
                    225:        list='$(SUBDIRS)'; for subdir in $$list; do \
1.1.1.3   root      226:          if test "$$subdir" = .; then :; else \
1.1       root      227:            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
1.1.1.3   root      228:          fi; \
1.1       root      229:        done; \
1.1.1.3   root      230:        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
                    231:        unique=`for i in $$list; do \
                    232:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    233:          done | \
                    234:          $(AWK) '    { files[$$0] = 1; } \
1.1       root      235:               END { for (i in files) print i; }'`; \
                    236:        test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
1.1.1.3   root      237:          || etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP)
1.1       root      238: 
1.1.1.3   root      239: GTAGS:
                    240:        here=`CDPATH=: && cd $(top_builddir) && pwd` \
                    241:          && cd $(top_srcdir) \
                    242:          && gtags -i $(GTAGS_ARGS) $$here
1.1       root      243: 
                    244: distclean-tags:
1.1.1.3   root      245:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
1.1       root      246: 
1.1.1.3   root      247: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1.1       root      248: 
1.1.1.3   root      249: top_distdir = .
                    250: # Avoid unsightly `./'.
1.1       root      251: distdir = $(PACKAGE)-$(VERSION)
                    252: 
1.1.1.3   root      253: GZIP_ENV = --best
                    254: 
1.1       root      255: distdir: $(DISTFILES)
1.1.1.3   root      256:        -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
1.1       root      257:        mkdir $(distdir)
1.1.1.3   root      258:        $(mkinstalldirs) $(distdir)/raze
1.1       root      259:        @for file in $(DISTFILES); do \
1.1.1.3   root      260:          if test -f $$file; then d=.; else d=$(srcdir); fi; \
                    261:          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
                    262:          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
                    263:            $(mkinstalldirs) "$(distdir)/$$dir"; \
                    264:          fi; \
1.1       root      265:          if test -d $$d/$$file; then \
1.1.1.3   root      266:            cp -pR $$d/$$file $(distdir) \
                    267:            || exit 1; \
1.1       root      268:          else \
                    269:            test -f $(distdir)/$$file \
1.1.1.3   root      270:            || cp -p $$d/$$file $(distdir)/$$file \
                    271:            || exit 1; \
1.1       root      272:          fi; \
                    273:        done
1.1.1.3   root      274:        for subdir in $(DIST_SUBDIRS); do \
1.1       root      275:          if test "$$subdir" = .; then :; else \
                    276:            test -d $(distdir)/$$subdir \
                    277:            || mkdir $(distdir)/$$subdir \
                    278:            || exit 1; \
1.1.1.3   root      279:            (cd $$subdir && \
                    280:              $(MAKE) $(AM_MAKEFLAGS) \
                    281:                top_distdir="$(top_distdir)" \
                    282:                distdir=../$(distdir)/$$subdir \
                    283:                distdir) \
1.1       root      284:              || exit 1; \
                    285:          fi; \
                    286:        done
1.1.1.3   root      287:        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
                    288:          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
                    289:          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
                    290:          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
                    291:        || chmod -R a+r $(distdir)
                    292: dist: distdir
                    293:        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
                    294:        -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
                    295: 
                    296: # This target untars the dist file and tries a VPATH configuration.  Then
                    297: # it guarantees that the distribution is self-contained by making another
                    298: # tarfile.
                    299: distcheck: dist
                    300:        -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
                    301:        GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
                    302:        chmod -R a-w $(distdir); chmod a+w $(distdir)
                    303:        mkdir $(distdir)/=build
                    304:        mkdir $(distdir)/=inst
                    305:        chmod a-w $(distdir)
                    306:        dc_install_base=`CDPATH=: && cd $(distdir)/=inst && pwd` \
                    307:          && cd $(distdir)/=build \
                    308:          && ../configure --srcdir=.. --prefix=$$dc_install_base \
                    309:          && $(MAKE) $(AM_MAKEFLAGS) \
                    310:          && $(MAKE) $(AM_MAKEFLAGS) dvi \
                    311:          && $(MAKE) $(AM_MAKEFLAGS) check \
                    312:          && $(MAKE) $(AM_MAKEFLAGS) install \
                    313:          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
                    314:          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
                    315:          && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
                    316:             || (echo "Error: files left after uninstall" 1>&2; \
                    317:                 exit 1) ) \
                    318:          && $(MAKE) $(AM_MAKEFLAGS) dist \
                    319:          && $(MAKE) $(AM_MAKEFLAGS) distclean \
                    320:          && rm -f $(distdir).tar.gz \
                    321:          && (test `find . -type f -print | wc -l` -eq 0 \
                    322:             || (echo "Error: files left after distclean" 1>&2; \
                    323:                 exit 1) )
                    324:        -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
                    325:        @echo "$(distdir).tar.gz is ready for distribution" | \
                    326:          sed 'h;s/./=/g;p;x;p;x'
1.1       root      327: check-am: all-am
                    328: check: check-recursive
1.1.1.3   root      329: all-am: Makefile config.h
                    330: installdirs: installdirs-recursive
                    331: installdirs-am:
1.1       root      332: 
1.1.1.3   root      333: install: install-recursive
1.1       root      334: install-exec: install-exec-recursive
                    335: install-data: install-data-recursive
1.1.1.3   root      336: uninstall: uninstall-recursive
1.1       root      337: 
                    338: install-am: all-am
                    339:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    340: 
1.1.1.3   root      341: installcheck: installcheck-recursive
                    342: install-strip:
                    343:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    344:          `test -z '$(STRIP)' || \
                    345:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1.1       root      346: mostlyclean-generic:
                    347: 
                    348: clean-generic:
                    349: 
                    350: distclean-generic:
1.1.1.3   root      351:        -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
1.1       root      352: 
                    353: maintainer-clean-generic:
1.1.1.3   root      354:        @echo "This command is intended for maintainers to use"
                    355:        @echo "it deletes files that may require special tools to rebuild."
                    356: clean: clean-recursive
1.1       root      357: 
1.1.1.3   root      358: clean-am: clean-generic mostlyclean-am
1.1       root      359: 
1.1.1.3   root      360: dist-all: distdir
                    361:        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
                    362:        -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
                    363: distclean: distclean-recursive
                    364:        -rm -f config.status config.cache config.log
                    365: distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
1.1       root      366: 
1.1.1.3   root      367: dvi: dvi-recursive
1.1       root      368: 
1.1.1.3   root      369: dvi-am:
1.1       root      370: 
1.1.1.3   root      371: info: info-recursive
1.1       root      372: 
1.1.1.3   root      373: info-am:
                    374: 
                    375: install-data-am:
                    376: 
                    377: install-exec-am:
                    378: 
                    379: install-info: install-info-recursive
                    380: 
                    381: install-man:
                    382: 
                    383: installcheck-am:
1.1       root      384: 
                    385: maintainer-clean: maintainer-clean-recursive
                    386: 
1.1.1.3   root      387: maintainer-clean-am: distclean-am maintainer-clean-generic
                    388: 
                    389: mostlyclean: mostlyclean-recursive
                    390: 
                    391: mostlyclean-am: mostlyclean-generic
                    392: 
                    393: uninstall-am: uninstall-info-am
                    394: 
                    395: uninstall-info: uninstall-info-recursive
1.1       root      396: 
1.1.1.3   root      397: .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
                    398:        clean-generic clean-recursive dist dist-all distcheck distclean \
                    399:        distclean-generic distclean-hdr distclean-recursive \
                    400:        distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
                    401:        info-recursive install install-am install-data install-data-am \
                    402:        install-data-recursive install-exec install-exec-am \
                    403:        install-exec-recursive install-info install-info-am \
                    404:        install-info-recursive install-man install-recursive \
                    405:        install-strip installcheck installcheck-am installdirs \
                    406:        installdirs-am installdirs-recursive maintainer-clean \
                    407:        maintainer-clean-generic maintainer-clean-recursive mostlyclean \
                    408:        mostlyclean-generic mostlyclean-recursive tags tags-recursive \
                    409:        uninstall uninstall-am uninstall-info-am \
                    410:        uninstall-info-recursive uninstall-recursive
1.1       root      411: 
                    412: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    413: # Otherwise a system limit (for SysV at least) may be exceeded.
                    414: .NOEXPORT:

unix.superglobalmegacorp.com

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