summaryrefslogtreecommitdiff
path: root/ASNMP
diff options
context:
space:
mode:
authormrm <mrm@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-09-04 23:51:27 +0000
committermrm <mrm@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-09-04 23:51:27 +0000
commitb74f797c929aa31e00112964696abb3871e6c968 (patch)
treed9149832ac82047ed5c978ce68ee223fa2fab7fe /ASNMP
parent2c9f6ec02f8eb52c35caa2053b34b33424de5fda (diff)
downloadATCD-b74f797c929aa31e00112964696abb3871e6c968.tar.gz
fixed makefile
Diffstat (limited to 'ASNMP')
-rw-r--r--ASNMP/examples/get/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/ASNMP/examples/get/Makefile b/ASNMP/examples/get/Makefile
index 669015aa115..9010ba99d9d 100644
--- a/ASNMP/examples/get/Makefile
+++ b/ASNMP/examples/get/Makefile
@@ -11,9 +11,9 @@
# ACE+SNMP
BIN = get
-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$(WRAPPER_ROOT)/ASNMP/asnmp -lasnmp $(LDLIBS:%=%$(VAR))
BUILD = $(VBIN)
@@ -21,12 +21,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