| 26 |
|
|
| 27 |
|
install: all $(SPECIAL) objview.csh objpict.csh glare.csh dayfact.csh \ |
| 28 |
|
rlux.csh raddepend.csh trad.wsh objline.csh compamb.csh vinfo.csh \ |
| 29 |
< |
genambpos.csh fieldcomb.csh |
| 29 |
> |
genambpos.csh fieldcomb.csh genklemsamp.pl |
| 30 |
|
cp $(PROGS) $(INSTDIR) |
| 31 |
|
cp objview.csh $(INSTDIR)/objview |
| 32 |
|
cp objline.csh $(INSTDIR)/objline |
| 40 |
|
cp vinfo.csh $(INSTDIR)/vinfo |
| 41 |
|
cp genambpos.csh $(INSTDIR)/genambpos |
| 42 |
|
cp fieldcomb.csh $(INSTDIR)/fieldcomb |
| 43 |
< |
chmod 755 $(INSTDIR)/objview $(INSTDIR)/objpict \ |
| 44 |
< |
$(INSTDIR)/glare $(INSTDIR)/dayfact $(INSTDIR)/debugcal \ |
| 45 |
< |
$(INSTDIR)/rlux $(INSTDIR)/raddepend $(INSTDIR)/objline \ |
| 46 |
< |
$(INSTDIR)/compamb $(INSTDIR)/vinfo $(INSTDIR)/genambpos \ |
| 47 |
< |
$(INSTDIR)/fieldcomb |
| 43 |
> |
cp genklemsamp.pl $(INSTDIR)/genklemsamp |
| 44 |
> |
cd $(INSTDIR) ; chmod 755 objview objpict \ |
| 45 |
> |
glare dayfact debugcal rlux raddepend objline \ |
| 46 |
> |
compamb vinfo genambpos fieldcomb genklemsamp |
| 47 |
|
csh -f tradinstall.csh $(INSTDIR) $(LIBDIR)/tcl |
| 48 |
|
|
| 49 |
|
clean: |