# Makefile.in generated automatically by automake 1.2 from Makefile.am # Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. SHELL = /bin/sh srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ bindir = @bindir@ sbindir = @sbindir@ libexecdir = @libexecdir@ datadir = @datadir@ sysconfdir = @sysconfdir@ sharedstatedir = @sharedstatedir@ localstatedir = @localstatedir@ libdir = @libdir@ infodir = @infodir@ mandir = @mandir@ includedir = @includedir@ oldincludedir = /usr/include pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = .. ACLOCAL = @ACLOCAL@ AUTOCONF = @AUTOCONF@ AUTOMAKE = @AUTOMAKE@ AUTOHEADER = @AUTOHEADER@ INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ transform = @program_transform_name@ NORMAL_INSTALL = true PRE_INSTALL = true POST_INSTALL = true NORMAL_UNINSTALL = true PRE_UNINSTALL = true POST_UNINSTALL = true build_alias = @build_alias@ build_triplet = @build@ host_alias = @host_alias@ host_triplet = @host@ target_alias = @target_alias@ target_triplet = @target@ EXEEXT = @EXEEXT@ EXTRA_LIBS = @EXTRA_LIBS@ GNATMAKE = @GNATMAKE@ MAKEINFO = @MAKEINFO@ OS_LINKER_OPTS = @OS_LINKER_OPTS@ OS_NEW_LINE_AGGREGATE = @OS_NEW_LINE_AGGREGATE@ PACKAGE = @PACKAGE@ PLATFORM_SPECIFIC = @PLATFORM_SPECIFIC@ RANLIB = @RANLIB@ VERSION = @VERSION@ AUTOMAKE_OPTIONS = no-dependencies foreign CC = @CC@ SED = @SED@ CP = cp ONIONS = ../Onions WWW = ${prefix}/lib/libwww-ada95 CFLAGS = -Wall @CFLAGS@ GNATFLAGS = -gnatg @GNATFLAGS@ INCFLAGS = -I. -I${srcdir} -I${ONIONS} UTILOBJECTS = \ util.o \ util-llists.o \ util-hashed_mapping.o UTILSOURCES = \ ${srcdir}/util.ads \ ${srcdir}/util-llists.ads ${srcdir}/util-llists.adb \ ${srcdir}/util-hashed_mapping.ads ${srcdir}/util-hashed_mapping.adb WWWOBJECTS = \ www.o \ www-value_lists.o \ www-field_names.o \ www-status_codes.o \ www-message.o \ www-request.o \ www-response.o WWWSOURCES = \ ${srcdir}/www.ads \ ${srcdir}/www-value_lists.ads \ ${srcdir}/www-field_names.ads ${srcdir}/www-field_names.adb \ ${srcdir}/www-status_codes.ads ${srcdir}/www-status_codes.adb \ ${srcdir}/www-message.ads ${srcdir}/www-message.adb \ ${srcdir}/www-request.ads ${srcdir}/www-request.adb \ ${srcdir}/www-response.ads ${srcdir}/www-response.adb URIOBJECTS = \ uri.o URISOURCES = \ ${srcdir}/uri.ads ${srcdir}/uri.adb HTMLOBJECTS = \ html.o \ onions-instreams-html_dir.o HTMLSOURCES = \ ${srcdir}/html.ads \ ${srcdir}/onions-instreams-html_dir.ads ${srcdir}/onions-instreams-html_dir.adb OBJECTS = ${UTILOBJECTS} ${URIOBJECTS} ${WWWOBJECTS} ${HTMLOBJECTS} SOURCES = ${UTILSOURCES} ${URISOURCES} ${WWWSOURCES} ${HTMLSOURCES} CLEANFILES = *.o *.ali SUFFIXES = .adb .ads .ali .o .c .xrb mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../[Onions/config.h] CONFIG_CLEAN_FILES = DIST_COMMON = README Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) TAR = gtar GZIP = --best default: all .SUFFIXES: .SUFFIXES: .adb .ads .ali .c .o .xrb $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && $(AUTOMAKE) --foreign WWW/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status tags: TAGS TAGS: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) subdir = WWW distdir: $(DISTFILES) @for file in $(DISTFILES); do \ d=$(srcdir); \ test -f $(distdir)/$$file \ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ || cp -p $$d/$$file $(distdir)/$$file; \ done info: dvi: check: all $(MAKE) installcheck: install-exec: @$(NORMAL_INSTALL) install-data: install-data-local @$(NORMAL_INSTALL) install: install-exec install-data all @: uninstall: all: Makefile all-local install-strip: $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install installdirs: mostlyclean-generic: test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES) clean-generic: test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) distclean-generic: rm -f Makefile $(DISTCLEANFILES) rm -f config.cache config.log stamp-h stamp-h[0-9]* test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) maintainer-clean-generic: test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) mostlyclean: mostlyclean-generic clean: clean-generic mostlyclean distclean: distclean-generic clean rm -f config.status maintainer-clean: maintainer-clean-generic distclean @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild." .PHONY: default tags distdir info dvi installcheck install-exec \ install-data install uninstall all installdirs mostlyclean-generic \ distclean-generic clean-generic maintainer-clean-generic clean \ mostlyclean distclean maintainer-clean %.o: %.c ${CC} -c ${CFLAGS} ${INCFLAGS} $< %.o: %.adb ${CC} -c ${CFLAGS} ${INCFLAGS} ${GNATFLAGS} $< %.o: %.ads ${CC} -c ${CFLAGS} ${INCFLAGS} ${GNATFLAGS} $< %.ali: %.adb ${CC} -c ${CFLAGS} ${INCFLAGS} ${GNATFLAGS} $< %.ali: %.ads ${CC} -c ${CFLAGS} ${INCFLAGS} ${GNATFLAGS} $< all-local: ${SOURCES} ${OBJECTS} install-dirs-local: -rm -rf ${WWW} ${top_srcdir}/mkinstalldirs ${WWW} install-extra-libs: install-data-local: all-local install-dirs-local install-extra-libs ${CP} -p ${SOURCES} ${OBJECTS} \ `echo ${OBJECTS} | sed -e 's/\.o/.ali/g'` ${WWW} chmod a-w ${WWW}/* # Cross references X.ref: ${SOURCES} gnatf -x6 ${SOURCES} %.xrb: %.adb gnatf -x5 $< %.xrb: %.ads gnatf -x5 $< ### dependencies created by hand util.o: util.ads util-llists.o: util.o util-llists.ads util-llists.adb util-hashed_mapping.o: util.o util-llists.o \ util-hashed_mapping.ads util-hashed_mapping.adb uri.o: ${ONIONS}/onions.o uri.ads uri.adb www.o: www.ads www-value_lists.o: www.o util-llists.o www-value_lists.ads www-status_codes.o: www.o www-status_codes.ads www-status_codes.adb www-field_names.o: www.o www-field_names.ads www-field_names.adb www-message.o: util-hashed_mapping.o www.o www-value_lists.o www-field_names.o \ ${ONIONS}/onions.o www-message.ads www-message.adb www-request.o: www.o www-message.o www-request.ads www-request.adb www-response.o: www.o www-message.o www-response.ads www-response.adb html.o: html.ads onions-instreams-html_dir.o: html.o ${ONIONS}/onions-buckets.o \ ${ONIONS}/onions-instreams.o ${ONIONS}/onions-os.o \ onions-instreams-html_dir.ads onions-instreams-html_dir.adb # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: