summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-01-07 18:35:46 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-01-07 18:35:46 +0000
commitfb1c2038c6dfce69a16778c1e2ccba4a692e6d56 (patch)
tree17bc9c9092be93e18685e13db6e830ba5b52bd6b
parente031f19fa7b6eda007536c619e25ca3ac628cb46 (diff)
downloadATCD-fb1c2038c6dfce69a16778c1e2ccba4a692e6d56.tar.gz
ChangeLogTag: Wed Jan 7 18:35:13 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--ace/Makefile.bor13
1 files changed, 11 insertions, 2 deletions
diff --git a/ace/Makefile.bor b/ace/Makefile.bor
index a8cff0f623d..9f8d67899d8 100644
--- a/ace/Makefile.bor
+++ b/ace/Makefile.bor
@@ -367,13 +367,22 @@ INCLUDES = \
Singleton.cpp \
Stream.cpp \
Stream_Modules.cpp \
- String_Base.cpp \
+ String_Base.cpp \
Svc_Handler.cpp \
- Swap.cpp \
+ Swap.cpp \
Test_and_Set.cpp \
Timer_Queue_Adapters.cpp \
Typed_SV_Message.cpp \
Typed_SV_Message_Queue.cpp
!include <$(ACE_ROOT)\include\makeinclude\build_core_library.bor>
+
+install: extra_install
+extra_install:
+ @xcopy /i /s /y os_include\*.h $(INSTALL_INCDIR)\os_include
+ @xcopy /i /s /y os_include\arpa\*.h $(INSTALL_INCDIR)\os_include\arpa
+ @xcopy /i /s /y os_include\net\*.h $(INSTALL_INCDIR)\os_include\net
+ @xcopy /i /s /y os_include\netinet\*.h $(INSTALL_INCDIR)\os_include\netinet
+ @xcopy /i /s /y os_include\sys\*.h $(INSTALL_INCDIR)\os_include\sys
+
!include <$(ACE_ROOT)\include\makeinclude\recurse.bor>