1
# @(#)makefile 19.1 (ESO-IPG) 02/25/03 14:20:49
2
# @(#)makefile 7.1 (ESO-IPG) 2/24/94 20:35:04
3
# .COPYRIGHT: Copyright (c) 1988 European Southern Observatory,
7
# .LANGUAGE makefile syntax
8
# .ENVIRONMENT Unix Systems.
9
# .COMMENT Copy *.ctx files to common "context" directory.
11
# .AUTHOR Carlos Guirao
12
# .VERSION 1.1 911023: Implementation
15
CTXDIR=../../../context
19
@(PCK=`pwd | sed -e 's/\/etc$$//' -e 's/^.*\///'`; \
21
do (cd $(CTXDIR); $(LN) ../stdred/$$PCK/etc/$$file $$file;) \
26
@(OBJS=`ls *.ctx` ; cd $(CTXDIR) ; rm -f $$OBJS)