![]() ![]() |
![]() |
1 jsoc 1.2 # Define WORKINGDIR so that we don't get that '/auto/home1' crud 2 WORKINGDIR = $(PWD) 3 | ||
4 arta 1.3 # If the make command included LOCALIZATIONDIR='somedir', use that, otherwise 5 # default to JSOC/localizationdir/custom.mk 6 ifeq ($(LOCALIZATIONDIR),) | ||
7 arta 1.4 LOCALIZATIONDIR = $(WORKINGDIR)/localization | ||
8 arta 1.3 endif 9 | ||
10 arta 1.1 ifeq (,$(filter _%,$(notdir $(CURDIR)))) 11 include target.mk 12 else 13 #----- End Boilerplate 14 15 VPATH = $(SRCDIR) 16 include $(SRCDIR)/make_basic.mk 17 18 #----- Begin Boilerplate 19 endif |
Karen Tian |
Powered by ViewCVS 0.9.4 |