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


Ignore:
Timestamp:
Feb 22, 2000, 5:31:27 PM (26 years ago)
Author:
ansari
Message:

nouveau schema pour librairies externes (Var EXTLIBDIR) - Reza 22/02/2000

File:
1 edited

Legend:

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

    r696 r737  
    157157# les *.h doivent etre sous $CFITSIODIR
    158158# 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
     165EXTINC :=
     166EXTLIB :=
     167EXTSLB :=
     168
     169ifdef EXTLIBDIR
     170 EXTINC := $(EXTLIBDIR)/Include/
     171 EXTLIB := $(EXTLIBDIR)/$(MACHDIR)/Libs/
     172 EXTSLB := $(EXTLIBDIR)/$(MACHDIR)/ShLibs/
    162173endif
    163174
     
    167178#endif
    168179
    169 CPPFLAGS     :=  -I${INC} $(FITSIOREP) -D${MACHEROSD} $(MODULECPPFLAGS)
     180CPPFLAGS     :=  -I${INC} -I$(EXTINC) -D${MACHEROSD} $(MODULECPPFLAGS)
    170181
    171182# Les options selon les divers compilateurs
Note: See TracChangeset for help on using the changeset viewer.