Changeset 619 for BAORadio/libindi/libindi/BAOControl/Makefile
- Timestamp:
- Dec 4, 2011, 7:51:30 PM (14 years ago)
- File:
-
- 1 edited
-
BAORadio/libindi/libindi/BAOControl/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
BAORadio/libindi/libindi/BAOControl/Makefile
r504 r619 2 2 # 3 3 4 CC = g++ 5 #CFLAGS = -g 6 #CXXFLAGS = -g 4 CC = g++ 5 #debug 6 CFLAGS = -g 7 CXXFLAGS = -g 7 8 8 BAOcontrol_objects = main.o baocontrol.o ClientSocket.o Socket.o filetools.o exception.o ../drivers/telescope/astro.o9 BAOcontrol_objects = main.o baocontrol.o ClientSocket.o Socket.o filetools.o exception.o 9 10 10 11 … … 13 14 14 15 BAOcontrol: $(BAOcontrol_objects) 15 g++ -o BAOcontrol $(BAOcontrol_objects) -lpthread -lX11 16 g++ $(CXXFLAGS) -c -o ../BAOControl/astro.o ../drivers/telescope/astro.cpp 17 g++ $(CXXFLAGS) -o BAOcontrol $(BAOcontrol_objects) astro.o -lpthread -lX11 16 18 17 19 Socket: Socket.cpp 18 20 ClientSocket: ClientSocket.cpp 19 Astro: ../drivers/telescope/astro.cpp20 21 baocontrol: baocontrol.cpp 22 filetools: filetools.cpp 23 exception: exception.c 21 24 main: main.cpp 22 25
Note:
See TracChangeset
for help on using the changeset viewer.
