# Makefile.in generated automatically by automake 1.4a 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.

SHELL = /bin/sh

srcdir = .
top_srcdir = ../..
prefix = /dev/env/DJDIR
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)/a2ps
pkglibdir = $(libdir)/a2ps
pkgincludedir = $(includedir)/a2ps

top_builddir = ../..

ACLOCAL = ${SHELL} /dev/c/sources/gnu/A2Ps/a2ps-4.13b-djgpp/a2ps-4.13/auxdir/missing --run aclocal
AUTOCONF = ${SHELL} /dev/c/sources/gnu/A2Ps/a2ps-4.13b-djgpp/a2ps-4.13/auxdir/missing --run autoconf
AUTOMAKE = ${SHELL} /dev/c/sources/gnu/A2Ps/a2ps-4.13b-djgpp/a2ps-4.13/auxdir/missing --run automake
AUTOHEADER = ${SHELL} /dev/c/sources/gnu/A2Ps/a2ps-4.13b-djgpp/a2ps-4.13/auxdir/missing --run autoheader

INSTALL = /dev/env/DJDIR/bin/ginstall -c
INSTALL_PROGRAM = ${INSTALL}
INSTALL_DATA = ${INSTALL} -m 644
INSTALL_SCRIPT = ${INSTALL}
INSTALL_STRIP_FLAG =
transform = s,x,x,

NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :


host_alias = i386-pc-msdosdjgpp
host_triplet = i386-pc-msdosdjgpp
AMDEP = 
AMTAR = ${SHELL} /dev/c/sources/gnu/A2Ps/a2ps-4.13b-djgpp/a2ps-4.13/auxdir/missing --run tar
AS = @AS@
AWK = gawk
CATALOGS =  ca.gmo cs.gmo da.gmo de.gmo es.gmo et.gmo fr.gmo it.gmo ko.gmo nl.gmo no.gmo pl.gmo pt.gmo ru.gmo sl.gmo sv.gmo tr.gmo
CATOBJEXT = .gmo
CC = gcc
COM_ = @COM_@
COM_DISPLAY = #
COM_LATEX = 
COM_PS2PDF = #
COM_PSUTILS = 
COM_TEXI = 
COM_acroread4 = #
CPP = cpp
CXX = @CXX@
CXXCPP = @CXXCPP@
DATADIRNAME = share
DEPDIR = .deps
DLLTOOL = @DLLTOOL@
ECHO_C = 
ECHO_N = -n
EMACS = no
ENCODING = latin1
EXEEXT = .exe
EXTRA_CFLAGS = 
FILE_LINK = 
GENCAT = 
GMOFILES =  ca.gmo cs.gmo da.gmo de.gmo es.gmo et.gmo fr.gmo it.gmo ko.gmo nl.gmo no.gmo pl.gmo pt.gmo ru.gmo sl.gmo sv.gmo tr.gmo
GMSGFMT = /dev/c/djgpp/bin/msgfmt
GNU_PACKAGE = GNU a2ps
GPERF = ${SHELL} /dev/c/sources/gnu/A2Ps/a2ps-4.13b-djgpp/a2ps-4.13/auxdir/missing --run gperf
GT_NO = 
GT_YES = #YES#
INCLUDE_LOCALE_H = #include <locale.h>
INSTOBJEXT = .mo
INTLDEPS = 
INTLLIBS = 
INTLOBJS = 
LEX = flex
LEX_OUTPUT_ROOT = lexyy
LIBOBJS =  strtoumax$U.o stpncpy$U.o obstack$U.o error$U.o
LIBTOOL = $(SHELL) $(top_builddir)/libtool
LIBVERSION = 1:0:0
LN_S = cp -p
LPR = cat >>PRN
LPR_QUEUE_OPTION = 
LTALLOCA = 
LTLIBOBJS =  strtoumax$U.lo stpncpy$U.lo obstack$U.lo error$U.lo
MAKEINFO = ${SHELL} /dev/c/sources/gnu/A2Ps/a2ps-4.13b-djgpp/a2ps-4.13/auxdir/missing --run makeinfo
MEDIUM = libpaper
MKINSTALLDIRS = $(top_srcdir)/auxdir/mkinstalldirs
MSGFMT = /dev/c/djgpp/bin/msgfmt
OBJDUMP = @OBJDUMP@
PACKAGE = a2ps
PERL = /dev/c/djgpp/bin/perl
POFILES =  ca.po cs.po da.po de.po es.po et.po fr.po it.po ko.po nl.po no.po pl.po pt.po ru.po sl.po sv.po tr.po
POSUB = po
PSFONT_PATH = /usr/local/ghostscript/fonts:/usr/local/share/ghostscript/fonts
RANLIB = ranlib
U = 
USE_INCLUDED_LIBINTL = no
USE_NLS = yes
VERSION = 4.13
YACC = bison -y
file_prog = 
l = 
lispdir = 

