Changeset 737 in Sophya for trunk/SophyaLib/Mgr/Makefile.h
- Timestamp:
- Feb 22, 2000, 5:31:27 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Mgr/Makefile.h
r696 r737 157 157 # les *.h doivent etre sous $CFITSIODIR 158 158 # la librairie *.a sous $CFITSIODIR 159 ifdef CFITSIODIR 160 FITSIOREP := -I$(CFITSIODIR) 161 FITSIOLIB := -L$(CFITSIODIR)/$(MACHDIR) -lcfitsio 159 # ifdef CFITSIODIR 160 # FITSIOREP := -I$(CFITSIODIR) 161 # FITSIOLIB := -L$(CFITSIODIR)/$(MACHDIR) -lcfitsio 162 # endif 163 164 # Chemin pour les include et fichiers d'autres librairies 165 EXTINC := 166 EXTLIB := 167 EXTSLB := 168 169 ifdef EXTLIBDIR 170 EXTINC := $(EXTLIBDIR)/Include/ 171 EXTLIB := $(EXTLIBDIR)/$(MACHDIR)/Libs/ 172 EXTSLB := $(EXTLIBDIR)/$(MACHDIR)/ShLibs/ 162 173 endif 163 174 … … 167 178 #endif 168 179 169 CPPFLAGS := -I${INC} $(FITSIOREP) -D${MACHEROSD} $(MODULECPPFLAGS)180 CPPFLAGS := -I${INC} -I$(EXTINC) -D${MACHEROSD} $(MODULECPPFLAGS) 170 181 171 182 # Les options selon les divers compilateurs
Note:
See TracChangeset
for help on using the changeset viewer.