source: Sophya/branches/Reza/AddOn/TAcq/makeradex@ 3537

Last change on this file since 3537 was 3537, checked in by ansari, 17 years ago

Ajout du module AddOn/TAcq (programmes test pour acquisition BAORadio) ds cvs sophya (sous-repertoire AddOn/) , Reza 22/10/2008

File size: 349 bytes
Line 
1# ---- Makefile for SOPHYA/DemoPIApp module ----
2# User functions and loadable modules
3include $(SOPHYABASE)/include/sophyamake.inc
4
5all : baoradex.so
6
7clean :
8 rm baoradex.o baoradex.so
9
10
11baoradex.so: baoradex.o
12 $(CXXDLL) -o baoradex.so baoradex.o $(SOPHYAALLSLBLIST)
13baoradex.o : baoradex.cc
14 $(CXXCOMPILE) -c -o baoradex.o baoradex.cc
15
Note: See TracBrowser for help on using the repository browser.