summaryrefslogtreecommitdiff
path: root/dviware/quicspool/standard/makefile
blob: c0e2b528d053cff7069d3a7b0e4525ca7b6c19dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# $Header: Makefile,v 1.1 88/01/15 13:07:00 simpson Rel $
# $Log:	Makefile,v $
#Revision 1.1  88/01/15  13:07:00  simpson
#initial release
#
#Revision 0.1  87/12/11  18:34:10  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: