19 |
|
|
20 |
########################################################################## |
########################################################################## |
21 |
|
|
22 |
OBJ = maketables.o study.o pcre.o |
OBJ = maketables.o get.o study.o pcre.o |
23 |
|
|
24 |
all: libpcre.a libpcreposix.a pcretest pgrep |
all: libpcre.a libpcreposix.a pcretest pgrep |
25 |
|
|
48 |
maketables.o: maketables.c pcre.h internal.h Makefile |
maketables.o: maketables.c pcre.h internal.h Makefile |
49 |
$(CC) -c $(CFLAGS) maketables.c |
$(CC) -c $(CFLAGS) maketables.c |
50 |
|
|
51 |
|
get.o: get.c pcre.h internal.h Makefile |
52 |
|
$(CC) -c $(CFLAGS) get.c |
53 |
|
|
54 |
study.o: study.c pcre.h internal.h Makefile |
study.o: study.c pcre.h internal.h Makefile |
55 |
$(CC) -c $(CFLAGS) study.c |
$(CC) -c $(CFLAGS) study.c |
56 |
|
|