# $Header: Makefile.TRW,v 1.1 88/01/15 13:07:04 simpson Rel $
# $Log:	Makefile.TRW,v $
#Revision 1.1  88/01/15  13:07:04  simpson
#initial release
#
#Revision 0.1  87/12/11  18:34:11  simpson
#beta test
#
INCLUDE=/usr/include/local

all:

# System include files are needed right away
configure:
	install -c -m 644 standard.h $(INCLUDE)
	install -c -m 644 standmacro.h $(INCLUDE)
	install -c -m 644 standtype.h $(INCLUDE)
	install -c -m 644 standenviron.h $(INCLUDE)
	install -c -m 644 standconst.h $(INCLUDE)

install:
	install -c -m 644 standard.h $(INCLUDE)
	install -c -m 644 standmacro.h $(INCLUDE)
	install -c -m 644 standtype.h $(INCLUDE)
	install -c -m 644 standenviron.h $(INCLUDE)
	install -c -m 644 standconst.h $(INCLUDE)

clean: