home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of A1200
/
World_Of_A1200.iso
/
programs
/
text
/
tex
/
dmakefile
< prev
next >
Wrap
Makefile
|
1995-02-27
|
216b
|
14 lines
CC = dcc
DEFS = -DMAXPATHLEN=256 -DNOFILE=30
CFLAGS = $(DEFS)
LEX = flex
LFLAGS =
detex: lex.yy.c detex.h
$(CC) $(CFLAGS) -o detex lex.yy.c
lex.yy.c: detex.l
sed -f states.sed detex.l | $(LEX) $(LFLAGS)