Last change
on this file was 18, checked in by bird, 22 years ago |
Initial revision
|
-
Property cvs2svn:cvs-rev
set to
1.1
-
Property svn:eol-style
set to
native
-
Property svn:executable
set to
*
|
File size:
263 bytes
|
Line | |
---|
1 | #
|
---|
2 | # make file (written by Eberhard Mattes) for regexp (written by Henry Spencer)
|
---|
3 | #
|
---|
4 | default: regexp.a
|
---|
5 |
|
---|
6 | CC= gcc
|
---|
7 | CFLAGS= -O2 -I.
|
---|
8 |
|
---|
9 | .c.o:
|
---|
10 | $(CC) -c $(CFLAGS) $<
|
---|
11 |
|
---|
12 | OBJS=regexp.o regsub.o regerror.o
|
---|
13 |
|
---|
14 | regexp.a: $(OBJS)
|
---|
15 | -del regexp.a
|
---|
16 | ar r regexp.a $(OBJS)
|
---|
17 | ar s regexp.a
|
---|
Note:
See
TracBrowser
for help on using the repository browser.