Changeset 554 in Sophya for trunk/SophyaLib/Mgr/Makefile.h
- Timestamp:
- Nov 9, 1999, 12:13:14 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Mgr/Makefile.h
r523 r554 154 154 155 155 156 # Chemin pour la librairie cfitsio 157 FITSIOREP := 158 FITSIOLIB := 159 if eq ($(SITE),LAL)160 override FITSIOREP := -I/exp/planck/FitsIO/cfitsio/161 override FITSIOLIB := -L$(FITSIOREP) -lcfitsio156 # Chemin pour la librairie cfitsio 157 # les *.h doivent etre sous $CFITSIODIR 158 # la librairie *.a sous $CFITSIODIR 159 ifdef CFITSIODIR 160 FITSIOREP := -I$(CFITSIODIR) 161 FITSIOLIB := -L$(CFITSIODIR)/$(MACHDIR) -lcfitsio 162 162 endif 163 163
Note:
See TracChangeset
for help on using the changeset viewer.