projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
added a new sample to show the key events
[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