1986-02-11 11:13:41 +00:00
|
|
|
INTS=em2_t--- em2_---- em2_t-cp em2_t-c- em2_t--p \
|
|
|
|
em4_t--- em4_---- em4_t-cp em4_t-c- em4_t--p
|
1984-07-23 11:49:00 +00:00
|
|
|
P = mloop
|
1986-02-11 11:13:41 +00:00
|
|
|
FILES=deffile $P0 $P1 $P2 $P3 $P4 $P5 $P6 $P7 $P8 $P9 $Pa $Pb $Pc $Pe
|
|
|
|
CPP=../../../lib/cpp
|
|
|
|
b=../../../lib/int
|
|
|
|
|
|
|
|
all: $(INTS) em
|
|
|
|
|
|
|
|
em: em.c
|
|
|
|
cc -o em -I../../../h em.c
|
|
|
|
|
|
|
|
em2_t---: $(FILES)
|
|
|
|
cat $(FILES) | $(CPP) -P -Dopfreq=0 -Dlast=1 -Dcount=0 -Dtest=1 -Dflow=0 -Dprof=0 >tmp.s
|
|
|
|
m68k2 -o em2_t--- tmp.s
|
|
|
|
rm -f tmp.s
|
|
|
|
|
|
|
|
em2_----: $(FILES)
|
|
|
|
cat $(FILES) | $(CPP) -P -Dopfreq=0 -Dlast=0 -Dcount=0 -Dtest=0 -Dflow=0 -Dprof=0 >tmp.s
|
|
|
|
m68k2 -o em2_---- tmp.s
|
|
|
|
rm -f tmp.s
|
|
|
|
|
|
|
|
em2_t-cp: $(FILES)
|
|
|
|
cat $(FILES) | $(CPP) -P -Dopfreq=0 -Dlast=1 -Dcount=1 -Dtest=1 -Dflow=0 -Dprof=1 >tmp.s
|
|
|
|
m68k2 -o em2_t-cp tmp.s
|
|
|
|
rm -f tmp.s
|
|
|
|
|
|
|
|
em2_t-c-: $(FILES)
|
|
|
|
cat $(FILES) | $(CPP) -P -Dopfreq=0 -Dlast=1 -Dcount=1 -Dtest=1 -Dflow=0 -Dprof=0 >tmp.s
|
|
|
|
m68k2 -o em2_t-c- tmp.s
|
|
|
|
rm -f tmp.s
|
|
|
|
|
|
|
|
em2_t--p: $(FILES)
|
|
|
|
cat $(FILES) | $(CPP) -P -Dopfreq=0 -Dlast=1 -Dcount=0 -Dtest=1 -Dflow=0 -Dprof=1 >tmp.s
|
|
|
|
m68k2 -o em2_t--p tmp.s
|
|
|
|
rm -f tmp.s
|
|
|
|
|
|
|
|
em4_t---: $(FILES)
|
|
|
|
cat $(FILES) | $(CPP) -P -Dlword -Dopfreq=0 -Dlast=1 -Dcount=0 -Dtest=1 -Dflow=0 -Dprof=0 >tmp.s
|
|
|
|
m68k2 -o em4_t--- tmp.s
|
|
|
|
rm -f tmp.s
|
|
|
|
|
|
|
|
em4_----: $(FILES)
|
|
|
|
cat $(FILES) | $(CPP) -P -Dlword -Dopfreq=0 -Dlast=0 -Dcount=0 -Dtest=0 -Dflow=0 -Dprof=0 >tmp.s
|
|
|
|
m68k2 -o em4_---- tmp.s
|
|
|
|
rm -f tmp.s
|
|
|
|
|
|
|
|
em4_t-cp: $(FILES)
|
|
|
|
cat $(FILES) | $(CPP) -P -Dlword -Dopfreq=0 -Dlast=1 -Dcount=1 -Dtest=1 -Dflow=0 -Dprof=1 >tmp.s
|
|
|
|
m68k2 -o em4_t-cp tmp.s
|
|
|
|
rm -f tmp.s
|
|
|
|
|
|
|
|
em4_t-c-: $(FILES)
|
|
|
|
cat $(FILES) | $(CPP) -P -Dlword -Dopfreq=0 -Dlast=1 -Dcount=1 -Dtest=1 -Dflow=0 -Dprof=0 >tmp.s
|
|
|
|
m68k2 -o em4_t-c- tmp.s
|
|
|
|
rm -f tmp.s
|
|
|
|
|
|
|
|
em4_t--p: $(FILES)
|
|
|
|
cat $(FILES) | $(CPP) -P -Dlword -Dopfreq=0 -Dlast=1 -Dcount=0 -Dtest=1 -Dflow=0 -Dprof=1 >tmp.s
|
|
|
|
m68k2 -o em4_t--p tmp.s
|
|
|
|
rm -f tmp.s
|
|
|
|
|
|
|
|
install: all
|
|
|
|
-mkdir $b24 $b44
|
|
|
|
ls em2_???? | sed 's:em2_\(.*\):cp & $b24/em_\1:' | sh
|
|
|
|
ls em4_???? | sed 's:em4_\(.*\):cp & $b44/em_\1:' | sh
|
|
|
|
cp em ../../../bin/em
|
1987-03-02 13:03:17 +00:00
|
|
|
cp em.1 ../../../man/em.1
|
1986-02-11 11:13:41 +00:00
|
|
|
|
|
|
|
cmp: all
|
|
|
|
ls em2_???? | sed 's:em2_\(.*\):cmp & $b24/em_\1:' | sh
|
|
|
|
ls em4_???? | sed 's:em4_\(.*\):cmp & $b44/em_\1:' | sh
|
1987-03-02 13:03:17 +00:00
|
|
|
-cmp em ../../../bin/em
|
|
|
|
-cmp em.1 ../../../man/em.1
|
1984-12-18 13:12:03 +00:00
|
|
|
|
|
|
|
clean:
|
1986-02-11 11:13:41 +00:00
|
|
|
-rm -f *.o *.old a.out em tmp.s $(INTS)
|
1984-12-18 13:12:03 +00:00
|
|
|
|
|
|
|
opr:
|
|
|
|
make pr | opr
|
|
|
|
|
|
|
|
pr:
|
1986-02-11 11:13:41 +00:00
|
|
|
@pr `pwd`/makefile
|
|
|
|
@pr `pwd`/deffile `pwd`/$P?
|