Annotation of parser3/src/targets/cgi/Makefile, revision 1.1
1.1 ! paf 1: # Generated automatically from Makefile.in by configure.
! 2: # Makefile.in generated automatically by automake 1.4 from Makefile.am
! 3:
! 4: # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
! 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:
! 14: # $Id: Makefile.am,v 1.2.2.3 2001/04/16 14:46:58 paf Exp $
! 15:
! 16:
! 17: SHELL = /bin/sh
! 18:
! 19: srcdir = .
! 20: top_srcdir = ../..
! 21: prefix = /usr/local
! 22: exec_prefix = ${prefix}
! 23:
! 24: bindir = ${exec_prefix}/bin
! 25: sbindir = ${exec_prefix}/sbin
! 26: libexecdir = ${exec_prefix}/libexec
! 27: datadir = ${prefix}/share
! 28: sysconfdir = ${prefix}/etc
! 29: sharedstatedir = ${prefix}/com
! 30: localstatedir = ${prefix}/var
! 31: libdir = ${exec_prefix}/lib
! 32: infodir = ${prefix}/info
! 33: mandir = ${prefix}/man
! 34: includedir = ${prefix}/include
! 35: oldincludedir = /usr/include
! 36:
! 37: DESTDIR =
! 38:
! 39: pkgdatadir = $(datadir)/parser
! 40: pkglibdir = $(libdir)/parser
! 41: pkgincludedir = $(includedir)/parser
! 42:
! 43: top_builddir = ../..
! 44:
! 45: ACLOCAL = aclocal
! 46: AUTOCONF = autoconf
! 47: AUTOMAKE = automake
! 48: AUTOHEADER = autoheader
! 49:
! 50: INSTALL = /usr/bin/install -c
! 51: INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS)
! 52: INSTALL_DATA = ${INSTALL} -m 644
! 53: INSTALL_SCRIPT = ${INSTALL_PROGRAM}
! 54: transform = s,x,x,
! 55:
! 56: NORMAL_INSTALL = :
! 57: PRE_INSTALL = :
! 58: POST_INSTALL = :
! 59: NORMAL_UNINSTALL = :
! 60: PRE_UNINSTALL = :
! 61: POST_UNINSTALL = :
! 62: host_alias = i686-pc-cygwin
! 63: host_triplet = i686-pc-cygwin
! 64: AS = @AS@
! 65: AWK = gawk
! 66: CC = gcc
! 67: CXX = c++
! 68: DLLTOOL = @DLLTOOL@
! 69: INCLTDL = -I${top_srcdir}/libltdl
! 70: LIBADD_DL =
! 71: LIBLTDL = ${top_builddir}/libltdl/libltdlc.la
! 72: LIBTOOL = $(SHELL) $(top_builddir)/libtool
! 73: LIBTOOL_DEPS = ./ltconfig ./ltmain.sh
! 74: LN_S = ln -s
! 75: MAKEINFO = makeinfo
! 76: OBJDUMP = @OBJDUMP@
! 77: PACKAGE = parser
! 78: RANLIB = ranlib
! 79: VERSION = 3.0g
! 80: YACC = bison -y
! 81: host_os = cygwin
! 82: mysql =
! 83: INCLUDES = -I../../include -I../../classes -I../../types -I$(INCLTDL) -I../../sql
! 84: bin_PROGRAMS = parser3
! 85: parser3_SOURCES = pa_pool.C parser3.C
! 86: parser_common_libs = ../../main/libmain.a ../../classes/libclasses.a ../../main/libmain.a ../../types/libtypes.a $(LIBLTDL) ../../classes/gd/libgd.a ../../pcre/libpcre.a
! 87: parser_libs = $(parser_common_libs) /lib/libwsock32.a
! 88: parser3_LDADD = $(parser_libs)
! 89: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
! 90: CONFIG_HEADER = ../../include/pa_config_auto.h
! 91: CONFIG_CLEAN_FILES =
! 92: PROGRAMS = $(bin_PROGRAMS)
! 93:
! 94:
! 95: DEFS = -DHAVE_CONFIG_H -I. -I$(srcdir) -I../../include
! 96: CPPFLAGS =
! 97: LDFLAGS =
! 98: LIBS =
! 99: parser3_OBJECTS = pa_pool.o parser3.o
! 100: parser3_DEPENDENCIES = ../../main/libmain.a ../../classes/libclasses.a \
! 101: ../../main/libmain.a ../../types/libtypes.a ../../classes/gd/libgd.a \
! 102: ../../pcre/libpcre.a /lib/libwsock32.a
! 103: parser3_LDFLAGS =
! 104: CXXFLAGS = -g -O2
! 105: CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
! 106: LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
! 107: CXXLD = $(CXX)
! 108: CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
! 109: DIST_COMMON = Makefile.am Makefile.in
! 110:
! 111:
! 112: DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
! 113:
! 114: TAR = tar
! 115: GZIP_ENV = --best
! 116: DEP_FILES = .deps/pa_pool.P .deps/parser3.P
! 117: SOURCES = $(parser3_SOURCES)
! 118: OBJECTS = $(parser3_OBJECTS)
! 119:
! 120: all: all-redirect
! 121: .SUFFIXES:
! 122: .SUFFIXES: .C .S .c .lo .o .s
! 123: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
! 124: cd $(top_srcdir) && $(AUTOMAKE) --gnu targets/cgi/Makefile
! 125:
! 126: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
! 127: cd $(top_builddir) \
! 128: && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
! 129:
! 130:
! 131: mostlyclean-binPROGRAMS:
! 132:
! 133: clean-binPROGRAMS:
! 134: -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
! 135:
! 136: distclean-binPROGRAMS:
! 137:
! 138: maintainer-clean-binPROGRAMS:
! 139:
! 140: install-binPROGRAMS: $(bin_PROGRAMS)
! 141: @$(NORMAL_INSTALL)
! 142: $(mkinstalldirs) $(DESTDIR)$(bindir)
! 143: @list='$(bin_PROGRAMS)'; for p in $$list; do \
! 144: if test -f $$p; then \
! 145: echo " $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
! 146: $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
! 147: else :; fi; \
! 148: done
! 149:
! 150: uninstall-binPROGRAMS:
! 151: @$(NORMAL_UNINSTALL)
! 152: list='$(bin_PROGRAMS)'; for p in $$list; do \
! 153: rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
! 154: done
! 155:
! 156: .s.o:
! 157: $(COMPILE) -c $<
! 158:
! 159: .S.o:
! 160: $(COMPILE) -c $<
! 161:
! 162: mostlyclean-compile:
! 163: -rm -f *.o core *.core
! 164:
! 165: clean-compile:
! 166:
! 167: distclean-compile:
! 168: -rm -f *.tab.c
! 169:
! 170: maintainer-clean-compile:
! 171:
! 172: .s.lo:
! 173: $(LIBTOOL) --mode=compile $(COMPILE) -c $<
! 174:
! 175: .S.lo:
! 176: $(LIBTOOL) --mode=compile $(COMPILE) -c $<
! 177:
! 178: mostlyclean-libtool:
! 179: -rm -f *.lo
! 180:
! 181: clean-libtool:
! 182: -rm -rf .libs _libs
! 183:
! 184: distclean-libtool:
! 185:
! 186: maintainer-clean-libtool:
! 187:
! 188: parser3: $(parser3_OBJECTS) $(parser3_DEPENDENCIES)
! 189: @rm -f parser3
! 190: $(CXXLINK) $(parser3_LDFLAGS) $(parser3_OBJECTS) $(parser3_LDADD) $(LIBS)
! 191: .C.o:
! 192: $(CXXCOMPILE) -c $<
! 193: .C.lo:
! 194: $(LTCXXCOMPILE) -c $<
! 195:
! 196: tags: TAGS
! 197:
! 198: ID: $(HEADERS) $(SOURCES) $(LISP)
! 199: list='$(SOURCES) $(HEADERS)'; \
! 200: unique=`for i in $$list; do echo $$i; done | \
! 201: awk ' { files[$$0] = 1; } \
! 202: END { for (i in files) print i; }'`; \
! 203: here=`pwd` && cd $(srcdir) \
! 204: && mkid -f$$here/ID $$unique $(LISP)
! 205:
! 206: TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
! 207: tags=; \
! 208: here=`pwd`; \
! 209: list='$(SOURCES) $(HEADERS)'; \
! 210: unique=`for i in $$list; do echo $$i; done | \
! 211: awk ' { files[$$0] = 1; } \
! 212: END { for (i in files) print i; }'`; \
! 213: test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
! 214: || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
! 215:
! 216: mostlyclean-tags:
! 217:
! 218: clean-tags:
! 219:
! 220: distclean-tags:
! 221: -rm -f TAGS ID
! 222:
! 223: maintainer-clean-tags:
! 224:
! 225: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
! 226:
! 227: subdir = targets/cgi
! 228:
! 229: distdir: $(DISTFILES)
! 230: here=`cd $(top_builddir) && pwd`; \
! 231: top_distdir=`cd $(top_distdir) && pwd`; \
! 232: distdir=`cd $(distdir) && pwd`; \
! 233: cd $(top_srcdir) \
! 234: && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu targets/cgi/Makefile
! 235: @for file in $(DISTFILES); do \
! 236: d=$(srcdir); \
! 237: if test -d $$d/$$file; then \
! 238: cp -pr $$/$$file $(distdir)/$$file; \
! 239: else \
! 240: test -f $(distdir)/$$file \
! 241: || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
! 242: || cp -p $$d/$$file $(distdir)/$$file || :; \
! 243: fi; \
! 244: done
! 245:
! 246: DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
! 247:
! 248: -include $(DEP_FILES)
! 249:
! 250: mostlyclean-depend:
! 251:
! 252: clean-depend:
! 253:
! 254: distclean-depend:
! 255: -rm -rf .deps
! 256:
! 257: maintainer-clean-depend:
! 258:
! 259: %.o: %.c
! 260: @echo '$(COMPILE) -c $<'; \
! 261: $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
! 262: @-cp .deps/$(*F).pp .deps/$(*F).P; \
! 263: tr ' ' '\012' < .deps/$(*F).pp \
! 264: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
! 265: >> .deps/$(*F).P; \
! 266: rm .deps/$(*F).pp
! 267:
! 268: %.lo: %.c
! 269: @echo '$(LTCOMPILE) -c $<'; \
! 270: $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
! 271: @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
! 272: < .deps/$(*F).pp > .deps/$(*F).P; \
! 273: tr ' ' '\012' < .deps/$(*F).pp \
! 274: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
! 275: >> .deps/$(*F).P; \
! 276: rm -f .deps/$(*F).pp
! 277:
! 278: %.o: %.C
! 279: @echo '$(CXXCOMPILE) -c $<'; \
! 280: $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
! 281: @-cp .deps/$(*F).pp .deps/$(*F).P; \
! 282: tr ' ' '\012' < .deps/$(*F).pp \
! 283: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
! 284: >> .deps/$(*F).P; \
! 285: rm .deps/$(*F).pp
! 286:
! 287: %.lo: %.C
! 288: @echo '$(LTCXXCOMPILE) -c $<'; \
! 289: $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
! 290: @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
! 291: < .deps/$(*F).pp > .deps/$(*F).P; \
! 292: tr ' ' '\012' < .deps/$(*F).pp \
! 293: | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
! 294: >> .deps/$(*F).P; \
! 295: rm -f .deps/$(*F).pp
! 296: info-am:
! 297: info: info-am
! 298: dvi-am:
! 299: dvi: dvi-am
! 300: check-am: all-am
! 301: check: check-am
! 302: installcheck-am:
! 303: installcheck: installcheck-am
! 304: install-exec-am: install-binPROGRAMS
! 305: install-exec: install-exec-am
! 306:
! 307: install-data-am:
! 308: install-data: install-data-am
! 309:
! 310: install-am: all-am
! 311: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
! 312: install: install-am
! 313: uninstall-am: uninstall-binPROGRAMS
! 314: uninstall: uninstall-am
! 315: all-am: Makefile $(PROGRAMS)
! 316: all-redirect: all-am
! 317: install-strip:
! 318: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
! 319: installdirs:
! 320: $(mkinstalldirs) $(DESTDIR)$(bindir)
! 321:
! 322:
! 323: mostlyclean-generic:
! 324:
! 325: clean-generic:
! 326:
! 327: distclean-generic:
! 328: -rm -f Makefile $(CONFIG_CLEAN_FILES)
! 329: -rm -f config.cache config.log stamp-h stamp-h[0-9]*
! 330:
! 331: maintainer-clean-generic:
! 332: mostlyclean-am: mostlyclean-binPROGRAMS mostlyclean-compile \
! 333: mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
! 334: mostlyclean-generic
! 335:
! 336: mostlyclean: mostlyclean-am
! 337:
! 338: clean-am: clean-binPROGRAMS clean-compile clean-libtool clean-tags \
! 339: clean-depend clean-generic mostlyclean-am
! 340:
! 341: clean: clean-am
! 342:
! 343: distclean-am: distclean-binPROGRAMS distclean-compile distclean-libtool \
! 344: distclean-tags distclean-depend distclean-generic \
! 345: clean-am
! 346: -rm -f libtool
! 347:
! 348: distclean: distclean-am
! 349:
! 350: maintainer-clean-am: maintainer-clean-binPROGRAMS \
! 351: maintainer-clean-compile maintainer-clean-libtool \
! 352: maintainer-clean-tags maintainer-clean-depend \
! 353: maintainer-clean-generic distclean-am
! 354: @echo "This command is intended for maintainers to use;"
! 355: @echo "it deletes files that may require special tools to rebuild."
! 356:
! 357: maintainer-clean: maintainer-clean-am
! 358:
! 359: .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
! 360: maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
! 361: mostlyclean-compile distclean-compile clean-compile \
! 362: maintainer-clean-compile mostlyclean-libtool distclean-libtool \
! 363: clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
! 364: distclean-tags clean-tags maintainer-clean-tags distdir \
! 365: mostlyclean-depend distclean-depend clean-depend \
! 366: maintainer-clean-depend info-am info dvi-am dvi check check-am \
! 367: installcheck-am installcheck install-exec-am install-exec \
! 368: install-data-am install-data install-am install uninstall-am uninstall \
! 369: all-redirect all-am all installdirs mostlyclean-generic \
! 370: distclean-generic clean-generic maintainer-clean-generic clean \
! 371: mostlyclean distclean maintainer-clean
! 372:
! 373:
! 374:
! 375:
! 376:
! 377:
! 378: ifeq (${host_os},"cygwin")
! 379: endif
! 380:
! 381:
! 382: # Tell versions [3.59,3.63) of GNU make to not export all variables.
! 383: # Otherwise a system limit (for SysV at least) may be exceeded.
! 384: .NOEXPORT:
E-mail: