Changeset 5376
- Timestamp:
- 08/02/06 12:47:57
- Files:
-
- OpenThreads/trunk/Make/makedefs (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
OpenThreads/trunk/Make/makedefs
r5375 r5376 86 86 IMP_LIBINST = lib/$(OS)$(ARCH) 87 87 88 INST_LOCATION = /usr/local88 INST_LOCATION ?= /usr/local 89 89 INST_LIBS = $(INST_LOCATION)/lib$(ARCH_EXT) 90 90 INST_INCLUDE = $(INST_LOCATION)/include … … 179 179 INSTXCMD = cp 180 180 INSTRCMD = cp 181 INST_LOCATION = /opt/OpenThreads181 INST_LOCATION ?= /opt/OpenThreads 182 182 INST_LIBS = $(INST_LOCATION)/lib$(ARCH_EXT) 183 183 INST_INCLUDE = $(INST_LOCATION)/include … … 339 339 LINK = cp -f 340 340 341 INST_LOCATION = /usr/local/OpenThreads341 INST_LOCATION ?= /usr/local/OpenThreads 342 342 INST_INCLUDE = $(INST_LOCATION)/include 343 343 INST_SHARE_PREFIX = $(INST_LOCATION) … … 388 388 LINK = cp -f 389 389 390 INST_LOCATION = /usr/local/OpenThreads390 INST_LOCATION ?= /usr/local/OpenThreads 391 391 INST_LIBS = $(INST_LOCATION)/bin 392 392 INST_IMP_LIBS = $(INST_LOCATION)/lib
