]> git.saurik.com Git - wxWidgets.git/blobdiff - src/regex/makefile.g95
removing old makefiles
[wxWidgets.git] / src / regex / makefile.g95
diff --git a/src/regex/makefile.g95 b/src/regex/makefile.g95
deleted file mode 100644 (file)
index 29d264c..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-
-ifeq ($(WXWIN),)
-WXWIN=../..
-endif
-
-include $(WXWIN)/src/makelib.g95
-
-LIBTARGET=$(WXWIN)/lib/libregex$(MIN_SUFFIX).a
-
-OBJECTS= \
-               regcomp.o \
-               regexec.o \
-               regerror.o \
-               regfree.o
-
-# Pull in standard variable definitions
-
-include $(WXWIN)/src/makelib.g95