1
# @(#)makefile 19.1 (ESO/DMD) 02/25/03 13:31:35
2
# .COPYRIGHT: Copyright (c) 1988 European Southern Observatory,
6
# .LANGUAGE makefile syntax
7
# .ENVIRONMENT Unix Systems.
8
# .COMMENT Copy *.ctx files to common "context" directory.
10
# .AUTHOR Carlos Guirao
11
# .VERSION 1.1 911023: Implementation
14
CTXDIR=../../../context
18
@(PCK=`pwd | sed -e 's/\/etc$$//' -e 's/^.*\///'`; \
20
do (cd $(CTXDIR); $(LN) ../contrib/$$PCK/etc/$$file $$file;) \
25
@(OBJS=`ls *.ctx` ; cd $(CTXDIR) ; rm -f $$OBJS)