![]() ![]() |
![]() |
version 1.1, 2007/10/02 00:12:19 | version 1.3, 2010/03/10 23:58:46 | ||
---|---|---|---|
|
| ||
# 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)))) | ifeq (,$(filter _%,$(notdir $(CURDIR)))) | ||
include target.mk | include target.mk | ||
else | else |
|
Karen Tian |
Powered by ViewCVS 0.9.4 |