version 1.2, 2008/07/11 23:55:34
|
version 1.3, 2010/03/10 23:58:46
|
|
|
# Define WORKINGDIR so that we don't get that '/auto/home1' crud | # Define WORKINGDIR so that we don't get that '/auto/home1' crud |
WORKINGDIR = $(PWD) | 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)))) | ifeq (,$(filter _%,$(notdir $(CURDIR)))) |
include target.mk | include target.mk |
else | else |