(file) Return to Makefile CVS log (file) (dir) Up to [Development] / JSOC

File: [Development] / JSOC / Makefile (download)
Revision: 1.3, Wed Mar 10 23:58:46 2010 UTC (13 years ago) by arta
Branch: MAIN
Changes since 1.2: +6 -0 lines
Allow NetDRMS sites to cherry-pick SU proj directories - by listing the directories desired in the config.local file, the configure/make system will automatically know how to build them.

# Define WORKINGDIR so that we don't get that '/auto/home1' crud
WORKINGDIR	= $(PWD)

# If the make command included LOCALIZATIONDIR='somedir', use that, otherwise
# default to JSOC/localizationdir/custom.mk
ifeq ($(LOCALIZATIONDIR),)
  LOCALIZATIONDIR = $(SRCDIR)/localization
endif

ifeq (,$(filter _%,$(notdir $(CURDIR))))
  include target.mk
else
#----- End Boilerplate

VPATH	  = $(SRCDIR)
include $(SRCDIR)/make_basic.mk

#----- Begin Boilerplate
endif

Karen Tian
Powered by
ViewCVS 0.9.4