]> git.saurik.com Git - wxWidgets.git/blob - src/regex/makefile.g95
makefile.g95 now adds _cyg or _min suffix to libraries/DLLs, as
[wxWidgets.git] / src / regex / makefile.g95
1
2 ifeq ($(WXWIN),)
3 WXWIN=../..
4 endif
5
6 include $(WXWIN)/src/makelib.g95
7
8 LIBTARGET=$(WXWIN)/lib/libregex$(MIN_SUFFIX).a
9
10 OBJECTS= \
11 regcomp.o \
12 regexec.o \
13 regerror.o \
14 regfree.o
15
16 # Pull in standard variable definitions
17
18 include $(WXWIN)/src/makelib.g95