source: BAORadio/libindi/v1.0.1/BAOControl/Makefile @ 629

Last change on this file since 629 was 502, checked in by frichard, 14 years ago

-BAOControl : petite interface permettant de contrôler les antennes via le pilote indi_BAO
-Le pilote indi_BAO utilise désormais indilib v 0.7

  • Property svn:executable set to *
File size: 402 bytes
Line 
1# Makefile for the socket programming example
2#
3
4CC=g++
5
6BAOControl_objects =  baocontrol.o ClientSocket.o Socket.o filetools.o exception.o astro.o
7
8
9all : BAOControl
10
11
12BAOControl: $(BAOControl_objects)
13        g++ -o BAOControl $(BAOControl_objects) -lpthread -lX11
14
15Socket: Socket.cpp
16ClientSocket: ClientSocket.cpp
17Astro: astro.cpp
18baocontrol: baocontrol.cpp
19
20clean:
21        rm -f *.o *.cpp~ *.c~ *.h~ BAOControl
Note: See TracBrowser for help on using the repository browser.