wrong Makefile committed
This commit is contained in:
parent
ff682c0cfc
commit
4cecb6bffb
|
@ -3,7 +3,6 @@
|
|||
|
||||
# Machine and environ dependent definitions
|
||||
EMHOME = ../../..
|
||||
EMHOME = /usr/em#???
|
||||
MKDEP = $(EMHOME)/bin/mkdep
|
||||
PRID = $(EMHOME)/bin/prid
|
||||
CID = $(EMHOME)/bin/cid
|
||||
|
@ -130,11 +129,6 @@ MYLINTFLAGS = #-xh
|
|||
.str.h:
|
||||
./make.allocd <$*.str >$*.h
|
||||
|
||||
LINTTEST: #???
|
||||
make Lnt
|
||||
lnt -xha --x BBFT.c
|
||||
# ./lnt -Dmc68000 -I/usr/em/h -I/usr/em/modules/h -I/usr/em/modules/pkg u.c
|
||||
|
||||
Main: Cfiles
|
||||
sh -c 'if $(CC) nmclash.c > /dev/null 2>&1 ; then make "EMHOME="$(EMHOME) $(CURRDIR)/main ; else EMHOME=$(EMHOME); export EMHOME; ./Resolve main ; fi'
|
||||
@rm -f nmclash.o a.out
|
||||
|
@ -156,7 +150,7 @@ CEmain: Cfiles
|
|||
mv *.o CODE_EXPANDER
|
||||
|
||||
Lnt: Cfiles
|
||||
#??? sh -c 'if $(CC) nmclash.c > /dev/null 2>&1 ; then make "EMHOME="$(EMHOME) $(CURRDIR)/lnt ; else EMHOME=$(EMHOME); export EMHOME; ./Resolve lnt ; fi'
|
||||
sh -c 'if $(CC) nmclash.c > /dev/null 2>&1 ; then make "EMHOME="$(EMHOME) $(CURRDIR)/lnt ; else EMHOME=$(EMHOME); export EMHOME; ./Resolve lnt ; fi'
|
||||
make "EMHOME="$(EMHOME) $(CURRDIR)/lnt
|
||||
@rm -f nmclash.o a.out
|
||||
|
||||
|
@ -274,7 +268,7 @@ Xlint: $(SRC)
|
|||
$(LINT) $(CDEFS) $(LINTFLAGS) $(SRC)
|
||||
|
||||
Xmylint: $(SRC)
|
||||
time $(MYLINT) $(CDEFS) $(MYLINTFLAGS) $(SRC) #???
|
||||
$(MYLINT) $(CDEFS) $(MYLINTFLAGS) $(SRC)
|
||||
|
||||
#AUTOAUTOAUTOAUTOAUTOAUTOAUTOAUTOAUTOAUTO
|
||||
main.o: LLlex.h
|
||||
|
|
Loading…
Reference in a new issue