# Generated automatically from Makefile.in by configure.
# Makefile.in generated automatically by automake 1.4 from Makefile.am

# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.

# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.

#     GIFT, a flexible content based image retrieval system.
#     Copyright (C) 1998, 1999, 2000 CUI, University of Geneva

#     This program is free software; you can redistribute it and/or modify
#     it under the terms of the GNU General Public License as published by
#     the Free Software Foundation; either version 2 of the License, or
#     (at your option) any later version.

#     This program is distributed in the hope that it will be useful,
#     but WITHOUT ANY WARRANTY; without even the implied warranty of
#     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#     GNU General Public License for more details.

#     You should have received a copy of the GNU General Public License
#     along with this program; if not, write to the Free Software
#     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

#
# we configure the add collection program to work even if gift is not in the path
# this is also necessary for installing several versions of GIFT at the same time
#


SHELL = /bin/sh

srcdir = .
top_srcdir = ../..
prefix = /home/muellerw/GIFT/../GIFTInstall
exec_prefix = ${prefix}

bindir = ${exec_prefix}/bin
sbindir = ${exec_prefix}/sbin
libexecdir = ${exec_prefix}/libexec
datadir = ${prefix}/share
sysconfdir = ${prefix}/etc
sharedstatedir = ${prefix}/com
localstatedir = ${prefix}/var
libdir = ${exec_prefix}/lib
infodir = ${prefix}/info
mandir = ${prefix}/man
includedir = ${prefix}/include
oldincludedir = /usr/include

DESTDIR =

pkgdatadir = $(datadir)/GIFT
pkglibdir = $(libdir)/GIFT
pkgincludedir = $(includedir)/GIFT

top_builddir = ../..

ACLOCAL = @ACLOCAL@
AUTOCONF = @AUTOCONF@
AUTOMAKE = automake
AUTOHEADER = @AUTOHEADER@

INSTALL = /usr/bin/ginstall -c
INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS)
INSTALL_DATA = ${INSTALL} -m 644
INSTALL_SCRIPT = ${INSTALL_PROGRAM}
transform = s,x,x,

NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
AUTOMAKE = automake
BAYESIAN = 
CC = gcc
CONVERT = /usr/X11R6/bin/convert
CXX = c++
EMACS = t
GIFT_BAYESIAN_FLAG = 
GIFT_INTERNAL_FLAG = 
GIFT_INTERNAL_PERLS = 
KDOC = /opt/kde/bin/kdoc
PACKAGE = GIFT
PERL = /usr/bin/perl
PERL_LD_ADD = -rdynamic  -L/usr/local/lib /usr/lib/perl5/5.00503/i586-linux/auto/DynaLoader/DynaLoader.a -L/usr/lib/perl5/5.00503/i586-linux/CORE -lperl -lnsl -lndbm -lgdbm -ldb -ldl -lm -lc -lposix -lcrypt
RANLIB = ranlib
SGML2INFO = /usr/bin/sgml2info
SGML2TXT = /usr/bin/sgml2txt
UNPUBLISHED = 
VERSION = 0.1.3
WEB_PUBLISHING_DIRECTORY = /home/muellerw/public_html/
WEB_PUBLISHING_LOCATION = http://localhost/~muellerw

EXTRA_SCRIPTS = gift-url-to-fts.pl gift-browser-benchmark.pl gift-extract-text-features.pl gift-annotation-to-html.pl gift-ranking-comparison.pl CFCRankingComparison.pm CGraphCollection.pm CQueryParadigmMatcher.pm CXTVTripletList.pm CTripleTransfer.pl CGLDAudreyMTam.pl CGLStructuredAnnotation.pm CGIFTLink.pm CGIFTLinkDemo.pl CXMLTreeBuilder.pm CXMLTreeWriter.pm CXMLTreeVisitor.pm CXTVWriter.pm CXTVTripletList.pm CXTVTripletList.pm 

PERLCONFIG = sed "s:__PERL_LOCATION__:/usr/bin/perl:g;s:__BINDIR__:${exec_prefix}/bin:g;s:__DATADIR__:${prefix}/share:g;s:__WEB_PUBLISHING_DIRECTORY__:/home/muellerw/public_html/:g;s__WEB_PUBLISHING_LOCATION__http://localhost/~muellerwg" < $< > $@

bin_SCRIPTS =  gift-url-to-fts.pl gift-diagnose-print-all-ADI.pl gift-mrml-client.pl CFeedbackClient.pm CFCMovingTarget.pm gift-perl-example-server.pl gift-add-collection.pl gift-dtd-to-tex.pl gift-dtd-to-keywords.pl CQueryParadigmMatcher.pm CTripleTransfer.pl CGLDAudreyMTam.pl CGLStructuredAnnotation.pm CGIFTLink.pm CGIFTLinkDemo.pl CXMLTreeBuilder.pm CXMLTreeWriter.pm CXMLTreeVisitor.pm CXTVTripletList.pm CXTVWriter.pm CGraphCollection.pm
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_CLEAN_FILES = 
SCRIPTS =  $(bin_SCRIPTS)

DIST_COMMON =  Makefile.am Makefile.in


DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)

TAR = tar
GZIP_ENV = --best
all: all-redirect
.SUFFIXES:
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
	cd $(top_srcdir) && $(AUTOMAKE) --gnu scripts/perl/Makefile

Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
	cd $(top_builddir) \
	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status


install-binSCRIPTS: $(bin_SCRIPTS)
	@$(NORMAL_INSTALL)
	$(mkinstalldirs) $(DESTDIR)$(bindir)
	@list='$(bin_SCRIPTS)'; for p in $$list; do \
	  if test -f $$p; then \
	    echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
	    $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
	  else if test -f $(srcdir)/$$p; then \
	    echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
	    $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
	  else :; fi; fi; \
	done

