ack/lang/cem/libcc.ansi/proto.make
1991-09-18 14:17:27 +00:00

21 lines
299 B
Makefile

# $Header$
#PARAMS do not remove this line!
SRC_DIR = $(SRC_HOME)/lang/cem/libcc.ansi
all:
install:
-mkdir $(TARGET_HOME)/include
-mkdir $(TARGET_HOME)/include/tail_ac
( cd $(SRC_DIR)/headers; tar cf - `cat LIST` ) | ( cd $(TARGET_HOME)/include/tail_ac ; tar xf - )
clean:
pr:
opr:
cmp: