From: George Tasker Date: Sun, 12 Aug 2001 23:50:40 +0000 (+0000) Subject: Makefile submitted by Markus G. for G95 X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b9f6a1abbff0229c719d5c86d61dc264a1f7ef6e Makefile submitted by Markus G. for G95 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11363 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/regex/makefile.g95 b/src/regex/makefile.g95 new file mode 100644 index 0000000000..9043156a1d --- /dev/null +++ b/src/regex/makefile.g95 @@ -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