summaryrefslogtreecommitdiff
path: root/strings/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'strings/Makefile.in')
-rw-r--r--strings/Makefile.in19
1 files changed, 0 insertions, 19 deletions
diff --git a/strings/Makefile.in b/strings/Makefile.in
deleted file mode 100644
index aa1e1ee0e..000000000
--- a/strings/Makefile.in
+++ /dev/null
@@ -1,19 +0,0 @@
-srcdir = @srcdir@
-VPATH = @srcdir@
-
-TARGETS = \
- apr_cpystrn.lo \
- apr_snprintf.lo \
- apr_strnatcmp.lo \
- apr_strings.lo \
- apr_fnmatch.lo \
- apr_strtok.lo
-
-# bring in rules.mk for standard functionality
-@INCLUDE_RULES@
-
-DEFOSDIR=$(INCDIR)/arch/@DEFAULT_OSDIR@
-INCDIR=../include
-INCLUDES=-I$(INCDIR) -I$(DEFOSDIR)
-
-# DO NOT REMOVE