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

File: [Development] / JSOC / Makefile (download)
Revision: 1.2, Fri Jul 11 22:55:34 2008 UTC (14 years, 10 months ago) by jsoc
Branch: MAIN
CVS Tags: Ver_5-6, Ver_5-5, Ver_5-3, Ver_5-2, Ver_5-1, Ver_5-0, Ver_4-7, Ver_4-6, Ver_4-5, NetDRMS_Ver_2-0b1, NetDRMS_Ver_2-0b, NetDRMS_Ver_2-0a2, NetDRMS_Ver_2-0a1, NetDRMS_Ver_2-0a, NetDRMS_Ver_2-0, NetDRMS_Ver_1-1, NetDRMS_Ver_1-0
Changes since 1.1: +3 -0 lines
Ensure that the global build macro, CDIR, doesn't have the /auto/homeX stuff in it; print out prime keys correctly in jsoc_export - was using the prime key templates instead of the real instances of the prime keys

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

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