Makefile submitted by Markus G. for G95

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11363 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
George Tasker
2001-08-12 23:50:40 +00:00
parent 3b50432abf
commit b9f6a1abbf

12
src/regex/makefile.g95 Normal file
View File

@@ -0,0 +1,12 @@
LIBTARGET=$(WXWIN)/lib/libregex.a
OBJECTS= \
regcomp.o \
regexec.o \
regerror.o \
regfree.o
# Pull in standard variable definitions
include $(WXWIN)/src/makelib.g95