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