20 lines
268 B
Makefile
20 lines
268 B
Makefile
# $Header$
|
|
|
|
#PARAMS do not remove this line!
|
|
|
|
SRC_DIR = $(SRC_HOME)/lang/cem/libcc.ansi
|
|
|
|
all:
|
|
|
|
install:
|
|
-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:
|