Changeset 2734 in Sophya for trunk/SophyaLib/BuildMgr/domkmf


Ignore:
Timestamp:
May 19, 2005, 10:24:35 AM (20 years ago)
Author:
cmv
Message:

ajout var oubliees, retrait variables inexistantes, gestion $inc... cmv 19/05/05

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/BuildMgr/domkmf

    r2720 r2734  
    77set DO = ''
    88
    9 echo " ==== Creation nmakefile pour pour les modules SOPHYA ===="
     9echo " ==== Creation smakefile pour les modules SOPHYA ===="
    1010foreach f ( BaseTools SysTools SUtils TArray NTools HiStats SkyMap Samba SkyT )
    1111  set cmd = "./mkmflib $* $f"
    1212  $DO $cmd
    1313end
    14 echo " ==== Creation nmakefile pour pour les modules EXTLIBS_SOPHYA ===="
     14
     15echo " ==== Creation smakefile pour les modules EXTLIBS_SOPHYA ===="
     16### ATTENTION ### ne pas faire mkmflib pour XAstroPack et MinuitAdapt
    1517foreach f ( FitsIOServer IFFTW LinAlg )
    1618  set cmd = "./mkmflib $* $f"
    1719  $DO $cmd
    1820end
    19 echo " ==== Creation nmakefile pour pour les modules PI ===="
     21
     22echo " ==== Creation smakefile pour les modules PI ===="
    2023foreach f ( PI PIGcont PIext )
    2124  set cmd = "./mkmflib $* $f"
     
    2326end
    2427
     28###echo " ==== Creation smakefile pour les modules de Programmes ===="
     29###foreach f ( ProgPI PrgUtil PrgMap Tests PMixer )
     30###  set cmd = "./mkmfprog $* $f"
     31###  $DO $cmd
     32###end
Note: See TracChangeset for help on using the changeset viewer.