|
Last change
on this file since 654 was 502, checked in by frichard, 15 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 |
|
|---|
| 4 | CC=g++
|
|---|
| 5 |
|
|---|
| 6 | BAOControl_objects = baocontrol.o ClientSocket.o Socket.o filetools.o exception.o astro.o
|
|---|
| 7 |
|
|---|
| 8 |
|
|---|
| 9 | all : BAOControl
|
|---|
| 10 |
|
|---|
| 11 |
|
|---|
| 12 | BAOControl: $(BAOControl_objects)
|
|---|
| 13 | g++ -o BAOControl $(BAOControl_objects) -lpthread -lX11
|
|---|
| 14 |
|
|---|
| 15 | Socket: Socket.cpp
|
|---|
| 16 | ClientSocket: ClientSocket.cpp
|
|---|
| 17 | Astro: astro.cpp
|
|---|
| 18 | baocontrol: baocontrol.cpp
|
|---|
| 19 |
|
|---|
| 20 | clean:
|
|---|
| 21 | rm -f *.o *.cpp~ *.c~ *.h~ BAOControl
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.