Added conditionals to find OpenThreads include and library directories if

not installed
This commit is contained in:
Don BURNS
2003-07-23 19:08:42 +00:00
parent 52aa73b18a
commit 9a2a13fe34

View File

@@ -105,6 +105,15 @@ PLUGIN_EXT = so
MAKEDIST = echo " === Distribution build is not implemented yet for $(OS)"; printf "\n"
INSTLOGFILE = /tmp/.osg_inst_log
ifneq ("$(OPENTHREADS_INC_DIR)","")
INC += -I$(OPENTHREADS_INC_DIR)
endif
ifneq ("$(OPENTHREADS_LIB_DIR)","")
LDFLAGS += -L$(OPENTHREADS_LIB_DIR)
endif
RECURSIVE_TARGETS = \
opt\
debug\