# This file was generated automatically by configure.  Do not edit.
VPATH = .
links = 
host_alias = i386-coh
host_cpu = i386
host_vendor = unknown
host_os = coh
host_canonical = i386-unknown-coh
target_alias = i386-coh
target_cpu = i386
target_vendor = unknown
target_os = coh
target_canonical = i386-unknown-coh
package_makefile_frag = Make.pack
target_makefile_frag = ../../target-mkfrag
# Copyright (C) 1989, 1992, 1993 Free Software Foundation, Inc.
# written by Douglas C. Schmidt (schmidt@ics.uci.edu)
# 
# This file is part of GNU GPERF.
# 
# GNU GPERF 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 1, or (at your option)
# any later version.
# 
# GNU GPERF 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 GNU GPERF; see the file COPYING.  If not, write to
# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 

srcdir = .

#### package, host, target, and site dependent Makefile fragments come in here.
# Start of package fragment generated by ./../../config.shared.
# TOPDIR=$${rootme}../../../ invsubdir= subdir=
srcdir = .
SUBDIRS = 
prefix = /u1/gnu
exec_prefix = $(prefix)
bindir = $(exec_prefix)/bin
libdir = $(exec_prefix)/lib
datadir = $(prefix)/lib
mandir = $(prefix)/man
man1dir = $(mandir)/man1
man2dir = $(mandir)/man2
man3dir = $(mandir)/man3
man4dir = $(mandir)/man4
man5dir = $(mandir)/man5
man6dir = $(mandir)/man6
man7dir = $(mandir)/man7
man8dir = $(mandir)/man8
man9dir = $(mandir)/man9
infodir = $(prefix)/info
includedir = $(prefix)/include
gxx_includedir = $(libdir)/g++-include
docdir = $(datadir)/doc

SHELL = /bin/sh

INSTALL = ${rootme}$(srcdir)/../../../install.sh -c
INSTALL_PROGRAM = $(INSTALL)
INSTALL_DATA = $(INSTALL)

AR = `if [ -f $${rootme}../../../binutils/ar ] ; \
	then echo $${rootme}../../../binutils/ar ; \
	else echo ar ; fi`
AR_FLAGS = rc
RANLIB = `if [ -f $${rootme}../../../binutils/ranlib ] ; \
	then echo $${rootme}../../../binutils/ranlib ; \
	else echo ranlib ; fi`
NM = `if [ -f $${rootme}../../../binutils/nm ] ; \
	then echo $${rootme}../../../binutils/nm ; \
	else echo nm ; fi`

MAKEINFO = `if [ -f $${rootme}../../../texinfo/C/makeinfo ] ; \
	then echo $${rootme}../../../texinfo/C/makeinfo ; \
	else echo makeinfo ; fi`
TEXIDIR=${srcdir}/../../..//texinfo
TEXI2DVI = TEXINPUTS=${TEXIDIR}:$$TEXINPUTS texi2dvi

CC = `if [ -f $${rootme}../../../gcc/xgcc ] ; \
	then echo $${rootme}../../../gcc/xgcc -B$${rootme}../../../gcc/ ; \
	else echo cc ; fi`
CXX = `if [ -f $${rootme}../../../gcc/xgcc ] ; \
	then echo $${rootme}../../../gcc/xgcc -B$${rootme}../../../gcc/ ; \
	else echo gcc ; fi`

XTRAFLAGS = `if [ -f $${rootme}../../../gcc/xgcc ] ;\
	then echo -I$${rootme}../../../gcc/include;\
	else echo ; fi`
WRAP_C_INCLUDES =
CFLAGS = -g
CXXFLAGS = -g -O
PROTODIR = $(srcdir)/../../src/gen
LIBS = ../../libg++.a
IO_DIR = ../libio
# IO_DIR = no-stream
TARGETPROG = gperf
.PHONY: all
all: ${TARGETPROG}


CXXINCLUDES = $(NOSTDINC) -I. -I../../../libio -I$(srcdir) -I$(srcdir)/../../$(IO_DIR) -I$(srcdir)/../../src $(WRAP_C_INCLUDES) $(XTRAFLAGS)
CINCLUDES = $(XTRAFLAGS)
.SUFFIXES: .o .C .cc
.c.o:
	$(CC) -c $(CFLAGS) $(CINCLUDES) $<
