wrong Makefile committed
authordick <none@none>
Fri, 30 Sep 1988 16:49:02 +0000 (16:49 +0000)
committerdick <none@none>
Fri, 30 Sep 1988 16:49:02 +0000 (16:49 +0000)
lang/cem/cemcom/Makefile

index d573057..74b5aac 100644 (file)
@@ -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