removed the "depend" emtry, added a "distr" entry, which should be used
before a distribution is made. Also added the -DNORCSID flag to the lint-options.
This commit is contained in:
parent
9d8dd3f989
commit
1ca93d7aa1
1 changed files with 4 additions and 3 deletions
|
@ -7,7 +7,7 @@ OBJECTS = main.o gencode.o compute.o LLgen.o tokens.o check.o reach.o global.o n
|
||||||
CFILES = main.c gencode.c compute.c LLgen.c tokens.c check.c reach.c global.c name.c sets.c Lpars.c alloc.c machdep.c
|
CFILES = main.c gencode.c compute.c LLgen.c tokens.c check.c reach.c global.c name.c sets.c Lpars.c alloc.c machdep.c
|
||||||
FILES =types.h tunable.h extern.h io.h sets.h assert.h tokens.g LLgen.g main.c name.c compute.c sets.c gencode.c global.c check.c reach.c alloc.c machdep.c Makefile
|
FILES =types.h tunable.h extern.h io.h sets.h assert.h tokens.g LLgen.g main.c name.c compute.c sets.c gencode.c global.c check.c reach.c alloc.c machdep.c Makefile
|
||||||
GFILES = tokens.g LLgen.g
|
GFILES = tokens.g LLgen.g
|
||||||
LINT = lint -b -DNDEBUG
|
LINT = lint -b -DNDEBUG -DNORCSID
|
||||||
|
|
||||||
all:
|
all:
|
||||||
@make parser "LLOPT=$(LLOPT)"
|
@make parser "LLOPT=$(LLOPT)"
|
||||||
|
@ -30,8 +30,9 @@ lint:
|
||||||
clean:
|
clean:
|
||||||
-rm -f *.o LL.temp LL.xxx LL.output LLgen
|
-rm -f *.o LL.temp LL.xxx LL.output LLgen
|
||||||
|
|
||||||
depend:
|
distr:
|
||||||
./makedepend `grep -v '\.h' sources`
|
-rm -f parser
|
||||||
|
make parser
|
||||||
|
|
||||||
# The next lines are generated automatically
|
# The next lines are generated automatically
|
||||||
# AUTOAUTOAUTOAUTOAUTOAUTOAUTOAUTOAUTOAUTOAUTOAUTOAUTOAUTO
|
# AUTOAUTOAUTOAUTOAUTOAUTOAUTOAUTOAUTOAUTOAUTOAUTOAUTOAUTO
|
||||||
|
|
Loading…
Reference in a new issue