Changeset 3825 in Sophya for trunk/Cosmo/RadioBeam/makefile


Ignore:
Timestamp:
Aug 2, 2010, 7:29:48 PM (15 years ago)
Author:
ansari
Message:

modifs et ajout de programme pour traitement cartes GSM (Global Sky Model), Reza 02/08/2010

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cosmo/RadioBeam/makefile

    r3792 r3825  
    66include $(SOPHYABASE)/include/sophyamake.inc
    77
    8 all : pknoise repicon calcpk calcpk2 syncube srcat2cube tjyk applobe
     8all : pknoise repicon calcpk calcpk2 syncube srcat2cube tjyk applobe gsm2cube
    99
    1010clean :
     
    2929syncube : Objs/syncube
    3030        echo 'makefile : syncube made'
     31
     32gsm2cube : Objs/gsm2cube
     33        echo 'makefile : gsm2cube made'
    3134
    3235srcat2cube : Objs/srcat2cube
     
    9598        $(CXXCOMPILE) -o Objs/applobe.o applobe.cc
    9699
     100### programme gsm2cube
     101Objs/gsm2cube : Objs/gsm2cube.o $(PKGOLIST)
     102        $(CXXLINK) -o Objs/gsm2cube Objs/gsm2cube.o $(PKGOLIST) $(SOPHYAEXTSLBLIST)
     103
     104Objs/gsm2cube.o : gsm2cube.cc  $(PKGHLIST)
     105        $(CXXCOMPILE) -o Objs/gsm2cube.o gsm2cube.cc
    97106
    98107### les classes / fonctions
Note: See TracChangeset for help on using the changeset viewer.