### # Makefile options... # $Id$ ### ### # OSSIM_DEV_HOME # This should be the directory where all your workspaces are like ossim, # libtiff, geotiff and so on... ### # Check for blank OSSIM_DEV_HOME # OSSIM_DEV_HOME = ifeq ($(OSSIM_DEV_HOME),) $(error Must set OSSIM_DEV_HOME either in this file or in your environment) endif # OSSIM_HOME = ifeq ($(OSSIM_HOME),) OSSIM_HOME = $(OSSIM_DEV_HOME)/ossim $(warning OSSIM_HOME set to: $(OSSIM_HOME)) endif OMS_HOME = $(OSSIM_DEV_HOME)/oms OMS_LIB_PATH = $(OMS_HOME)/oms_raster_engine # OMS_INST_LIB = /usr/local/ossim/lib/ OMS_INST_LIB = $(OMS_HOME)/lib/oms