home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fish 'n' More 2
/
fishmore-publicdomainlibraryvol.ii1991xetec.iso
/
fish
/
programming
/
gnugrep_406
/
src
/
lmkfile
< prev
next >
Wrap
Text File
|
1989-12-14
|
431b
|
25 lines
CFLAGS = -dUSG -dAMIGA -dEGREP -d__STDC__ -d1 -O
# -rr -O
OBJS = dfa.o alloca.o egrep.o getopt.o regex.o
egrep: $(OBJS)
blink lib:c.o $(OBJS) to egrep lib lib:lc.lib nodebug
dfa.o: dfa.c dfa.i dfa.h
lc $(CFLAGS) dfa.c
egrep.o: egrep.c dfa.h regex.h
lc $(CFLAGS) egrep.c
regex.o: regex.c regex.h
lc $(CFLAGS) regex.c
alloca.o: alloca.c
lc $(CFLAGS) alloca.c
getopt.o: getopt.c
lc $(CFLAGS) getopt.c