summaryrefslogtreecommitdiff
path: root/ASNMP
diff options
context:
space:
mode:
authormrm <mrm@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-09-04 23:55:39 +0000
committermrm <mrm@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-09-04 23:55:39 +0000
commite8343f469debce600fa95985a48bafd0849efeb0 (patch)
treec941d981034ae1659c0a804290e7942cc385e075 /ASNMP
parent54a0cf0b8f3d77e1a493b447f2598dc4a095dacd (diff)
downloadATCD-e8343f469debce600fa95985a48bafd0849efeb0.tar.gz
fix macro
Diffstat (limited to 'ASNMP')
-rw-r--r--ASNMP/examples/get/Makefile2
-rw-r--r--ASNMP/examples/next/Makefile2
-rw-r--r--ASNMP/examples/set/Makefile2
-rw-r--r--ASNMP/examples/trap/Makefile16
4 files changed, 11 insertions, 11 deletions
diff --git a/ASNMP/examples/get/Makefile b/ASNMP/examples/get/Makefile
index 9010ba99d9d..efba9b7161f 100644
--- a/ASNMP/examples/get/Makefile
+++ b/ASNMP/examples/get/Makefile
@@ -13,7 +13,7 @@
BIN = get
CCFLAGS = -I$(ACE_ROOT)/ASNMP/
LSRC = $(addsuffix .cpp,$(BIN))
-VLDLIBS = -R$(ACE_ROOT)/ASNMP/asnmp -L$(WRAPPER_ROOT)/ASNMP/asnmp -lasnmp $(LDLIBS:%=%$(VAR))
+VLDLIBS = -R$(ACE_ROOT)/ASNMP/asnmp -L$(ACE_ROOT)/ASNMP/asnmp -lasnmp $(LDLIBS:%=%$(VAR))
BUILD = $(VBIN)
diff --git a/ASNMP/examples/next/Makefile b/ASNMP/examples/next/Makefile
index 2d9c9fb0ba4..e18e5e6e7f3 100644
--- a/ASNMP/examples/next/Makefile
+++ b/ASNMP/examples/next/Makefile
@@ -14,7 +14,7 @@ BIN = next
CCFLAGS = -I$(ACE_ROOT)/ASNMP/
LSRC = $(addsuffix .cpp,$(BIN))
-VLDLIBS = -R$(ACE_ROOT)/ASNMP/asnmp -L$(WRAPPER_ROOT)/ASNMP/asnmp -lasnmp $(LDLIBS:%=%$(VAR))
+VLDLIBS = -R$(ACE_ROOT)/ASNMP/asnmp -L$(ACE_ROOT)/ASNMP/asnmp -lasnmp $(LDLIBS:%=%$(VAR))
BUILD = $(VBIN)
diff --git a/ASNMP/examples/set/Makefile b/ASNMP/examples/set/Makefile
index d98617d619d..6a5eb229750 100644
--- a/ASNMP/examples/set/Makefile
+++ b/ASNMP/examples/set/Makefile
@@ -14,7 +14,7 @@ BIN = set
CCFLAGS = -I$(ACE_ROOT)/ASNMP/
LSRC = $(addsuffix .cpp,$(BIN))
-VLDLIBS = -R$(ACE_ROOT)/ASNMP/asnmp -L$(WRAPPER_ROOT)/ASNMP/asnmp -lasnmp $(LDLIBS:%=%$(VAR))
+VLDLIBS = -R$(ACE_ROOT)/ASNMP/asnmp -L$(ACE_ROOT)/ASNMP/asnmp -lasnmp $(LDLIBS:%=%$(VAR))
BUILD = $(VBIN)
diff --git a/ASNMP/examples/trap/Makefile b/ASNMP/examples/trap/Makefile
index 09523f48940..1f11bdad45e 100644
--- a/ASNMP/examples/trap/Makefile
+++ b/ASNMP/examples/trap/Makefile
@@ -11,10 +11,10 @@
# ACE+SNMP
BIN = trap
-CCFLAGS = -I$(WRAPPER_ROOT)/ASNMP/
+CCFLAGS = -I$(ACE_ROOT)/ASNMP/
LSRC = $(addsuffix .cpp,$(BIN))
-VLDLIBS = -R$(WRAPPER_ROOT)/ASNMP/asnmp -L$(WRAPPER_ROOT)/ASNMP/asnmp -lasnmp $(LDLIBS:%=%$(VAR))
+VLDLIBS = -R$(ACE_ROOT)/ASNMP/asnmp -L$(ACE_ROOT)/ASNMP/asnmp -lasnmp $(LDLIBS:%=%$(VAR))
BUILD = $(VBIN)
@@ -22,12 +22,12 @@ BUILD = $(VBIN)
# Include macros and targets
#----------------------------------------------------------------------------
-include $(WRAPPER_ROOT)/include/makeinclude/wrapper_macros.GNU
-include $(WRAPPER_ROOT)/include/makeinclude/macros.GNU
-include $(WRAPPER_ROOT)/include/makeinclude/rules.common.GNU
-include $(WRAPPER_ROOT)/include/makeinclude/rules.nonested.GNU
-include $(WRAPPER_ROOT)/include/makeinclude/rules.bin.GNU
-include $(WRAPPER_ROOT)/include/makeinclude/rules.local.GNU
+include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
+include $(ACE_ROOT)/include/makeinclude/macros.GNU
+include $(ACE_ROOT)/include/makeinclude/rules.common.GNU
+include $(ACE_ROOT)/include/makeinclude/rules.nonested.GNU
+include $(ACE_ROOT)/include/makeinclude/rules.bin.GNU
+include $(ACE_ROOT)/include/makeinclude/rules.local.GNU
#----------------------------------------------------------------------------
# Local targets