summaryrefslogtreecommitdiff
path: root/atomic
diff options
context:
space:
mode:
authorianh <ianh@13f79535-47bb-0310-9956-ffa450edef68>2002-02-12 21:51:30 +0000
committerianh <ianh@13f79535-47bb-0310-9956-ffa450edef68>2002-02-12 21:51:30 +0000
commitaa1ff69d4b4788f68578c79fc436112b10595ff4 (patch)
treea805c57aef3be6a702188d4344b2dde1647a8599 /atomic
parent375668d7e60582de793a59159b16bd1b3ed72cc7 (diff)
downloadlibapr-aa1ff69d4b4788f68578c79fc436112b10595ff4.tar.gz
support files for unix
I don't have MSVC6 so I can't modify dsp's ;( PR: Obtained from: Submitted by: Reviewed by: git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62964 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'atomic')
-rw-r--r--atomic/unix/Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/atomic/unix/Makefile.in b/atomic/unix/Makefile.in
new file mode 100644
index 000000000..91cf22f14
--- /dev/null
+++ b/atomic/unix/Makefile.in
@@ -0,0 +1,11 @@
+
+TARGETS = apr_atomic.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