Distribute proto.make, not Makefile
This commit is contained in:
parent
fe6cddde09
commit
94ba66caa8
|
@ -1,4 +1,4 @@
|
|||
Makefile
|
||||
proto.make
|
||||
em_table
|
||||
new_table
|
||||
pop_push
|
||||
|
|
31
etc/proto.make
Normal file
31
etc/proto.make
Normal file
|
@ -0,0 +1,31 @@
|
|||
# $Header$
|
||||
|
||||
#PARAMS do not remove this line!
|
||||
|
||||
h=$(TARGET_HOME)/h
|
||||
c=$(SRC_HOME)/util/data
|
||||
|
||||
FILES= \
|
||||
$h/em_spec.h \
|
||||
$h/em_pseu.h \
|
||||
$h/em_mnem.h \
|
||||
$c/em_flag.c \
|
||||
$c/em_pseu.c \
|
||||
$c/em_mnem.c
|
||||
|
||||
$(FILES): $(SRC_DIR)/etc/em_table
|
||||
cd $(SRC_DIR)/etc ; new_table $h $c
|
||||
|
||||
install: $(FILES)
|
||||
|
||||
distr: $(FILES)
|
||||
|
||||
opr:
|
||||
make pr ^ opr
|
||||
pr:
|
||||
@cd $(SRC_DIR) ; pr proto.make em_table new_table pop_push traps
|
||||
|
||||
clean:
|
||||
-rm -f *.old
|
||||
|
||||
cmp : # do nothing
|
Loading…
Reference in a new issue