# arch_spec_OBJY.mk # # Architecture/site specific makefile fragment # for global inclusion. # # Needed to compile and link executables using Objectivity databases # # At present, this only works on one machine with one compiler. # In general, the site will be a network running AMS. # # This code is available under an evaluation license only. Unless # CDF buys licenses, it will be deleted and no longer available soon. # Do not copy the Objectivity libraries to other areas. # # Site : b0it04 # Architecture : Operating system IRIX 6.2 with native compiler ( CC -n32 ) # Base directory for the Objectivity code OB = /usr/object/iris # Location of Objectivity header files. override CPPFLAGS += -I$(OB)/include # Directory containing Objectivity libraries override LDFLAGS += -L$(OB)/lib # Objectivity library. override LOADLIBES += -loo