1
# @(#)makefile 2.1.1.2 (ESO-IPG) 10/16/91 19:27:16
2
# .COPYRIGHT: Copyright (c) 1988 European Southern Observatory,
5
# .NAME */proc/makefile
6
# .LANGUAGE makefile syntax
7
# .ENVIRONMENT Unix Systems.
8
# .COMMENT Copy *.prg files to common "proc" directory.
10
# .AUTHOR Carlos Guirao
11
# .VERSION 1.1 901102: new directory structure CG.
12
# .VERSION 1.2 910212: A bit faster.
13
# .VERSION 2.2 911015: Simplified with soft links.
20
@(PCK=`pwd | sed -e 's/\/proc$$//' -e 's/^.*\///'`; \
22
do $(LN) ../$$PCK/proc/$$file $(PROCDIR)/$$file; \
27
@(OBJS=`ls *.prg` ; cd $(PROCDIR) ; rm -f $$OBJS)