summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>1999-08-19 21:45:34 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>1999-08-19 21:45:34 +0000
commit0552a13f738d09d770327b295fcee005f632af2a (patch)
treecfc746efb0ae563cb4bcf5d2334df8b97042e167 /Makefile.in
parentb5897a9db059f873d36ba25b965f1a858eb4549b (diff)
downloadlibapr-0552a13f738d09d770327b295fcee005f632af2a.tar.gz
A couple of changes required to make things work nicer with Apache. Mainly
moving the lib*.a when they are all built into a common dir, and putting some declarations in the right spots. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59166 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index fc88e3c2a..994a4bed7 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -23,7 +23,7 @@ INCLUDES=-I$(INCDIR) -I$(INCDIR1)
#
# Macros for target determination
#
-MODULES=lib file_io network_io threadproc locks misc time
+MODULES=lib file_io network_io threadproc locks misc time sig
SUBDIRS=lib file_io/@OSDIR@ network_io/@OSDIR@ threadproc/@OSDIR@ \
locks/@OSDIR@ misc/@OSDIR@ time/@OSDIR@ signal/@OSDIR@
#shmem/@OSDIR@
@@ -39,6 +39,10 @@ SUBDIRS=lib file_io/@OSDIR@ network_io/@OSDIR@ threadproc/@OSDIR@ \
# building the entire package.
#
all: Makefile $(MODULES) subdirs
+ mkdir libs
+ @for i in $(SUBDIRS); do \
+ cp $$1/lib*.a libs \
+ done;
@echo APR built.
clean: subdirs_clean