| 2 | 
  | 
# SCCSid "$SunId$ LBL" | 
| 3 | 
  | 
# | 
| 4 | 
  | 
 | 
| 5 | 
< | 
MACH = -f68881 /usr/lib/libm.il -DIEEE -DBSD -DSTRUCTASSIGN | 
| 5 | 
> | 
MACH = -DBSD -DSTRUCTASSIGN | 
| 6 | 
  | 
 | 
| 7 | 
  | 
OPT = -O | 
| 8 | 
  | 
 | 
| 9 | 
  | 
CFLAGS = $(MACH) $(OPT) -I../common -L../lib | 
| 10 | 
  | 
 | 
| 11 | 
< | 
INSTDIR = /lumen/lumen/ray/bin.sun3 | 
| 11 | 
> | 
INSTDIR = /usr/local/bin | 
| 12 | 
  | 
 | 
| 13 | 
< | 
PROGS = makedist swaprasheader findglare xglaresrc glarendx | 
| 13 | 
> | 
PROGS = findglare xglaresrc glarendx | 
| 14 | 
  | 
 | 
| 15 | 
  | 
all:    $(PROGS) | 
| 16 | 
  | 
 | 
| 20 | 
  | 
        cp objpict.csh $(INSTDIR)/objpict | 
| 21 | 
  | 
        cp glare.csh $(INSTDIR)/glare | 
| 22 | 
  | 
        cp dayfact.csh $(INSTDIR)/dayfact | 
| 23 | 
+ | 
        cp debugcal.csh $(INSTDIR)/debugcal | 
| 24 | 
  | 
        chmod 755 $(INSTDIR)/objview $(INSTDIR)/objpict \ | 
| 25 | 
< | 
                $(INSTDIR)/glare $(INSTDIR)/dayfact | 
| 25 | 
> | 
                $(INSTDIR)/glare $(INSTDIR)/dayfact $(INSTDIR)/debugcal | 
| 26 | 
  | 
 | 
| 27 | 
  | 
clean: | 
| 28 | 
  | 
        set nonomatch; rm -f *.o $(PROGS) core |