ack/lang/cem/libcc.ansi/proto.make
1991-09-13 12:36:13 +00:00

13 lines
277 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 - )