![]() ![]() |
![]() |
File: [Development] / JSOC / Makefile
(download)
Revision: 1.4, Thu Mar 11 03:54:41 2010 UTC (13 years, 2 months ago) by arta Branch: MAIN CVS Tags: Ver_5-9, Ver_5-8, Ver_5-7, Ver_5-12, Ver_5-11, Ver_5-10, NetDRMS_Ver_2-5, NetDRMS_Ver_2-4, NetDRMS_Ver_2-3, NetDRMS_Ver_2-2, NetDRMS_Ver_2-1 Changes since 1.3: +1 -1 lines NetDRMS user can now build proj dirs that come from the full JSOC build; the user must modify the config.local file to list the dirs that should be built |
# 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 = $(WORKINGDIR)/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 |