Changeset 4054 in Sophya for trunk/Eval/JET/makefile


Ignore:
Timestamp:
Mar 17, 2012, 11:13:26 PM (14 years ago)
Author:
ansari
Message:

ajout programme telacc.cc pour test rapidite acces aux elements, Reza 17/03/2012

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Eval/JET/makefile

    r2798 r4054  
    11include $(SOPHYABASE)/include/sophyamake.inc
    22
    3 all : tjet
    4         echo 'makefile : tjet made'
     3all : tjet telacc
     4        echo 'makefile : tjet,telacc made'
    55
    66clean :
    7         rm tjet tjet.o  smtx.o
     7        rm tjet tjet.o  smtx.o  telacc telacc.o
    88
    99tjet : tjet.o  smtx.o
     
    1515smtx.o : smtx.cc jet.h smtx.h
    1616        $(CXXCOMPILE) smtx.cc
     17
     18#---------------------------------------------
     19telacc : telacc.o 
     20        $(CXXLINK) -o telacc telacc.o  $(SOPHYAEXTSLBLIST)
     21
     22telacc.o : telacc.cc 
     23        $(CXXCOMPILE) -o telacc.o  telacc.cc
     24#        $(CXXCOMPILE) -g0 -O3 -o telacc.o  telacc.cc
Note: See TracChangeset for help on using the changeset viewer.