Removed references to PRODUCER_INCLUDE_DIR and PRODUCER_LIB_DIR in the

local makefiles.

Small change in txp loader for sun build
This commit is contained in:
Don BURNS
2003-07-25 23:49:03 +00:00
parent e26ef983c4
commit 49a93076c1
46 changed files with 62 additions and 93 deletions

View File

@@ -113,6 +113,14 @@ ifneq ("$(OPENTHREADS_LIB_DIR)","")
LDFLAGS += -L$(OPENTHREADS_LIB_DIR)
endif
ifneq ("$(PRODUCER_INC_DIR)","")
INC += -I$(PRODUCER_INC_DIR)
endif
ifneq ("$(PRODUCER_LIB_DIR)","")
LDFLAGS += -L$(PRODUCER_LIB_DIR)
endif
RECURSIVE_TARGETS = \
opt\
@@ -157,7 +165,7 @@ ifeq ($(OS),SunOS)
JPEG_LIBS = -ljpeg
PNG_LIBS = -lpng -lz
FREETYPE_LIB = -lfreetype
OTHER_LIBS =
OTHER_LIBS = -lOpenThreads
#### using forte compilers (default)
else
@@ -193,6 +201,7 @@ ifeq ($(OS),SunOS)
INSTDEVCMD = cp
INST_LOCATION = /opt/OpenSceneGraph
MAKEDIST = $(TOPDIR)/Make/makepkg
OTHER_LIBS = -lOpenThreads
endif
#### IRIX Specific definitions