From b9f6a1abbff0229c719d5c86d61dc264a1f7ef6e Mon Sep 17 00:00:00 2001 From: George Tasker Date: Sun, 12 Aug 2001 23:50:40 +0000 Subject: [PATCH] Makefile submitted by Markus G. for G95 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11363 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/regex/makefile.g95 | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/regex/makefile.g95 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 -- 2.45.2