Changeset 3542 in Sophya for trunk/AddOn/TAcq/makefile


Ignore:
Timestamp:
Oct 23, 2008, 5:12:27 PM (17 years ago)
Author:
ansari
Message:

Ajouts fichiers du repertoire Remote (Classes Socket, ServerSocker RawInOutSocketStream ...) et fichier README , Reza 23/10/2008

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/AddOn/TAcq/makefile

    r3538 r3542  
    11include $(SOPHYABASE)/include/sophyamake.inc
    22
    3 all : traidio  tmtfft tstminifits tpciew tbrpaq tmtacq tstrdfits mfits2spec
     3all : traidio  tmtfft tstminifits tpciew tbrpaq tmtacq tstrdfits mfits2spec tsok
    44
    55clean :
    6         rm *.o traidio tmtfft tstminifits tpciew tbrpaq tmtacq tstrdfits mfits2spec *.ppf *.fits
     6        rm *.o traidio tmtfft tstminifits tpciew tbrpaq tmtacq tstrdfits mfits2spec tsok *.ppf *.fits
    77
    88########################################################
     
    7979        $(CXXCOMPILE) -o tmtfft.o tmtfft.cc
    8080
     81
     82##   -------------- Ex.repertoire Remote ---------
     83
     84tsok : tsok.o  swrapsock.o sockrawstream.o burawstream.o
     85        $(CXXLINK) -o tsok tsok.o  swrapsock.o sockrawstream.o \
     86        burawstream.o $(SOPHYASLBLIST)
     87
     88tsok.o : tsok.cc swrapsock.h sockrawstream.h 
     89        $(CXXCOMPILE) tsok.cc
     90
     91swrapsock.o : swrapsock.cc swrapsock.h
     92        $(CXXCOMPILE) swrapsock.cc
     93
     94sockrawstream.o : sockrawstream.cc sockrawstream.h
     95        $(CXXCOMPILE) sockrawstream.cc
     96
     97burawstream.o : burawstream.cc burawstream.h
     98        $(CXXCOMPILE) burawstream.cc
Note: See TracChangeset for help on using the changeset viewer.