wrong Makefile committed at 1.209
This commit is contained in:
parent
3dc49877a5
commit
ba7100a4c2
1 changed files with 0 additions and 8 deletions
|
@ -3,7 +3,6 @@
|
||||||
|
|
||||||
# Machine and environ dependent definitions
|
# Machine and environ dependent definitions
|
||||||
EMHOME = ../../..
|
EMHOME = ../../..
|
||||||
EMHOME = /usr/proj/em/Work#???
|
|
||||||
MKDEP = $(EMHOME)/bin/mkdep
|
MKDEP = $(EMHOME)/bin/mkdep
|
||||||
PRID = $(EMHOME)/bin/prid
|
PRID = $(EMHOME)/bin/prid
|
||||||
CID = $(EMHOME)/bin/cid
|
CID = $(EMHOME)/bin/cid
|
||||||
|
@ -142,13 +141,6 @@ LINTFLAGS =
|
||||||
.str.h:
|
.str.h:
|
||||||
./make.allocd <$*.str >$*.h
|
./make.allocd <$*.str >$*.h
|
||||||
|
|
||||||
LINTTEST: #???
|
|
||||||
make Lnt
|
|
||||||
# ../lpass2/lint -Dunix -DMINIX /usr/star/ast/minix/tape3/commands/make/*.c
|
|
||||||
./lnt -h -Dlint --x s.c #x46.c #ceriel.c #m.c #lithm.c # fig4.c
|
|
||||||
# (cd ../lpass2; make lint.test)
|
|
||||||
# ./lnt -Dmc68000 -I/usr/em/h -I/usr/em/modules/h -I/usr/em/modules/pkg u.c
|
|
||||||
|
|
||||||
Main: Cfiles
|
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'
|
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
|
@rm -f nmclash.o a.out
|
||||||
|
|
Loading…
Reference in a new issue