summaryrefslogtreecommitdiff
path: root/NWGNUmakefile
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2009-06-28 01:23:19 +0000
committerGuenter Knauf <fuankg@apache.org>2009-06-28 01:23:19 +0000
commit3ed40a7f8c3ae99f7d24a805aae657d60fa17e1e (patch)
treef17b59f831d7061d2fbade16b53dad6717a9a317 /NWGNUmakefile
parentcc14d61c3f4c70ec7cd0c206da8a873627957a83 (diff)
downloadapr-3ed40a7f8c3ae99f7d24a805aae657d60fa17e1e.tar.gz
some more NetWare build tweaks.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@789031 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r--NWGNUmakefile15
1 files changed, 7 insertions, 8 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile
index add30eeaa..3c50ab89a 100644
--- a/NWGNUmakefile
+++ b/NWGNUmakefile
@@ -385,22 +385,21 @@ nlms :: libs $(TARGET_nlm)
# correct place. (See $(APR_WORK)\build\NWGNUhead.inc for examples)
#
install :: nlms $(INSTDIRS) FORCE
- copy $(OBJDIR)\aprlib.nlm $(INSTALLBASE)\*.*
+ copy $(TARGET_nlm) $(INSTALLBASE)\*.*
ifndef DEST
-copy $(subst /,\,$(APR))\STATUS $(INSTALLBASE)\*.apr
-copy $(subst /,\,$(APR))\LICENSE $(INSTALLBASE)\*
-copy $(subst /,\,$(APR))\CHANGES $(INSTALLBASE)\*.apr
- @echo rem copying the docs directories > xc.bat
- @echo xcopy docs $(INSTALLBASE)\docs\*.* $(XCOPYSW) >> xc.bat
- $(CMD) xc.bat
- $(DEL) xc.bat
+ @-xcopy $(XCOPYSW) docs $(INSTALLBASE)\docs\*.*
endif
ifndef DEST
installdev :: $(INSTDEVDIRS) FORCE
- -copy $(subst /,\,$(APR))\include\*.h $(INSTALLBASE)\include\*.*
- -copy $(subst /,\,$(APR))\*.imp $(INSTALLBASE)\lib\*.*
- -copy $(subst /,\,$(APR))\misc\netware\*.xdc $(INSTALLBASE)\lib\*.*
+ copy $(subst /,\,$(APR))\include\*.h $(INSTALLBASE)\include\*.*
+ copy $(subst /,\,$(APR))\*.imp $(INSTALLBASE)\lib\*.*
+ copy $(subst /,\,$(APR))\misc\netware\*.xdc $(INSTALLBASE)\lib\*.*
+ copy $(TARGET_lib) $(INSTALLBASE)\lib\*.*
+ copy $(TARGET_nlm) $(INSTALLBASE)\bin\*.*
$(INSTDEVDIRS) ::
$(CHKNOT) $@\NUL mkdir $@