Annotation of parser3/src/classes/gd/Makefile.in, revision 1.8

1.1       paf         1: # Makefile.in generated automatically by automake 1.4 from Makefile.am
                      2: 
                      3: # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
                      4: # This Makefile.in is free software; the Free Software Foundation
                      5: # gives unlimited permission to copy and/or distribute it,
                      6: # with or without modifications, as long as this notice is preserved.
                      7: 
                      8: # This program is distributed in the hope that it will be useful,
                      9: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
                     10: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
                     11: # PARTICULAR PURPOSE.
                     12: 
                     13: 
                     14: SHELL = @SHELL@
                     15: 
                     16: srcdir = @srcdir@
                     17: top_srcdir = @top_srcdir@
                     18: VPATH = @srcdir@
                     19: prefix = @prefix@
                     20: exec_prefix = @exec_prefix@
                     21: 
                     22: bindir = @bindir@
                     23: sbindir = @sbindir@
                     24: libexecdir = @libexecdir@
                     25: datadir = @datadir@
                     26: sysconfdir = @sysconfdir@
                     27: sharedstatedir = @sharedstatedir@
                     28: localstatedir = @localstatedir@
                     29: libdir = @libdir@
                     30: infodir = @infodir@
                     31: mandir = @mandir@
                     32: includedir = @includedir@
                     33: oldincludedir = /usr/include
                     34: 
                     35: DESTDIR =
                     36: 
                     37: pkgdatadir = $(datadir)/@PACKAGE@
                     38: pkglibdir = $(libdir)/@PACKAGE@
                     39: pkgincludedir = $(includedir)/@PACKAGE@
                     40: 
                     41: top_builddir = ../..
                     42: 
                     43: ACLOCAL = @ACLOCAL@
                     44: AUTOCONF = @AUTOCONF@
                     45: AUTOMAKE = @AUTOMAKE@
                     46: AUTOHEADER = @AUTOHEADER@
                     47: 
                     48: INSTALL = @INSTALL@
                     49: INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
                     50: INSTALL_DATA = @INSTALL_DATA@
                     51: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                     52: transform = @program_transform_name@
                     53: 
                     54: NORMAL_INSTALL = :
                     55: PRE_INSTALL = :
                     56: POST_INSTALL = :
                     57: NORMAL_UNINSTALL = :
                     58: PRE_UNINSTALL = :
                     59: POST_UNINSTALL = :
                     60: host_alias = @host_alias@
                     61: host_triplet = @host@
                     62: AS = @AS@
                     63: AWK = @AWK@
                     64: CC = @CC@
                     65: CXX = @CXX@
                     66: DLLTOOL = @DLLTOOL@
                     67: INCLTDL = @INCLTDL@
                     68: LIBADD_DL = @LIBADD_DL@
                     69: LIBLTDL = @LIBLTDL@
                     70: LIBTOOL = @LIBTOOL@
                     71: LIBTOOL_DEPS = @LIBTOOL_DEPS@
                     72: LN_S = @LN_S@
                     73: MAKEINFO = @MAKEINFO@
                     74: OBJDUMP = @OBJDUMP@
                     75: PACKAGE = @PACKAGE@
                     76: RANLIB = @RANLIB@
                     77: VERSION = @VERSION@
                     78: YACC = @YACC@
                     79: host_os = @host_os@
1.3       parser     80: 
1.1       paf        81: INCLUDES = -I../../include -I../../types
1.3       parser     82: 
1.1       paf        83: noinst_LIBRARIES = libgd.a
                     84: libgd_a_SOURCES = gif.C gifio.C
                     85: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
                     86: CONFIG_HEADER = ../../include/pa_config_auto.h
                     87: CONFIG_CLEAN_FILES = 
                     88: LIBRARIES =  $(noinst_LIBRARIES)
                     89: 
                     90: 
                     91: DEFS = @DEFS@ -I. -I$(srcdir) -I../../include
                     92: CPPFLAGS = @CPPFLAGS@
                     93: LDFLAGS = @LDFLAGS@
                     94: LIBS = @LIBS@
                     95: libgd_a_LIBADD = 
                     96: libgd_a_OBJECTS =  gif.o gifio.o
                     97: AR = ar
                     98: CXXFLAGS = @CXXFLAGS@
                     99: CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
                    100: LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
                    101: CXXLD = $(CXX)
                    102: CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
                    103: DIST_COMMON =  Makefile.am Makefile.in
                    104: 
                    105: 
                    106: DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
                    107: 
