Changeset 2765 in Sophya for trunk/SophyaExt/XAstroPack


Ignore:
Timestamp:
May 25, 2005, 6:57:58 PM (20 years ago)
Author:
ansari
Message:

MAJ Makefile et smakefile suite gestion CXXTEMPFLG ds BuildMgr - cmv+Reza 25/5/2005

Location:
trunk/SophyaExt/XAstroPack
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/XAstroPack/Makefile

    r2763 r2765  
    1212 
    1313$(SOPHYAOBJP)mollweide.o: mollweide.cc \
    14   $(SOPHYAINCP)sopnamsp.h \
    15   mollweide.h
    16         $(CXXCOMPILELIB) -o $@ $<
     14  $(SOPHYAINCP)sopnamsp.h mollweide.h
     15        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  mollweide.cc
    1716 
    1817$(SOPHYAOBJP)xastropack.o: xastropack.cc \
    19   $(SOPHYAINCP)sopnamsp.h \
    20   xastropack.h \
     18  $(SOPHYAINCP)sopnamsp.h xastropack.h \
    2119  $(SOPHYAINCP)machdefs.h \
    2220  $(SOPHYAINCP)XAstro/astro.h
    23         $(CXXCOMPILELIB) -o $@ $<
     21        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  xastropack.cc
    2422 
    2523$(SOPHYAOBJP)magfield.o: magfield.c magfield.h
    26         $(CCOMPILE) -o $@ $<
     24        $(CCOMPILE) -o $@  magfield.c
    2725 
  • trunk/SophyaExt/XAstroPack/smakefile

    r2763 r2765  
    1212 
    1313$(SOPHYAOBJP)mollweide.o: mollweide.cc \
    14   $(SOPHYAINCP)sopnamsp.h \
    15   mollweide.h
    16         $(CXXCOMPILELIB) -o $@ $<
     14  $(SOPHYAINCP)sopnamsp.h mollweide.h
     15        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  mollweide.cc
    1716 
    1817$(SOPHYAOBJP)xastropack.o: xastropack.cc \
    19   $(SOPHYAINCP)sopnamsp.h \
    20   xastropack.h \
     18  $(SOPHYAINCP)sopnamsp.h xastropack.h \
    2119  $(SOPHYAINCP)machdefs.h \
    2220  $(SOPHYAINCP)XAstro/astro.h
    23         $(CXXCOMPILELIB) -o $@ $<
     21        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  xastropack.cc
    2422 
    2523$(SOPHYAOBJP)magfield.o: magfield.c magfield.h
    26         $(CCOMPILE) -o $@ $<
     24        $(CCOMPILE) -o $@  magfield.c
    2725 
Note: See TracChangeset for help on using the changeset viewer.