IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23925


Ignore:
Timestamp:
Apr 18, 2009, 11:14:14 AM (17 years ago)
Author:
eugene
Message:

update Makefile.in with tested changes from Makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/extsrc/gpcsw/Makefile.in

    r23924 r23925  
    3333        rm -rf gpcsrc/fits/libfhreg.new
    3434        rm -rf gpcsrc/fits/burntool.new
    35 # replace the standard gpc/Make.Common with our repaired version (g77 -> gfortran)
    36         cp -f Make.Common.fixed gpcsrc/Make.Common
     35# modify burntool to avoid libpsf (which requires fortran)
     36        cp -f burntool.nopsf/Makefile gpcsrc/fits/burntool
     37        cp -f burntool.nopsf/psfstats.c gpcsrc/fits/burntool
     38
    3739# set up links
    3840        ln -sf ../Make.Common gpcsrc/analysis/Make.Common
     
    4850        cd gpcsrc && make -C fits/libfhreg install
    4951        cd gpcsrc && make -C analysis/libpscoords install
    50         cd gpcsrc && make -C analysis/libpsf install
    5152        cd gpcsrc && make -C fits/burntool install
    52 
Note: See TracChangeset for help on using the changeset viewer.