![]() ![]() |
![]() |
1 jsoc 1.2 # Define WORKINGDIR so that we don't get that '/auto/home1' crud 2 WORKINGDIR = $(PWD) 3 | ||
4 arta 1.1 ifeq (,$(filter _%,$(notdir $(CURDIR)))) 5 include target.mk 6 else 7 #----- End Boilerplate 8 9 VPATH = $(SRCDIR) 10 include $(SRCDIR)/make_basic.mk 11 12 #----- Begin Boilerplate 13 endif |
Karen Tian |
Powered by ViewCVS 0.9.4 |