Changeset 554 in Sophya for trunk/SophyaLib/Mgr/Makefile.h


Ignore:
Timestamp:
Nov 9, 1999, 12:13:14 PM (26 years ago)
Author:
ansari
Message:

gestion des inc et lib cfitsio cmv 9/11/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/Mgr/Makefile.h

    r523 r554  
    154154
    155155
    156 # Chemin pour la librairie cfitsio 
    157 FITSIOREP :=
    158 FITSIOLIB :=
    159 ifeq ($(SITE),LAL)
    160   override FITSIOREP := -I/exp/planck/FitsIO/cfitsio/
    161   override FITSIOLIB := -L$(FITSIOREP) -lcfitsio
     156# Chemin pour la librairie cfitsio
     157# les *.h doivent etre sous $CFITSIODIR
     158# la librairie *.a sous $CFITSIODIR
     159ifdef CFITSIODIR
     160  FITSIOREP := -I$(CFITSIODIR)
     161  FITSIOLIB := -L$(CFITSIODIR)/$(MACHDIR) -lcfitsio
    162162endif
    163163
Note: See TracChangeset for help on using the changeset viewer.