home *** CD-ROM | disk | FTP | other *** search
- 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
-
-