diff options
Diffstat (limited to 'libuxre/Makefile')
| l---------[-rw-r--r--] | libuxre/Makefile | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/libuxre/Makefile b/libuxre/Makefile index 46d7320..f568cf7 100644..120000 --- a/libuxre/Makefile +++ b/libuxre/Makefile @@ -1,12 +1 @@ -CFLAGS = $(COPT) $(RPMCFLAGS) -I. -OBJS = bracket.o _collelem.o _collmult.o regcomp.o regdfa.o regerror.o regexec.o regfree.o regnfa.o regparse.o stubs.o - -.c.o: ; $(CC) $(CFLAGS) -c $< - -all: libuxre.a - -libuxre.a: $(OBJS) - ar cr libuxre.a $(OBJS) - -clean: - rm -f libuxre.a $(OBJS) core +Makefile.mk
\ No newline at end of file |
