9a0042c61e
git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@2 3f5042e3-fb1d-0410-be18-d6ca2573e517
9 lines
469 B
Makefile
9 lines
469 B
Makefile
# SGE Definitions
|
|
export SGEDEF = -D__MSGE -D__SGE_NO_USERMAPPING__
|
|
export SGETOP = @SGEBUILDDIR@
|
|
export SGEIP = -I$(SGETOP) -I$(SGETOP)/common -I$(SGETOP)/libs/comm -I$(SGETOP)/libs/cull \
|
|
-I$(SGETOP)/libs/gdi -I$(SGETOP)/daemons/commd -I$(SGETOP)/libs/rmon -I$(SGETOP)/libs/uti \
|
|
-I$(SGETOP)/libs/sched -I$(SGETOP)/daemons/common
|
|
export SGELP = -L$(SGETOP)/@SGEOSDIR@
|
|
export SGELIB = -lsched -lgdi -lcull -lcom -luti -lrmon $(SGETOP)/@SGEOSDIR@/sig_handlers.o
|