Changeset 2751 in Sophya for trunk/SophyaExt/XAstroPack


Ignore:
Timestamp:
May 20, 2005, 6:22:07 PM (20 years ago)
Author:
cmv
Message:

gestion CXXCOMPILE-LIB-PROG cmv 20/05/05

Location:
trunk/SophyaExt/XAstroPack
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/XAstroPack/Makefile

    r2743 r2751  
    1616 
    1717$(SOPHYAOBJP)mollweide.o: mollweide.cc mollweide.h
    18         $(CXXCOMPILE) -o $@ $<
     18        $(CXXCOMPILELIB) -o $@ $<
    1919
    2020$(SOPHYAOBJP)xastropack.o: xastropack.cc xastropack.h \
    2121 $(SOPHYAINCP)machdefs.h \
    2222 $(SOPHYAINCP)XAstro/astro.h
    23         $(CXXCOMPILE) -o $@ $<
     23        $(CXXCOMPILELIB) -o $@ $<
    2424
    2525$(SOPHYAOBJP)magfield.o: magfield.c magfield.h
     
    3131
    3232tstxastro.o: tstxastro.cc
    33         $(CXXCOMPILE) -o $@ $<
     33        $(CXXCOMPILEPROG) -o $@ $<
    3434
    3535#---------------------
     
    3838
    3939tstmollweide.o: tstmollweide.cc
    40         $(CXXCOMPILE) -o $@ $<
     40        $(CXXCOMPILEPROG) -o $@ $<
  • trunk/SophyaExt/XAstroPack/smakefile

    r2743 r2751  
    1616 
    1717$(SOPHYAOBJP)mollweide.o: mollweide.cc mollweide.h
    18         $(CXXCOMPILE) -o $@ $<
     18        $(CXXCOMPILELIB) -o $@ $<
    1919
    2020$(SOPHYAOBJP)xastropack.o: xastropack.cc xastropack.h \
    2121 $(SOPHYAINCP)machdefs.h \
    2222 $(SOPHYAINCP)XAstro/astro.h
    23         $(CXXCOMPILE) -o $@ $<
     23        $(CXXCOMPILELIB) -o $@ $<
    2424
    2525$(SOPHYAOBJP)magfield.o: magfield.c magfield.h
     
    3131
    3232tstxastro.o: tstxastro.cc
    33         $(CXXCOMPILE) -o $@ $<
     33        $(CXXCOMPILEPROG) -o $@ $<
    3434
    3535#---------------------
     
    3838
    3939tstmollweide.o: tstmollweide.cc
    40         $(CXXCOMPILE) -o $@ $<
     40        $(CXXCOMPILEPROG) -o $@ $<
Note: See TracChangeset for help on using the changeset viewer.