diff options
author | mrm <mrm@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-04 23:55:39 +0000 |
---|---|---|
committer | mrm <mrm@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-04 23:55:39 +0000 |
commit | 146509717411add5659ca91960c1ea089a1be4b0 (patch) | |
tree | c941d981034ae1659c0a804290e7942cc385e075 /ASNMP | |
parent | f72066b0273d1ae9325f64ddeca6802cbcba4f39 (diff) | |
download | ATCD-146509717411add5659ca91960c1ea089a1be4b0.tar.gz |
fix macro
Diffstat (limited to 'ASNMP')
-rw-r--r-- | ASNMP/examples/get/Makefile | 2 | ||||
-rw-r--r-- | ASNMP/examples/next/Makefile | 2 | ||||
-rw-r--r-- | ASNMP/examples/set/Makefile | 2 | ||||
-rw-r--r-- | ASNMP/examples/trap/Makefile | 16 |
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 |