### # 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 ifeq ($(OSSIM_DEV_HOME),) $(error Must set OSSIM_DEV_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