diff options
author | mrm <mrm@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-08-20 04:32:51 +0000 |
---|---|---|
committer | mrm <mrm@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-08-20 04:32:51 +0000 |
commit | 8fe9d795633582081ce96ef81a925dfc85b4af22 (patch) | |
tree | 7e7606bd1a5fb1cb49ce8a79070e467f963f27e9 /ASNMP/tests | |
parent | f76fdd2914b9b576fe942f068c51e88f223a7214 (diff) | |
download | ATCD-8fe9d795633582081ce96ef81a925dfc85b4af22.tar.gz |
change to ACE_ROOT macro
Diffstat (limited to 'ASNMP/tests')
-rw-r--r-- | ASNMP/tests/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/ASNMP/tests/Makefile b/ASNMP/tests/Makefile index 821444f36a2..6e211364ef9 100644 --- a/ASNMP/tests/Makefile +++ b/ASNMP/tests/Makefile @@ -19,10 +19,10 @@ BIN = Oid_Test \ Address_Test \ Target_Test \ Varbind_Test -CCFLAGS = -I$(WRAPPER_ROOT)/ASNMP/ +CCFLAGS = -I$(ACE_ROOT)/ASNMP/ LSRC = $(addsuffix .cpp,$(BIN)) -VLDLIBS = -L$(WRAPPER_ROOT)/ASNMP/asnmp -lasnmp $(LDLIBS:%=%$(VAR)) +VLDLIBS = -L$(ACE_ROOT)/ASNMP/asnmp -lasnmp $(LDLIBS:%=%$(VAR)) BUILD = $(VBIN) @@ -30,12 +30,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 |