.C.o:
	$(CXX) -c $(CXXFLAGS) $(CXXINCLUDES) $<
.cc.o:
	$(CXX) -c $(CXXFLAGS) $(CXXINCLUDES) $<

TARGETPROG = gperf

.PHONY: install
install:
.PHONY: check
check: ${TARGETPROG} 
.PHONY: info dvi install-info clean-info
info:
dvi:
install-info:
.PHONY: do-clean-info clean-info do-clean-dvi clean-dvi
do-clean-info:
do-clean-dvi:
clean-info: do-clean-info
clean-dvi: do-clean-dvi

.PHONY: boltcc
boltcc:
	rootme=`pwd`/ ; export rootme ; $(MAKE) $(FLAGS_TO_PASS)


# clean rules
.PHONY: mostlyclean clean distclean realclean
mostlyclean: clean-dvi
	rm -rf *.o core 
clean: clean-dvi
	rm -rf *.o core  gperf 
distclean: clean
	rm -rf config.status Makefile *~ Make.pack
realclean: clean clean-info
	rm -rf config.status Makefile *~ Make.pack depend *.info*

.PHONY: force
force:

# with the gnu make, this is done automatically.

Makefile: $(srcdir)/Makefile.in $(host_makefile_frag) $(target_makefile_frag)
	$(SHELL) ./config.status

.NOEXPORT:
MAKEOVERRIDES=


# DO NOT DELETE THIS LINE -- g++dep uses it.
# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.

bool-array.o : bool-array.cc \
  options.h \
  std-err.h \
  trace.h \
  bool-array.h 
gen-perf.o : gen-perf.cc \
  options.h \
  std-err.h \
  trace.h \
  gen-perf.h \
  key-list.h \
  list-node.h \
  vectors.h \
  read-line.h \
  bool-array.h
hash-table.o : hash-table.cc \
  hash-table.h \
  list-node.h \
  std-err.h \
  vectors.h \
  options.h \
  trace.h
iterator.o : iterator.cc \
  $(srcdir)/../../$(IO_DIR)/stream.h \
  $(srcdir)/../../$(IO_DIR)/iostream.h \
  $(srcdir)/../../$(IO_DIR)/streambuf.h \
  iterator.h \
  trace.h
key-list.o : key-list.cc \
  options.h \
  std-err.h \
  trace.h \
  read-line.h \
  hash-table.h \
  list-node.h \
  vectors.h \
  key-list.h
list-node.o : list-node.cc \
  options.h \
  std-err.h \
  trace.h \
  list-node.h \
  vectors.h
main.o : main.cc \
  std-err.h \
  options.h \
  trace.h \
  gen-perf.h \
  key-list.h \
  list-node.h \
  vectors.h \
  read-line.h \
  bool-array.h 
new.o : new.cc \
  std-err.h \
  trace.h
options.o : options.cc \
  options.h \
  std-err.h \
  trace.h \
  iterator.h
read-line.o : read-line.cc \
  std-err.h \
  read-line.h \
  trace.h
std-err.o : std-err.cc \
  std-err.h \
  trace.h
version.o : version.cc 

# IF YOU PUT ANYTHING HERE IT WILL GO AWAY
# End of package fragment generated by ./../../config.shared.
# Warning this fragment is automatically generated
# RANLIB = ranlib
# Use -nostdinc++ flag if your version of gcc understands it.
NOSTDINC = -nostdinc++

# If the C include files are C++-ready (with extern "C"), uncomment next line:
# WRAP_C_INCLUDES =

# Flags to pass to gen-params when building _G_config.h.
# For example: G_CONFIG_ARGS = size_t="unsigned long"
G_CONFIG_ARGS =
##

LIBS = ../../libg++.a

OBJECTS  = new.o options.o iterator.o main.o gen-perf.o key-list.o list-node.o\
           hash-table.o bool-array.o read-line.o std-err.o version.o 

TARGETPROG = gperf

$(TARGETPROG): $(OBJECTS) 
	$(CXX) -o $@ $(OBJECTS) $(LIBS)

.PHONY: install
install: $(TARGETPROG)
	$(INSTALL_PROGRAM) $(TARGETPROG) $(bindir)/$(TARGETPROG)
