]> git.saurik.com Git - wxWidgets.git/blob - src/regex/makefile.g95
clean is symbolic target
[wxWidgets.git] / src / regex / makefile.g95
1
2 ifeq ($(WXWIN),)
3 WXWIN=../..
4 endif
5
6 LIBTARGET=$(WXWIN)/lib/libregex.a
7
8 OBJECTS= \
9 regcomp.o \
10 regexec.o \
11 regerror.o \
12 regfree.o
13
14 # Pull in standard variable definitions
15
16 include $(WXWIN)/src/makelib.g95