# -*- Makefile -*-
# Makefile for a2ps' sources.
# Copyright (c) 1988, 89, 90, 91, 92, 93 Miguel Santana
# Copyright (c) 1995, 96, 97, 98 Akim Demaille, Miguel Santana
# $Id: Makefile.am,v 1.6 1998/01/15 15:00:50 demaille Exp $
#

#
# This file is part of a2ps.
# 
# 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, 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; see the file COPYING.  If not, write to
# the Free Software Foundation, 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
#


AUTOMAKE_OPTIONS = $(top_builddir)/lib/ansi2knr
localedir = $(datadir)/locale

noinst_PROGRAMS = sample

sample_SOURCES = main.c

INCLUDES = -I. -I.. -I$(top_builddir) -I$(top_srcdir)/intl -I$(top_srcdir)/lib
sample_LDADD = $(top_builddir)/lib/liba2ps.la  -lm
DEFS = -DHAVE_CONFIG_H -DLOCALEDIR=\"$(localedir)\" 
subdir = contrib/sample
mkinstalldirs = $(SHELL) $(top_srcdir)/auxdir/mkinstalldirs
CONFIG_HEADER = ../../config.h
CONFIG_CLEAN_FILES = 
noinst_PROGRAMS =  sample$(EXEEXT)
PROGRAMS =  $(noinst_PROGRAMS)

CPPFLAGS = 
LDFLAGS = 
LIBS = -lintl  -lpaper
ANSI2KNR = $(top_builddir)/lib/ansi2knr
am_sample_OBJECTS =  main$U.o
sample_OBJECTS =  $(am_sample_OBJECTS)
sample_DEPENDENCIES =  $(top_builddir)/lib/liba2ps.la
sample_LDFLAGS = 
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
CFLAGS = -g -O2 
CCLD = $(CC)
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
DIST_SOURCES =  $(sample_SOURCES)
DIST_COMMON =  Makefile.am Makefile.in


DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)

GZIP_ENV = --best
depcomp = $(SHELL) $(top_srcdir)/auxdir/depcomp
DEP_FILES =   $(DEPDIR)/main$U.Po
SOURCES = $(sample_SOURCES)
OBJECTS = $(am_sample_OBJECTS)

all: all-redirect
.SUFFIXES:
.SUFFIXES: .c .lo .o
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
	cd $(top_srcdir) && $(AUTOMAKE) --gnu contrib/sample/Makefile

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


mostlyclean-noinstPROGRAMS:

clean-noinstPROGRAMS:
	-test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)

distclean-noinstPROGRAMS:

maintainer-clean-noinstPROGRAMS:

mostlyclean-compile:
	-rm -f *.o core *.core

clean-compile:

distclean-compile:
	-rm -f *.tab.c

maintainer-clean-compile:

mostlyclean-libtool:
	-rm -f *.lo

clean-libtool:
	-rm -rf .libs _libs

distclean-libtool:

maintainer-clean-libtool:
$(top_builddir)/lib/ansi2knr: $(top_builddir)/lib/ansi2knr.o
	cd $(top_builddir)/lib && $(MAKE) $(AM_MAKEFLAGS) ansi2knr

