summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-21 21:47:40 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-21 21:47:40 +0000
commitb482d42fc73d4411c0666b45fe129cd72af80df6 (patch)
tree35325b7f81830ae636ab58c3e79e4a88f845efd4 /examples
parent902e79123ee26b939d2d240c9f9de64b1556e198 (diff)
downloadATCD-b482d42fc73d4411c0666b45fe129cd72af80df6.tar.gz
the VxWorks hack was a bit more complicated
Diffstat (limited to 'examples')
-rw-r--r--examples/System_V_IPC/Makefile15
1 files changed, 12 insertions, 3 deletions
diff --git a/examples/System_V_IPC/Makefile b/examples/System_V_IPC/Makefile
index 6aef5522d8e..ba96a1ed89d 100644
--- a/examples/System_V_IPC/Makefile
+++ b/examples/System_V_IPC/Makefile
@@ -19,13 +19,22 @@ DIRS = SV_Message_Queues \
#----------------------------------------------------------------------------
include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
+include $(ACE_ROOT)/include/makeinclude/macros.GNU
ifdef VXWORKS
- DIRS = .
- nobuild:
+ all.nested: any
+ debug.nested: any
+ profile.nested: any
+ install.nested: any
+ deinstall.nested: any
+ clean.nested: any
+ realclean.nested: any
+ clobber.nested: any
+ depend.nested: any
+ rcs_info.nested: any
+ any:
@echo These examples won\'t run or build for VxWorks.
else
- include $(ACE_ROOT)/include/makeinclude/macros.GNU
include $(ACE_ROOT)/include/makeinclude/rules.common.GNU
include $(ACE_ROOT)/include/makeinclude/rules.nested.GNU
include $(ACE_ROOT)/include/makeinclude/rules.nolocal.GNU