uninstall-binSCRIPTS:
	@$(NORMAL_UNINSTALL)
	list='$(bin_SCRIPTS)'; for p in $$list; do \
	  rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
	done
tags: TAGS
TAGS:


distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)

subdir = scripts/perl

distdir: $(DISTFILES)
	here=`cd $(top_builddir) && pwd`; \
	top_distdir=`cd $(top_distdir) && pwd`; \
	distdir=`cd $(distdir) && pwd`; \
	cd $(top_srcdir) \
	  && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu scripts/perl/Makefile
	@for file in $(DISTFILES); do \
	  d=$(srcdir); \
	  if test -d $$d/$$file; then \
	    cp -pr $$/$$file $(distdir)/$$file; \
	  else \
	    test -f $(distdir)/$$file \
	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
	    || cp -p $$d/$$file $(distdir)/$$file || :; \
	  fi; \
	done
info-am:
info: info-am
dvi-am:
dvi: dvi-am
check-am: all-am
check: check-am
installcheck-am:
installcheck: installcheck-am
install-exec-am: install-binSCRIPTS
install-exec: install-exec-am

install-data-am:
install-data: install-data-am

install-am: all-am
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
install: install-am
uninstall-am: uninstall-binSCRIPTS
uninstall: uninstall-am
all-am: Makefile $(SCRIPTS)
all-redirect: all-am
install-strip:
	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
installdirs:
	$(mkinstalldirs)  $(DESTDIR)$(bindir)


mostlyclean-generic:

clean-generic:

distclean-generic:
	-rm -f Makefile $(CONFIG_CLEAN_FILES)
	-rm -f config.cache config.log stamp-h stamp-h[0-9]*

maintainer-clean-generic:
mostlyclean-am:  mostlyclean-generic

mostlyclean: mostlyclean-am

clean-am:  clean-generic mostlyclean-am

clean: clean-am

distclean-am:  distclean-generic clean-am

distclean: distclean-am

maintainer-clean-am:  maintainer-clean-generic distclean-am
	@echo "This command is intended for maintainers to use;"
	@echo "it deletes files that may require special tools to rebuild."

maintainer-clean: maintainer-clean-am

.PHONY: uninstall-binSCRIPTS install-binSCRIPTS tags distdir info-am \
info dvi-am dvi check check-am installcheck-am installcheck \
install-exec-am install-exec install-data-am install-data install-am \
install uninstall-am uninstall all-redirect all-am all installdirs \
mostlyclean-generic distclean-generic clean-generic \
maintainer-clean-generic clean mostlyclean distclean maintainer-clean


CTripleTransfer.pl: CTripleTransfer.pre-pl
	$(PERLCONFIG)

CGLDAudreyMTam.pl: CGLDAudreyMTam.pre-pl
	$(PERLCONFIG)

CGLStructuredAnnotation.pm: CGLStructuredAnnotation.pre-pm
	$(PERLCONFIG)

CGIFTLink.pm:  CGIFTLink.pre-pm
	$(PERLCONFIG)

CGIFTLinkDemo.pl:  CGIFTLinkDemo.pre-pl
	$(PERLCONFIG)

CXMLTreeBuilder.pm:  CXMLTreeBuilder.pre-pm
	$(PERLCONFIG)

CXMLTreeWriter.pm:  CXMLTreeWriter.pre-pm
	$(PERLCONFIG)

CXMLTreeVisitor.pm:  CXMLTreeVisitor.pre-pm
	$(PERLCONFIG)

CXTVWriter.pm:  CXTVWriter.pre-pm
	$(PERLCONFIG)

CXTVTripletList.pm:  CXTVTripletList.pre-pm
	$(PERLCONFIG)

gift-dtd-to-keywords.pl: gift-dtd-to-keywords.pre-pl
	$(PERLCONFIG)

gift-add-collection.pl: gift-add-collection.pre-pl
	$(PERLCONFIG)

gift-browser-benchmark.pl: gift-browser-benchmark.pre-pl
	$(PERLCONFIG)

gift-ranking-comparison.pl: gift-ranking-comparison.pre-pl
	$(PERLCONFIG)

gift-mrml-client.pl: gift-mrml-client.pre-pl
	$(PERLCONFIG)

gift-url-to-fts.pl: gift-url-to-fts.pre-pl
	$(PERLCONFIG)

CQueryParadigmMatcher.pm: CQueryParadigmMatcher.pre-pm
	$(PERLCONFIG)

CFeedbackClient.pm: CFeedbackClient.pre-pm
	$(PERLCONFIG)

CGraphCollection.pm: CGraphCollection.pre-pm
	$(PERLCONFIG)

CFCMovingTarget.pm: CFCMovingTarget.pre-pm
	$(PERLCONFIG)

CFCRankingComparison.pm: CFCRankingComparison.pre-pm
	$(PERLCONFIG)

gift-diagnose-print-all-ADI.pl: gift-diagnose-print-all-ADI.pre-pl
	$(PERLCONFIG)

gift-perl-example-server.pl: gift-perl-example-server.pre-pl
	$(PERLCONFIG)

gift-dtd-to-tex.pl: gift-dtd-to-tex.pre-pl
	$(PERLCONFIG)

gift-extract-text-features.pl: gift-extract-text-features.pre-pl
	$(PERLCONFIG)

gift-annotation-to-html.pl: gift-annotation-to-html.pre-pl
	$(PERLCONFIG)

clean: 
	-rm *.pl *.pm

# 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:
