1991-08-26 16:21:27 +00:00
|
|
|
# $Header$
|
|
|
|
|
|
|
|
#PARAMS do not remove this line!
|
|
|
|
|
1991-09-13 12:36:13 +00:00
|
|
|
SRC_DIR = $(SRC_HOME)/lang/cem/libcc.ansi
|
|
|
|
|
1991-08-26 16:21:27 +00:00
|
|
|
all:
|
|
|
|
|
|
|
|
install:
|
|
|
|
-mkdir $(TARGET_HOME)/include/tail_ac
|
1991-09-13 12:36:13 +00:00
|
|
|
( cd $(SRC_DIR)/headers; tar cf - `cat LIST` ) | ( cd $(TARGET_HOME)/include/tail_ac ; tar xf - )
|
1991-09-18 14:17:27 +00:00
|
|
|
|
|
|
|
clean:
|
|
|
|
|
|
|
|
pr:
|
|
|
|
|
|
|
|
opr:
|
|
|
|
|
|
|
|
cmp:
|