$(top_builddir)/lib/ansi2knr.o:
	cd $(top_builddir)/lib && $(MAKE) $(AM_MAKEFLAGS) ansi2knr.o


mostlyclean-kr:
	-rm -f *_.c

clean-kr:

distclean-kr:

maintainer-clean-kr:

sample$(EXEEXT): $(sample_OBJECTS) $(sample_DEPENDENCIES)
	@rm -f sample$(EXEEXT)
	$(LINK) $(sample_LDFLAGS) $(sample_OBJECTS) $(sample_LDADD) $(LIBS)
main_.c: main.c $(ANSI2KNR)
	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/main.c; then echo $(srcdir)/main.c; else echo main.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > main_.c
main_.o main_.lo : $(ANSI2KNR)

tags: TAGS

ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
	list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
	unique=`for i in $$list; do \
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
	  done | \
	  $(AWK) '    { files[$$0] = 1; } \
	       END { for (i in files) print i; }'`; \
	mkid -f$$here/ID $$unique $(LISP)

TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
		$(TAGS_FILES) $(LISP)
	tags=; \
	here=`pwd`; \
	list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
	unique=`for i in $$list; do \
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
	  done | \
	  $(AWK) '    { files[$$0] = 1; } \
	       END { for (i in files) print i; }'`; \
	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
	  || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)

mostlyclean-tags:

clean-tags:

distclean-tags:
	-rm -f TAGS ID

maintainer-clean-tags:

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

distdir: $(DISTFILES)
	@for file in $(DISTFILES); do \
	  d=$(srcdir); \
	  if test -d $$d/$$file; then \
	    cp -pR $$d/$$file $(distdir); \
	  else \
	    test -f $(distdir)/$$file \
	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
	    || cp -p $$d/$$file $(distdir)/$$file || :; \
	  fi; \
	done

include $(DEPDIR)/main$U.Po

mostlyclean-depend:

clean-depend:

distclean-depend:
	-rm -rf $(DEPDIR)

maintainer-clean-depend:

CCDEPMODE = depmode=gcc

.c.o:
	source='$<' object='$@' libtool=no \
	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \
	$(CCDEPMODE) $(depcomp) \
	$(COMPILE) -c -o $@ $<

.c.lo:
	source='$<' object='$@' libtool=yes \
	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' \
	$(CCDEPMODE) $(depcomp) \
	$(LTCOMPILE) -c -o $@ $<

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-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: uninstall-am
all-am: Makefile $(PROGRAMS)
all-redirect: all-am
install-strip:
	$(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
installdirs:


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:
	-rm -f Makefile.in
mostlyclean-am:  mostlyclean-noinstPROGRAMS mostlyclean-compile \
		mostlyclean-libtool mostlyclean-kr mostlyclean-tags \
		mostlyclean-depend mostlyclean-generic

mostlyclean: mostlyclean-am

clean-am:  clean-noinstPROGRAMS clean-compile clean-libtool clean-kr \
		clean-tags clean-depend clean-generic mostlyclean-am

clean: clean-am

distclean-am:  distclean-noinstPROGRAMS distclean-compile \
		distclean-libtool distclean-kr distclean-tags \
		distclean-depend distclean-generic clean-am
	-rm -f libtool

distclean: distclean-am

maintainer-clean-am:  maintainer-clean-noinstPROGRAMS \
		maintainer-clean-compile maintainer-clean-libtool \
		maintainer-clean-kr maintainer-clean-tags \
		maintainer-clean-depend 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: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
mostlyclean-compile distclean-compile clean-compile \
maintainer-clean-compile mostlyclean-libtool distclean-libtool \
clean-libtool maintainer-clean-libtool mostlyclean-kr distclean-kr \
clean-kr maintainer-clean-kr tags mostlyclean-tags distclean-tags \
clean-tags maintainer-clean-tags distdir mostlyclean-depend \
distclean-depend clean-depend maintainer-clean-depend 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 install-strip \
installdirs mostlyclean-generic distclean-generic clean-generic \
maintainer-clean-generic clean mostlyclean distclean maintainer-clean


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