summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_vxworks5.x_ghs.GNU
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-07-27 14:08:51 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-07-27 14:08:51 +0000
commite6fccc4f373cf075864fbecbed8bd5d614311227 (patch)
treed12940092ca7f0809c409d1a0a04297beaef4f5d /include/makeinclude/platform_vxworks5.x_ghs.GNU
parent26236e38cea4d34777990d5f18961d67e9cfaf30 (diff)
downloadATCD-e6fccc4f373cf075864fbecbed8bd5d614311227.tar.gz
added overrides of .so build rules to change them .o builds.
Diffstat (limited to 'include/makeinclude/platform_vxworks5.x_ghs.GNU')
-rw-r--r--include/makeinclude/platform_vxworks5.x_ghs.GNU4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/makeinclude/platform_vxworks5.x_ghs.GNU b/include/makeinclude/platform_vxworks5.x_ghs.GNU
index ebd56133370..f946193bd18 100644
--- a/include/makeinclude/platform_vxworks5.x_ghs.GNU
+++ b/include/makeinclude/platform_vxworks5.x_ghs.GNU
@@ -21,3 +21,7 @@ PRELIB = (echo "int main() { return 0; }" > gcctemp.c && \
#### don't build shared objects:
BUILD = $(VOBJS) $(VLIB) $(VBIN)
+OBJDIRS = .obj
+SHOBJ = $(addsuffix .o,$(FILES))
+SOEXT = o
+VSHDIR = .obj/