1.8     ! parser    108: TAR = tar
1.1       paf       109: GZIP_ENV = --best
                    110: DEP_FILES =  .deps/gif.P .deps/gifio.P
                    111: SOURCES = $(libgd_a_SOURCES)
                    112: OBJECTS = $(libgd_a_OBJECTS)
                    113: 
                    114: all: all-redirect
                    115: .SUFFIXES:
                    116: .SUFFIXES: .C .S .c .lo .o .s
                    117: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
                    118:        cd $(top_srcdir) && $(AUTOMAKE) --gnu classes/gd/Makefile
                    119: 
                    120: Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
                    121:        cd $(top_builddir) \
                    122:          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
                    123: 
                    124: 
                    125: mostlyclean-noinstLIBRARIES:
                    126: 
                    127: clean-noinstLIBRARIES:
                    128:        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
                    129: 
                    130: distclean-noinstLIBRARIES:
                    131: 
                    132: maintainer-clean-noinstLIBRARIES:
                    133: 
                    134: .s.o:
                    135:        $(COMPILE) -c $<
                    136: 
                    137: .S.o:
                    138:        $(COMPILE) -c $<
                    139: 
                    140: mostlyclean-compile:
                    141:        -rm -f *.o core *.core
                    142: 
                    143: clean-compile:
                    144: 
                    145: distclean-compile:
                    146:        -rm -f *.tab.c
                    147: 
                    148: maintainer-clean-compile:
                    149: 
                    150: .s.lo:
                    151:        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
                    152: 
                    153: .S.lo:
                    154:        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
                    155: 
                    156: mostlyclean-libtool:
                    157:        -rm -f *.lo
                    158: 
                    159: clean-libtool:
                    160:        -rm -rf .libs _libs
                    161: 
                    162: distclean-libtool:
                    163: 
                    164: maintainer-clean-libtool:
                    165: 
                    166: libgd.a: $(libgd_a_OBJECTS) $(libgd_a_DEPENDENCIES)
                    167:        -rm -f libgd.a
                    168:        $(AR) cru libgd.a $(libgd_a_OBJECTS) $(libgd_a_LIBADD)
                    169:        $(RANLIB) libgd.a
                    170: .C.o:
                    171:        $(CXXCOMPILE) -c $<
                    172: .C.lo:
                    173:        $(LTCXXCOMPILE) -c $<
                    174: 
                    175: tags: TAGS
                    176: 
                    177: ID: $(HEADERS) $(SOURCES) $(LISP)
                    178:        list='$(SOURCES) $(HEADERS)'; \
                    179:        unique=`for i in $$list; do echo $$i; done | \
                    180:          awk '    { files[$$0] = 1; } \
                    181:               END { for (i in files) print i; }'`; \
                    182:        here=`pwd` && cd $(srcdir) \
                    183:          && mkid -f$$here/ID $$unique $(LISP)
                    184: 
                    185: TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
                    186:        tags=; \
                    187:        here=`pwd`; \
                    188:        list='$(SOURCES) $(HEADERS)'; \
                    189:        unique=`for i in $$list; do echo $$i; done | \
                    190:          awk '    { files[$$0] = 1; } \
                    191:               END { for (i in files) print i; }'`; \
                    192:        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
                    193:          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
                    194: 
                    195: mostlyclean-tags:
                    196: 
                    197: clean-tags:
                    198: 
                    199: distclean-tags:
                    200:        -rm -f TAGS ID
                    201: 
                    202: maintainer-clean-tags:
                    203: 
                    204: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
                    205: 
                    206: subdir = classes/gd
                    207: 
                    208: distdir: $(DISTFILES)
                    209:        here=`cd $(top_builddir) && pwd`; \
                    210:        top_distdir=`cd $(top_distdir) && pwd`; \
                    211:        distdir=`cd $(distdir) && pwd`; \
                    212:        cd $(top_srcdir) \
                    213:          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu classes/gd/Makefile
                    214:        @for file in $(DISTFILES); do \
                    215:          d=$(srcdir); \
                    216:          if test -d $$d/$$file; then \
1.8     ! parser    217:            cp -pr $$/$$file $(distdir)/$$file; \
1.1       paf       218:          else \
                    219:            test -f $(distdir)/$$file \
                    220:            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
                    221:            || cp -p $$d/$$file $(distdir)/$$file || :; \
                    222:          fi; \
                    223:        done
                    224: 
                    225: DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
                    226: 
                    227: -include $(DEP_FILES)
                    228: 
                    229: mostlyclean-depend:
                    230: 
                    231: clean-depend:
                    232: 
                    233: distclean-depend:
                    234:        -rm -rf .deps
                    235: 
                    236: maintainer-clean-depend:
                    237: 
                    238: %.o: %.c
                    239:        @echo '$(COMPILE) -c $<'; \
                    240:        $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
                    241:        @-cp .deps/$(*F).pp .deps/$(*F).P; \
                    242:        tr ' ' '\012' < .deps/$(*F).pp \
                    243:          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
                    244:            >> .deps/$(*F).P; \
                    245:        rm .deps/$(*F).pp
                    246: 
                    247: %.lo: %.c
                    248:        @echo '$(LTCOMPILE) -c $<'; \
                    249:        $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
                    250:        @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
                    251:          < .deps/$(*F).pp > .deps/$(*F).P; \
                    252:        tr ' ' '\012' < .deps/$(*F).pp \
                    253:          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
                    254:            >> .deps/$(*F).P; \
                    255:        rm -f .deps/$(*F).pp
                    256: 
                    257: %.o: %.C
                    258:        @echo '$(CXXCOMPILE) -c $<'; \
                    259:        $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
                    260:        @-cp .deps/$(*F).pp .deps/$(*F).P; \
                    261:        tr ' ' '\012' < .deps/$(*F).pp \
                    262:          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
                    263:            >> .deps/$(*F).P; \
                    264:        rm .deps/$(*F).pp
                    265: 
                    266: %.lo: %.C
                    267:        @echo '$(LTCXXCOMPILE) -c $<'; \
                    268:        $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
                    269:        @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
                    270:          < .deps/$(*F).pp > .deps/$(*F).P; \
                    271:        tr ' ' '\012' < .deps/$(*F).pp \
                    272:          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
                    273:            >> .deps/$(*F).P; \
                    274:        rm -f .deps/$(*F).pp
                    275: info-am:
                    276: info: info-am
                    277: dvi-am:
                    278: dvi: dvi-am
                    279: check-am: all-am
                    280: check: check-am
                    281: installcheck-am:
                    282: installcheck: installcheck-am
                    283: install-exec-am:
                    284: install-exec: install-exec-am
                    285: 
                    286: install-data-am:
                    287: install-data: install-data-am
                    288: 
                    289: install-am: all-am
                    290:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    291: install: install-am
                    292: uninstall-am:
                    293: uninstall: uninstall-am
                    294: all-am: Makefile $(LIBRARIES)
                    295: all-redirect: all-am
                    296: install-strip:
                    297:        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
                    298: installdirs:
                    299: 
                    300: 
                    301: mostlyclean-generic:
                    302: 
                    303: clean-generic:
                    304: 
                    305: distclean-generic:
                    306:        -rm -f Makefile $(CONFIG_CLEAN_FILES)
                    307:        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
                    308: 
                    309: maintainer-clean-generic:
                    310: mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
                    311:                mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
                    312:                mostlyclean-generic
                    313: 
                    314: mostlyclean: mostlyclean-am
                    315: 
                    316: clean-am:  clean-noinstLIBRARIES clean-compile clean-libtool clean-tags \
                    317:                clean-depend clean-generic mostlyclean-am
                    318: 
                    319: clean: clean-am
                    320: 
                    321: distclean-am:  distclean-noinstLIBRARIES distclean-compile \
                    322:                distclean-libtool distclean-tags distclean-depend \
                    323:                distclean-generic clean-am
                    324:        -rm -f libtool
                    325: 
                    326: distclean: distclean-am
                    327: 
                    328: maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
                    329:                maintainer-clean-compile maintainer-clean-libtool \
                    330:                maintainer-clean-tags maintainer-clean-depend \
                    331:                maintainer-clean-generic distclean-am
                    332:        @echo "This command is intended for maintainers to use;"
                    333:        @echo "it deletes files that may require special tools to rebuild."
                    334: 
                    335: maintainer-clean: maintainer-clean-am
                    336: 
                    337: .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
                    338: clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
                    339: mostlyclean-compile distclean-compile clean-compile \
                    340: maintainer-clean-compile mostlyclean-libtool distclean-libtool \
                    341: clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
                    342: distclean-tags clean-tags maintainer-clean-tags distdir \
                    343: mostlyclean-depend distclean-depend clean-depend \
                    344: maintainer-clean-depend info-am info dvi-am dvi check check-am \
                    345: installcheck-am installcheck install-exec-am install-exec \
                    346: install-data-am install-data install-am install uninstall-am uninstall \
                    347: all-redirect all-am all installdirs mostlyclean-generic \
                    348: distclean-generic clean-generic maintainer-clean-generic clean \
                    349: mostlyclean distclean maintainer-clean
                    350: 
                    351: 
                    352: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    353: # Otherwise a system limit (for SysV at least) may be exceeded.
                    354: .NOEXPORT:

E-mail: