source: BAORadio/libindi/libindi/Makefile @ 678

Last change on this file since 678 was 678, checked in by frichard, 12 years ago
File size: 40.9 KB
Line 
1#############################################################################
2# Makefile for building: libindi
3# Generated by qmake (2.01a) (Qt 4.7.4) on: mar. mai 15 01:36:10 2012
4# Project:  libindi.pro
5# Template: app
6# Command: /usr/bin/qmake -o Makefile libindi.pro
7#############################################################################
8
9####### Compiler, tools and options
10
11CC            = gcc
12CXX           = g++
13DEFINES       = -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
14CFLAGS        = -m64 -pipe -O2 -Wall -W -D_REENTRANT $(DEFINES)
15CXXFLAGS      = -m64 -pipe -O2 -Wall -W -D_REENTRANT $(DEFINES)
16INCPATH       = -I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -I. -Ilibs -IBAOControl -Icommuns -Ilibs/indibase -Iexamples -Idrivers/ccd -Idrivers/filter_wheel -Idrivers/focuser -Idrivers/telescope -Idrivers/video -Ilibs/webcam -IIndi_Stellarium/src -I. -I.
17LINK          = g++
18LFLAGS        = -m64 -Wl,-O1
19LIBS          = $(SUBLIBS)  -L/usr/lib64 -lQtGui -L/usr/lib64 -L/usr/X11R6/lib64 -lQtCore -lpthread
20AR            = ar cqs
21RANLIB        = 
22QMAKE         = /usr/bin/qmake
23TAR           = tar -cf
24COMPRESS      = gzip -9f
25COPY          = cp -f
26SED           = sed
27COPY_FILE     = $(COPY)
28COPY_DIR      = $(COPY) -r
29STRIP         = strip
30INSTALL_FILE  = install -m 644 -p
31INSTALL_DIR   = $(COPY_DIR)
32INSTALL_PROGRAM = install -m 755 -p
33DEL_FILE      = rm -f
34SYMLINK       = ln -f -s
35DEL_DIR       = rmdir
36MOVE          = mv -f
37CHK_DIR_EXISTS= test -d
38MKDIR         = mkdir -p
39
40####### Output directory
41
42OBJECTS_DIR   = ./
43
44####### Files
45
46SOURCES       = base64.c \
47                eventloop.c \
48                fq.c \
49                indidriver.c \
50                indidrivermain.c \
51                indiserver.c \
52                BAOControl/baocontrol.cpp \
53                BAOControl/baoqt.cpp \
54                BAOControl/main.cpp \
55                BAOTest/BAOtest_main.cpp \
56                communs/alignement.cpp \
57                communs/astro.cpp \
58                communs/ClientSocket.cpp \
59                communs/exception.cpp \
60                communs/filetools.cpp \
61                communs/logs.cpp \
62                communs/ServerSocket.cpp \
63                communs/Socket.cpp \
64                examples/tutorial_ccdpreview.c \
65                examples/tutorial_client.cpp \
66                examples/tutorial_dome.c \
67                examples/tutorial_four.cpp \
68                examples/tutorial_one.c \
69                examples/tutorial_rain.c \
70                examples/tutorial_three.c \
71                examples/tutorial_two.c \
72                libs/indicom.c \
73                libs/lilxml.c \
74                tools/compiler.c \
75                tools/evalINDI.c \
76                tools/getINDIproperty.c \
77                tools/setINDIproperty.c \
78                drivers/ccd/ccd_simulator.cpp \
79                drivers/ccd/fli_ccd.c \
80                drivers/filter_wheel/filter_simulator.cpp \
81                drivers/filter_wheel/fli_wheel.c \
82                drivers/filter_wheel/trutech_wheel.c \
83                drivers/focuser/fli_pdf.c \
84                drivers/focuser/robofocus.c \
85                drivers/focuser/robofocus.cpp \
86                drivers/focuser/robofocusdriver.c \
87                drivers/focuser/tcfs.cpp \
88                drivers/telescope/BAO.cpp \
89                drivers/telescope/celestrongps.cpp \
90                drivers/telescope/celestronprotocol.c \
91                drivers/telescope/ieq45.cpp \
92                drivers/telescope/ieq45driver.c \
93                drivers/telescope/intelliscope.c \
94                drivers/telescope/lx200_16.cpp \
95                drivers/telescope/lx200ap.cpp \
96                drivers/telescope/lx200apdriver.c \
97                drivers/telescope/lx200autostar.cpp \
98                drivers/telescope/lx200basic.cpp \
99                drivers/telescope/lx200classic.cpp \
100                drivers/telescope/lx200driver.c \
101                drivers/telescope/lx200fs2.cpp \
102                drivers/telescope/lx200generic.cpp \
103                drivers/telescope/lx200gps.cpp \
104                drivers/telescope/magellan1.cpp \
105                drivers/telescope/magellandriver.c \
106                drivers/telescope/orionatlas.cpp \
107                drivers/telescope/skycommander.c \
108                drivers/telescope/synscanmount.cpp \
109                drivers/telescope/telescope_simulator.cpp \
110                drivers/telescope/temmadriver.c \
111                drivers/video/indi_lpi.cpp \
112                drivers/video/indi_philips.cpp \
113                drivers/video/indi_v4l.cpp \
114                drivers/video/stv.c \
115                drivers/video/stvdriver.c \
116                drivers/video/v4ldriver.cpp \
117                drivers/video/v4lphilips.cpp \
118                Indi_Stellarium/src/Connection.cpp \
119                Indi_Stellarium/src/Listener.cpp \
120                Indi_Stellarium/src/LogFile.cpp \
121                Indi_Stellarium/src/MainBAO.cpp \
122                Indi_Stellarium/src/Server.cpp \
123                Indi_Stellarium/src/ServerBAO.cpp \
124                Indi_Stellarium/src/Socket2.cpp \
125                libs/indibase/baseclient.cpp \
126                libs/indibase/basedriver.cpp \
127                libs/indibase/defaultdriver.cpp \
128                libs/indibase/indiccd.cpp \
129                libs/indibase/indidevice.cpp \
130                libs/indibase/indifilterinterface.cpp \
131                libs/indibase/indifilterwheel.cpp \
132                libs/indibase/indifocuser.cpp \
133                libs/indibase/indiguiderinterface.cpp \
134                libs/indibase/inditelescope.cpp \
135                libs/indibase/indiusbdevice.cpp \
136                libs/webcam/ccvt_c2.c \
137                libs/webcam/ccvt_misc.c \
138                libs/webcam/port.cpp \
139                libs/webcam/PPort.cpp \
140                libs/webcam/v4l1_base.cpp \
141                libs/webcam/v4l1_pwc.cpp \
142                libs/webcam/v4l2_base.cpp \
143                libindi_build/CMakeFiles/CompilerIdC/CMakeCCompilerId.c \
144                libindi_build/CMakeFiles/CompilerIdCXX/CMakeCXXCompilerId.cpp moc_baoqt.cpp
145OBJECTS       = base64.o \
146                eventloop.o \
147                fq.o \
148                indidriver.o \
149                indidrivermain.o \
150                indiserver.o \
151                baocontrol.o \
152                baoqt.o \
153                main.o \
154                BAOtest_main.o \
155                alignement.o \
156                astro.o \
157                ClientSocket.o \
158                exception.o \
159                filetools.o \
160                logs.o \
161                ServerSocket.o \
162                Socket.o \
163                tutorial_ccdpreview.o \
164                tutorial_client.o \
165                tutorial_dome.o \
166                tutorial_four.o \
167                tutorial_one.o \
168                tutorial_rain.o \
169                tutorial_three.o \
170                tutorial_two.o \
171                indicom.o \
172                lilxml.o \
173                compiler.o \
174                evalINDI.o \
175                getINDIproperty.o \
176                setINDIproperty.o \
177                ccd_simulator.o \
178                fli_ccd.o \
179                filter_simulator.o \
180                fli_wheel.o \
181                trutech_wheel.o \
182                fli_pdf.o \
183                robofocus.o \
184                robofocus.o \
185                robofocusdriver.o \
186                tcfs.o \
187                BAO.o \
188                celestrongps.o \
189                celestronprotocol.o \
190                ieq45.o \
191                ieq45driver.o \
192                intelliscope.o \
193                lx200_16.o \
194                lx200ap.o \
195                lx200apdriver.o \
196                lx200autostar.o \
197                lx200basic.o \
198                lx200classic.o \
199                lx200driver.o \
200                lx200fs2.o \
201                lx200generic.o \
202                lx200gps.o \
203                magellan1.o \
204                magellandriver.o \
205                orionatlas.o \
206                skycommander.o \
207                synscanmount.o \
208                telescope_simulator.o \
209                temmadriver.o \
210                indi_lpi.o \
211                indi_philips.o \
212                indi_v4l.o \
213                stv.o \
214                stvdriver.o \
215                v4ldriver.o \
216                v4lphilips.o \
217                Connection.o \
218                Listener.o \
219                LogFile.o \
220                MainBAO.o \
221                Server.o \
222                ServerBAO.o \
223                Socket2.o \
224                baseclient.o \
225                basedriver.o \
226                defaultdriver.o \
227                indiccd.o \
228                indidevice.o \
229                indifilterinterface.o \
230                indifilterwheel.o \
231                indifocuser.o \
232                indiguiderinterface.o \
233                inditelescope.o \
234                indiusbdevice.o \
235                ccvt_c2.o \
236                ccvt_misc.o \
237                port.o \
238                PPort.o \
239                v4l1_base.o \
240                v4l1_pwc.o \
241                v4l2_base.o \
242                CMakeCCompilerId.o \
243                CMakeCXXCompilerId.o \
244                moc_baoqt.o
245DIST          = /usr/share/qt4/mkspecs/common/g++.conf \
246                /usr/share/qt4/mkspecs/common/unix.conf \
247                /usr/share/qt4/mkspecs/common/linux.conf \
248                /usr/share/qt4/mkspecs/qconfig.pri \
249                /usr/share/qt4/mkspecs/modules/qt_phonon.pri \
250                /usr/share/qt4/mkspecs/features/qt_functions.prf \
251                /usr/share/qt4/mkspecs/features/qt_config.prf \
252                /usr/share/qt4/mkspecs/features/exclusive_builds.prf \
253                /usr/share/qt4/mkspecs/features/default_pre.prf \
254                /usr/share/qt4/mkspecs/features/release.prf \
255                /usr/share/qt4/mkspecs/features/default_post.prf \
256                /usr/share/qt4/mkspecs/features/warn_on.prf \
257                /usr/share/qt4/mkspecs/features/qt.prf \
258                /usr/share/qt4/mkspecs/features/unix/thread.prf \
259                /usr/share/qt4/mkspecs/features/moc.prf \
260                /usr/share/qt4/mkspecs/features/resources.prf \
261                /usr/share/qt4/mkspecs/features/uic.prf \
262                /usr/share/qt4/mkspecs/features/yacc.prf \
263                /usr/share/qt4/mkspecs/features/lex.prf \
264                /usr/share/qt4/mkspecs/features/include_source_dir.prf \
265                libindi.pro
266QMAKE_TARGET  = libindi
267DESTDIR       = 
268TARGET        = libindi
269
270first: all
271####### Implicit rules
272
273.SUFFIXES: .o .c .cpp .cc .cxx .C
274
275.cpp.o:
276        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
277
278.cc.o:
279        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
280
281.cxx.o:
282        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
283
284.C.o:
285        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
286
287.c.o:
288        $(CC) -c $(CFLAGS) $(INCPATH) -o "$@" "$<"
289
290####### Build rules
291
292all: Makefile $(TARGET)
293
294$(TARGET): ui_baoqt.h $(OBJECTS) 
295        $(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS)
296
297Makefile: libindi.pro  /usr/share/qt4/mkspecs/default/qmake.conf /usr/share/qt4/mkspecs/common/g++.conf \
298                /usr/share/qt4/mkspecs/common/unix.conf \
299                /usr/share/qt4/mkspecs/common/linux.conf \
300                /usr/share/qt4/mkspecs/qconfig.pri \
301                /usr/share/qt4/mkspecs/modules/qt_phonon.pri \
302                /usr/share/qt4/mkspecs/features/qt_functions.prf \
303                /usr/share/qt4/mkspecs/features/qt_config.prf \
304                /usr/share/qt4/mkspecs/features/exclusive_builds.prf \
305                /usr/share/qt4/mkspecs/features/default_pre.prf \
306                /usr/share/qt4/mkspecs/features/release.prf \
307                /usr/share/qt4/mkspecs/features/default_post.prf \
308                /usr/share/qt4/mkspecs/features/warn_on.prf \
309                /usr/share/qt4/mkspecs/features/qt.prf \
310                /usr/share/qt4/mkspecs/features/unix/thread.prf \
311                /usr/share/qt4/mkspecs/features/moc.prf \
312                /usr/share/qt4/mkspecs/features/resources.prf \
313                /usr/share/qt4/mkspecs/features/uic.prf \
314                /usr/share/qt4/mkspecs/features/yacc.prf \
315                /usr/share/qt4/mkspecs/features/lex.prf \
316                /usr/share/qt4/mkspecs/features/include_source_dir.prf \
317                /usr/lib64/libQtGui.prl \
318                /usr/lib64/libQtCore.prl
319        $(QMAKE) -o Makefile libindi.pro
320/usr/share/qt4/mkspecs/common/g++.conf:
321/usr/share/qt4/mkspecs/common/unix.conf:
322/usr/share/qt4/mkspecs/common/linux.conf:
323/usr/share/qt4/mkspecs/qconfig.pri:
324/usr/share/qt4/mkspecs/modules/qt_phonon.pri:
325/usr/share/qt4/mkspecs/features/qt_functions.prf:
326/usr/share/qt4/mkspecs/features/qt_config.prf:
327/usr/share/qt4/mkspecs/features/exclusive_builds.prf:
328/usr/share/qt4/mkspecs/features/default_pre.prf:
329/usr/share/qt4/mkspecs/features/release.prf:
330/usr/share/qt4/mkspecs/features/default_post.prf:
331/usr/share/qt4/mkspecs/features/warn_on.prf:
332/usr/share/qt4/mkspecs/features/qt.prf:
333/usr/share/qt4/mkspecs/features/unix/thread.prf:
334/usr/share/qt4/mkspecs/features/moc.prf:
335/usr/share/qt4/mkspecs/features/resources.prf:
336/usr/share/qt4/mkspecs/features/uic.prf:
337/usr/share/qt4/mkspecs/features/yacc.prf:
338/usr/share/qt4/mkspecs/features/lex.prf:
339/usr/share/qt4/mkspecs/features/include_source_dir.prf:
340/usr/lib64/libQtGui.prl:
341/usr/lib64/libQtCore.prl:
342qmake:  FORCE
343        @$(QMAKE) -o Makefile libindi.pro
344
345dist: 
346        @$(CHK_DIR_EXISTS) .tmp/libindi1.0.0 || $(MKDIR) .tmp/libindi1.0.0
347        $(COPY_FILE) --parents $(SOURCES) $(DIST) .tmp/libindi1.0.0/ && $(COPY_FILE) --parents base64.h config.h eventloop.h fq.h indiapi.h indidevapi.h indidriver.h BAOControl/baocontrol.h BAOControl/baoqt.h communs/alignement.h communs/alt2motor.h communs/astro.h communs/ClientSocket.h communs/const.h communs/exception.h communs/filetools.h communs/logs.h communs/ServerSocket.h communs/Socket.h communs/SocketException.h examples/tutorial_client.h examples/tutorial_four.h libindi_build/config.h libs/indicom.h libs/lilxml.h drivers/ccd/ccd_simulator.h drivers/filter_wheel/filter_simulator.h drivers/focuser/robofocus.h drivers/focuser/robofocusdriver.h drivers/focuser/tcfs.h drivers/telescope/BAO.h drivers/telescope/celestrongps.h drivers/telescope/celestronprotocol.h drivers/telescope/ieq45.h drivers/telescope/ieq45driver.h drivers/telescope/lx200_16.h drivers/telescope/lx200ap.h drivers/telescope/lx200apdriver.h drivers/telescope/lx200aplib.h drivers/telescope/lx200autostar.h drivers/telescope/lx200basic.h drivers/telescope/lx200classic.h drivers/telescope/lx200driver.h drivers/telescope/lx200fs2.h drivers/telescope/lx200generic.h drivers/telescope/lx200gps.h drivers/telescope/magellan1.h drivers/telescope/magellandriver.h drivers/telescope/orionatlas.h drivers/telescope/synscanmount.h drivers/telescope/telescope_simulator.h drivers/telescope/temmadriver.h drivers/video/stvdriver.h drivers/video/v4ldriver.h drivers/video/v4lphilips.h Indi_Stellarium/src/Connection.hpp Indi_Stellarium/src/Listener.hpp Indi_Stellarium/src/LogFile.hpp Indi_Stellarium/src/Server.hpp Indi_Stellarium/src/ServerBAO.hpp Indi_Stellarium/src/Socket2.hpp libs/indibase/baseclient.h libs/indibase/basedriver.h libs/indibase/defaultdriver.h libs/indibase/indibase.h libs/indibase/indiccd.h libs/indibase/indidevice.h libs/indibase/indifilterinterface.h libs/indibase/indifilterwheel.h libs/indibase/indifocuser.h libs/indibase/indiguiderinterface.h libs/indibase/inditelescope.h libs/indibase/indiusbdevice.h libs/webcam/ccvt.h libs/webcam/ccvt_types.h libs/webcam/port.h libs/webcam/PPort.h libs/webcam/pwc-ioctl.h libs/webcam/v4l1_base.h libs/webcam/v4l1_pwc.h libs/webcam/v4l2_base.h libs/webcam/vcvt.h libs/webcam/videodev.h libs/webcam/videodev2.h .tmp/libindi1.0.0/ && $(COPY_FILE) --parents base64.c eventloop.c fq.c indidriver.c indidrivermain.c indiserver.c BAOControl/baocontrol.cpp BAOControl/baoqt.cpp BAOControl/main.cpp BAOTest/BAOtest_main.cpp communs/alignement.cpp communs/astro.cpp communs/ClientSocket.cpp communs/exception.cpp communs/filetools.cpp communs/logs.cpp communs/ServerSocket.cpp communs/Socket.cpp examples/tutorial_ccdpreview.c examples/tutorial_client.cpp examples/tutorial_dome.c examples/tutorial_four.cpp examples/tutorial_one.c examples/tutorial_rain.c examples/tutorial_three.c examples/tutorial_two.c libs/indicom.c libs/lilxml.c tools/compiler.c tools/evalINDI.c tools/getINDIproperty.c tools/setINDIproperty.c drivers/ccd/ccd_simulator.cpp drivers/ccd/fli_ccd.c drivers/filter_wheel/filter_simulator.cpp drivers/filter_wheel/fli_wheel.c drivers/filter_wheel/trutech_wheel.c drivers/focuser/fli_pdf.c drivers/focuser/robofocus.c drivers/focuser/robofocus.cpp drivers/focuser/robofocusdriver.c drivers/focuser/tcfs.cpp drivers/telescope/BAO.cpp drivers/telescope/celestrongps.cpp drivers/telescope/celestronprotocol.c drivers/telescope/ieq45.cpp drivers/telescope/ieq45driver.c drivers/telescope/intelliscope.c drivers/telescope/lx200_16.cpp drivers/telescope/lx200ap.cpp drivers/telescope/lx200apdriver.c drivers/telescope/lx200autostar.cpp drivers/telescope/lx200basic.cpp drivers/telescope/lx200classic.cpp drivers/telescope/lx200driver.c drivers/telescope/lx200fs2.cpp drivers/telescope/lx200generic.cpp drivers/telescope/lx200gps.cpp drivers/telescope/magellan1.cpp drivers/telescope/magellandriver.c drivers/telescope/orionatlas.cpp drivers/telescope/skycommander.c drivers/telescope/synscanmount.cpp drivers/telescope/telescope_simulator.cpp drivers/telescope/temmadriver.c drivers/video/indi_lpi.cpp drivers/video/indi_philips.cpp drivers/video/indi_v4l.cpp drivers/video/stv.c drivers/video/stvdriver.c drivers/video/v4ldriver.cpp drivers/video/v4lphilips.cpp Indi_Stellarium/src/Connection.cpp Indi_Stellarium/src/Listener.cpp Indi_Stellarium/src/LogFile.cpp Indi_Stellarium/src/MainBAO.cpp Indi_Stellarium/src/Server.cpp Indi_Stellarium/src/ServerBAO.cpp Indi_Stellarium/src/Socket2.cpp libs/indibase/baseclient.cpp libs/indibase/basedriver.cpp libs/indibase/defaultdriver.cpp libs/indibase/indiccd.cpp libs/indibase/indidevice.cpp libs/indibase/indifilterinterface.cpp libs/indibase/indifilterwheel.cpp libs/indibase/indifocuser.cpp libs/indibase/indiguiderinterface.cpp libs/indibase/inditelescope.cpp libs/indibase/indiusbdevice.cpp libs/webcam/ccvt_c2.c libs/webcam/ccvt_misc.c libs/webcam/port.cpp libs/webcam/PPort.cpp libs/webcam/v4l1_base.cpp libs/webcam/v4l1_pwc.cpp libs/webcam/v4l2_base.cpp libindi_build/CMakeFiles/CompilerIdC/CMakeCCompilerId.c libindi_build/CMakeFiles/CompilerIdCXX/CMakeCXXCompilerId.cpp .tmp/libindi1.0.0/ && $(COPY_FILE) --parents BAOControl/baoqt.ui .tmp/libindi1.0.0/ && (cd `dirname .tmp/libindi1.0.0` && $(TAR) libindi1.0.0.tar libindi1.0.0 && $(COMPRESS) libindi1.0.0.tar) && $(MOVE) `dirname .tmp/libindi1.0.0`/libindi1.0.0.tar.gz . && $(DEL_FILE) -r .tmp/libindi1.0.0
348
349
350clean:compiler_clean
351        -$(DEL_FILE) $(OBJECTS)
352        -$(DEL_FILE) *~ core *.core
353
354
355####### Sub-libraries
356
357distclean: clean
358        -$(DEL_FILE) $(TARGET) 
359        -$(DEL_FILE) Makefile
360
361
362check: first
363
364mocclean: compiler_moc_header_clean compiler_moc_source_clean
365
366mocables: compiler_moc_header_make_all compiler_moc_source_make_all
367
368compiler_moc_header_make_all: moc_baoqt.cpp
369compiler_moc_header_clean:
370        -$(DEL_FILE) moc_baoqt.cpp
371moc_baoqt.cpp: BAOControl/baoqt.h
372        /usr/bin/moc $(DEFINES) $(INCPATH) BAOControl/baoqt.h -o moc_baoqt.cpp
373
374compiler_rcc_make_all:
375compiler_rcc_clean:
376compiler_image_collection_make_all: qmake_image_collection.cpp
377compiler_image_collection_clean:
378        -$(DEL_FILE) qmake_image_collection.cpp
379compiler_moc_source_make_all:
380compiler_moc_source_clean:
381compiler_uic_make_all: ui_baoqt.h
382compiler_uic_clean:
383        -$(DEL_FILE) ui_baoqt.h
384ui_baoqt.h: BAOControl/baoqt.ui
385        /usr/bin/uic BAOControl/baoqt.ui -o ui_baoqt.h
386
387compiler_yacc_decl_make_all:
388compiler_yacc_decl_clean:
389compiler_yacc_impl_make_all:
390compiler_yacc_impl_clean:
391compiler_lex_make_all:
392compiler_lex_clean:
393compiler_clean: compiler_moc_header_clean compiler_uic_clean
394
395####### Compile
396
397base64.o: base64.c base64.h
398        $(CC) -c $(CFLAGS) $(INCPATH) -o base64.o base64.c
399
400eventloop.o: eventloop.c eventloop.h
401        $(CC) -c $(CFLAGS) $(INCPATH) -o eventloop.o eventloop.c
402
403fq.o: fq.c fq.h
404        $(CC) -c $(CFLAGS) $(INCPATH) -o fq.o fq.c
405
406indidriver.o: indidriver.c libs/lilxml.h \
407                base64.h \
408                eventloop.h \
409                indidevapi.h \
410                indiapi.h \
411                libs/indicom.h \
412                indidriver.h
413        $(CC) -c $(CFLAGS) $(INCPATH) -o indidriver.o indidriver.c
414
415indidrivermain.o: indidrivermain.c libs/lilxml.h \
416                base64.h \
417                eventloop.h \
418                indidevapi.h \
419                indiapi.h \
420                libs/indicom.h \
421                indidriver.h
422        $(CC) -c $(CFLAGS) $(INCPATH) -o indidrivermain.o indidrivermain.c
423
424indiserver.o: indiserver.c libs/lilxml.h \
425                indiapi.h \
426                fq.h
427        $(CC) -c $(CFLAGS) $(INCPATH) -o indiserver.o indiserver.c
428
429baocontrol.o: BAOControl/baocontrol.cpp BAOControl/baocontrol.h \
430                communs/const.h \
431                communs/logs.h \
432                communs/ClientSocket.h \
433                communs/Socket.h \
434                communs/SocketException.h \
435                communs/astro.h \
436                communs/alignement.h \
437                communs/filetools.h \
438                communs/exception.h
439        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o baocontrol.o BAOControl/baocontrol.cpp
440
441baoqt.o: BAOControl/baoqt.cpp BAOControl/baoqt.h \
442                BAOControl/baocontrol.h \
443                communs/const.h \
444                communs/logs.h \
445                communs/ClientSocket.h \
446                communs/Socket.h \
447                communs/SocketException.h \
448                communs/astro.h \
449                communs/alignement.h \
450                communs/filetools.h \
451                communs/exception.h \
452                BAOControl/ui_baoqt.h
453        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o baoqt.o BAOControl/baoqt.cpp
454
455main.o: BAOControl/main.cpp BAOControl/baoqt.h \
456                BAOControl/baocontrol.h \
457                communs/const.h \
458                communs/logs.h \
459                communs/ClientSocket.h \
460                communs/Socket.h \
461                communs/SocketException.h \
462                communs/astro.h \
463                communs/alignement.h \
464                communs/filetools.h \
465                communs/exception.h \
466                BAOControl/ui_baoqt.h
467        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o main.o BAOControl/main.cpp
468
469BAOtest_main.o: BAOTest/BAOtest_main.cpp communs/ClientSocket.h \
470                communs/Socket.h \
471                communs/SocketException.h
472        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o BAOtest_main.o BAOTest/BAOtest_main.cpp
473
474alignement.o: communs/alignement.cpp communs/alignement.h \
475                communs/const.h \
476                communs/filetools.h \
477                communs/exception.h \
478                communs/astro.h \
479                communs/logs.h
480        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o alignement.o communs/alignement.cpp
481
482astro.o: communs/astro.cpp communs/astro.h \
483                communs/const.h
484        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o astro.o communs/astro.cpp
485
486ClientSocket.o: communs/ClientSocket.cpp communs/ClientSocket.h \
487                communs/Socket.h \
488                communs/SocketException.h
489        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o ClientSocket.o communs/ClientSocket.cpp
490
491exception.o: communs/exception.cpp communs/exception.h
492        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o exception.o communs/exception.cpp
493
494filetools.o: communs/filetools.cpp communs/filetools.h \
495                communs/exception.h
496        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o filetools.o communs/filetools.cpp
497
498logs.o: communs/logs.cpp communs/logs.h \
499                communs/const.h
500        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o logs.o communs/logs.cpp
501
502ServerSocket.o: communs/ServerSocket.cpp communs/ServerSocket.h \
503                communs/Socket.h \
504                communs/SocketException.h
505        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o ServerSocket.o communs/ServerSocket.cpp
506
507Socket.o: communs/Socket.cpp communs/Socket.h
508        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o Socket.o communs/Socket.cpp
509
510tutorial_ccdpreview.o: examples/tutorial_ccdpreview.c indidevapi.h \
511                indiapi.h \
512                libs/lilxml.h \
513                libs/indicom.h \
514                eventloop.h \
515                base64.h
516        $(CC) -c $(CFLAGS) $(INCPATH) -o tutorial_ccdpreview.o examples/tutorial_ccdpreview.c
517
518tutorial_client.o: examples/tutorial_client.cpp config.h \
519                libs/indibase/baseclient.h \
520                indiapi.h \
521                indidevapi.h \
522                libs/lilxml.h \
523                libs/indibase/indibase.h \
524                libs/indibase/basedriver.h \
525                libs/indicom.h \
526                examples/tutorial_client.h
527        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o tutorial_client.o examples/tutorial_client.cpp
528
529tutorial_dome.o: examples/tutorial_dome.c indidevapi.h \
530                indiapi.h \
531                libs/lilxml.h \
532                eventloop.h \
533                libs/indicom.h
534        $(CC) -c $(CFLAGS) $(INCPATH) -o tutorial_dome.o examples/tutorial_dome.c
535
536tutorial_four.o: examples/tutorial_four.cpp config.h \
537                libs/indibase/baseclient.h \
538                indiapi.h \
539                indidevapi.h \
540                libs/lilxml.h \
541                libs/indibase/indibase.h \
542                libs/indicom.h \
543                examples/tutorial_four.h \
544                libs/indibase/defaultdriver.h \
545                libs/indibase/basedriver.h \
546                indidriver.h
547        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o tutorial_four.o examples/tutorial_four.cpp
548
549tutorial_one.o: examples/tutorial_one.c indidevapi.h \
550                indiapi.h \
551                libs/lilxml.h \
552                eventloop.h \
553                libs/indicom.h
554        $(CC) -c $(CFLAGS) $(INCPATH) -o tutorial_one.o examples/tutorial_one.c
555
556tutorial_rain.o: examples/tutorial_rain.c indidevapi.h \
557                indiapi.h \
558                libs/lilxml.h \
559                eventloop.h \
560                libs/indicom.h
561        $(CC) -c $(CFLAGS) $(INCPATH) -o tutorial_rain.o examples/tutorial_rain.c
562
563tutorial_three.o: examples/tutorial_three.c indidevapi.h \
564                indiapi.h \
565                libs/lilxml.h \
566                libs/indicom.h \
567                eventloop.h \
568                base64.h
569        $(CC) -c $(CFLAGS) $(INCPATH) -o tutorial_three.o examples/tutorial_three.c
570
571tutorial_two.o: examples/tutorial_two.c indidevapi.h \
572                indiapi.h \
573                libs/lilxml.h \
574                eventloop.h \
575                libs/indicom.h
576        $(CC) -c $(CFLAGS) $(INCPATH) -o tutorial_two.o examples/tutorial_two.c
577
578indicom.o: libs/indicom.c config.h \
579                libs/indicom.h \
580                indidevapi.h \
581                indiapi.h \
582                libs/lilxml.h
583        $(CC) -c $(CFLAGS) $(INCPATH) -o indicom.o libs/indicom.c
584
585lilxml.o: libs/lilxml.c libs/lilxml.h
586        $(CC) -c $(CFLAGS) $(INCPATH) -o lilxml.o libs/lilxml.c
587
588compiler.o: tools/compiler.c
589        $(CC) -c $(CFLAGS) $(INCPATH) -o compiler.o tools/compiler.c
590
591evalINDI.o: tools/evalINDI.c indiapi.h \
592                libs/lilxml.h
593        $(CC) -c $(CFLAGS) $(INCPATH) -o evalINDI.o tools/evalINDI.c
594
595getINDIproperty.o: tools/getINDIproperty.c indiapi.h \
596                libs/lilxml.h \
597                base64.h
598        $(CC) -c $(CFLAGS) $(INCPATH) -o getINDIproperty.o tools/getINDIproperty.c
599
600setINDIproperty.o: tools/setINDIproperty.c indiapi.h \
601                libs/lilxml.h
602        $(CC) -c $(CFLAGS) $(INCPATH) -o setINDIproperty.o tools/setINDIproperty.c
603
604ccd_simulator.o: drivers/ccd/ccd_simulator.cpp drivers/ccd/ccd_simulator.h \
605                libs/indibase/indiccd.h \
606                libs/indibase/defaultdriver.h \
607                libs/indibase/basedriver.h \
608                indiapi.h \
609                indidevapi.h \
610                libs/lilxml.h \
611                libs/indibase/indibase.h \
612                indidriver.h \
613                libs/indibase/indiguiderinterface.h
614        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o ccd_simulator.o drivers/ccd/ccd_simulator.cpp
615
616fli_ccd.o: drivers/ccd/fli_ccd.c indidevapi.h \
617                indiapi.h \
618                libs/lilxml.h \
619                eventloop.h \
620                libs/indicom.h
621        $(CC) -c $(CFLAGS) $(INCPATH) -o fli_ccd.o drivers/ccd/fli_ccd.c
622
623filter_simulator.o: drivers/filter_wheel/filter_simulator.cpp drivers/filter_wheel/filter_simulator.h \
624                libs/indibase/indifilterwheel.h \
625                libs/indibase/defaultdriver.h \
626                libs/indibase/basedriver.h \
627                indiapi.h \
628                indidevapi.h \
629                libs/lilxml.h \
630                libs/indibase/indibase.h \
631                indidriver.h \
632                libs/indibase/indifilterinterface.h
633        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o filter_simulator.o drivers/filter_wheel/filter_simulator.cpp
634
635fli_wheel.o: drivers/filter_wheel/fli_wheel.c indidevapi.h \
636                indiapi.h \
637                libs/lilxml.h \
638                eventloop.h \
639                libs/indicom.h
640        $(CC) -c $(CFLAGS) $(INCPATH) -o fli_wheel.o drivers/filter_wheel/fli_wheel.c
641
642trutech_wheel.o: drivers/filter_wheel/trutech_wheel.c indidevapi.h \
643                indiapi.h \
644                libs/lilxml.h \
645                eventloop.h \
646                libs/indicom.h
647        $(CC) -c $(CFLAGS) $(INCPATH) -o trutech_wheel.o drivers/filter_wheel/trutech_wheel.c
648
649fli_pdf.o: drivers/focuser/fli_pdf.c indidevapi.h \
650                indiapi.h \
651                libs/lilxml.h \
652                eventloop.h \
653                libs/indicom.h
654        $(CC) -c $(CFLAGS) $(INCPATH) -o fli_pdf.o drivers/focuser/fli_pdf.c
655
656robofocus.o: drivers/focuser/robofocus.c indidevapi.h \
657                indiapi.h \
658                libs/lilxml.h \
659                eventloop.h \
660                libs/indicom.h \
661                drivers/focuser/robofocusdriver.h
662        $(CC) -c $(CFLAGS) $(INCPATH) -o robofocus.o drivers/focuser/robofocus.c
663
664robofocus.o: drivers/focuser/robofocus.cpp drivers/focuser/robofocus.h \
665                libs/indibase/indifocuser.h \
666                libs/indibase/defaultdriver.h \
667                libs/indibase/basedriver.h \
668                indiapi.h \
669                indidevapi.h \
670                libs/lilxml.h \
671                libs/indibase/indibase.h \
672                indidriver.h \
673                libs/indicom.h
674        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o robofocus.o drivers/focuser/robofocus.cpp
675
676robofocusdriver.o: drivers/focuser/robofocusdriver.c libs/indicom.h \
677                indidevapi.h \
678                indiapi.h \
679                libs/lilxml.h \
680                drivers/focuser/robofocusdriver.h
681        $(CC) -c $(CFLAGS) $(INCPATH) -o robofocusdriver.o drivers/focuser/robofocusdriver.c
682
683tcfs.o: drivers/focuser/tcfs.cpp libs/indicom.h \
684                drivers/focuser/tcfs.h \
685                indidevapi.h \
686                indiapi.h \
687                libs/lilxml.h \
688                libs/indibase/defaultdriver.h \
689                libs/indibase/basedriver.h \
690                libs/indibase/indibase.h \
691                indidriver.h
692        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o tcfs.o drivers/focuser/tcfs.cpp
693
694BAO.o: drivers/telescope/BAO.cpp drivers/telescope/BAO.h \
695                config.h \
696                libs/indicom.h \
697                indidevapi.h \
698                indiapi.h \
699                libs/lilxml.h \
700                communs/const.h \
701                communs/Socket.h \
702                communs/ServerSocket.h \
703                communs/SocketException.h \
704                communs/astro.h \
705                communs/alignement.h \
706                communs/filetools.h \
707                communs/exception.h \
708                communs/logs.h \
709                communs/alt2motor.h
710        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o BAO.o drivers/telescope/BAO.cpp
711
712celestrongps.o: drivers/telescope/celestrongps.cpp drivers/telescope/celestronprotocol.h \
713                drivers/telescope/celestrongps.h \
714                indidevapi.h \
715                indiapi.h \
716                libs/lilxml.h \
717                libs/indicom.h
718        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o celestrongps.o drivers/telescope/celestrongps.cpp
719
720celestronprotocol.o: drivers/telescope/celestronprotocol.c config.h \
721                drivers/telescope/celestronprotocol.h
722        $(CC) -c $(CFLAGS) $(INCPATH) -o celestronprotocol.o drivers/telescope/celestronprotocol.c
723
724ieq45.o: drivers/telescope/ieq45.cpp config.h \
725                libs/indicom.h \
726                drivers/telescope/ieq45driver.h \
727                drivers/telescope/ieq45.h \
728                indidevapi.h \
729                indiapi.h \
730                libs/lilxml.h
731        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o ieq45.o drivers/telescope/ieq45.cpp
732
733ieq45driver.o: drivers/telescope/ieq45driver.c libs/indicom.h \
734                indidevapi.h \
735                indiapi.h \
736                libs/lilxml.h \
737                drivers/telescope/ieq45driver.h
738        $(CC) -c $(CFLAGS) $(INCPATH) -o ieq45driver.o drivers/telescope/ieq45driver.c
739
740intelliscope.o: drivers/telescope/intelliscope.c config.h \
741                indidevapi.h \
742                indiapi.h \
743                libs/lilxml.h \
744                libs/indicom.h \
745                drivers/telescope/lx200driver.h
746        $(CC) -c $(CFLAGS) $(INCPATH) -o intelliscope.o drivers/telescope/intelliscope.c
747
748lx200_16.o: drivers/telescope/lx200_16.cpp drivers/telescope/lx200_16.h \
749                drivers/telescope/lx200autostar.h \
750                drivers/telescope/lx200generic.h \
751                indidevapi.h \
752                indiapi.h \
753                libs/lilxml.h \
754                libs/indicom.h \
755                drivers/telescope/lx200driver.h
756        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o lx200_16.o drivers/telescope/lx200_16.cpp
757
758lx200ap.o: drivers/telescope/lx200ap.cpp drivers/telescope/lx200ap.h \
759                drivers/telescope/lx200generic.h \
760                indidevapi.h \
761                indiapi.h \
762                libs/lilxml.h \
763                libs/indicom.h \
764                drivers/telescope/lx200driver.h \
765                drivers/telescope/lx200apdriver.h \
766                drivers/telescope/lx200aplib.h \
767                config.h
768        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o lx200ap.o drivers/telescope/lx200ap.cpp
769
770lx200apdriver.o: drivers/telescope/lx200apdriver.c libs/indicom.h \
771                indidevapi.h \
772                indiapi.h \
773                libs/lilxml.h \
774                drivers/telescope/lx200driver.h \
775                drivers/telescope/lx200apdriver.h
776        $(CC) -c $(CFLAGS) $(INCPATH) -o lx200apdriver.o drivers/telescope/lx200apdriver.c
777
778lx200autostar.o: drivers/telescope/lx200autostar.cpp drivers/telescope/lx200autostar.h \
779                drivers/telescope/lx200generic.h \
780                indidevapi.h \
781                indiapi.h \
782                libs/lilxml.h \
783                libs/indicom.h \
784                drivers/telescope/lx200driver.h
785        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o lx200autostar.o drivers/telescope/lx200autostar.cpp
786
787lx200basic.o: drivers/telescope/lx200basic.cpp config.h \
788                libs/indicom.h \
789                drivers/telescope/lx200driver.h \
790                drivers/telescope/lx200basic.h \
791                indidevapi.h \
792                indiapi.h \
793                libs/lilxml.h
794        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o lx200basic.o drivers/telescope/lx200basic.cpp
795
796lx200classic.o: drivers/telescope/lx200classic.cpp drivers/telescope/lx200classic.h \
797                drivers/telescope/lx200generic.h \
798                indidevapi.h \
799                indiapi.h \
800                libs/lilxml.h \
801                libs/indicom.h \
802                drivers/telescope/lx200driver.h
803        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o lx200classic.o drivers/telescope/lx200classic.cpp
804
805lx200driver.o: drivers/telescope/lx200driver.c libs/indicom.h \
806                indidevapi.h \
807                indiapi.h \
808                libs/lilxml.h \
809                drivers/telescope/lx200driver.h
810        $(CC) -c $(CFLAGS) $(INCPATH) -o lx200driver.o drivers/telescope/lx200driver.c
811
812lx200fs2.o: drivers/telescope/lx200fs2.cpp drivers/telescope/lx200driver.h \
813                drivers/telescope/lx200fs2.h \
814                drivers/telescope/lx200generic.h \
815                indidevapi.h \
816                indiapi.h \
817                libs/lilxml.h \
818                libs/indicom.h
819        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o lx200fs2.o drivers/telescope/lx200fs2.cpp
820
821lx200generic.o: drivers/telescope/lx200generic.cpp libs/indicom.h \
822                drivers/telescope/lx200driver.h \
823                drivers/telescope/lx200gps.h \
824                drivers/telescope/lx200_16.h \
825                drivers/telescope/lx200autostar.h \
826                drivers/telescope/lx200generic.h \
827                indidevapi.h \
828                indiapi.h \
829                libs/lilxml.h \
830                drivers/telescope/lx200ap.h \
831                drivers/telescope/lx200classic.h \
832                drivers/telescope/lx200fs2.h \
833                config.h
834        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o lx200generic.o drivers/telescope/lx200generic.cpp
835
836lx200gps.o: drivers/telescope/lx200gps.cpp drivers/telescope/lx200gps.h \
837                drivers/telescope/lx200_16.h \
838                drivers/telescope/lx200autostar.h \
839                drivers/telescope/lx200generic.h \
840                indidevapi.h \
841                indiapi.h \
842                libs/lilxml.h \
843                libs/indicom.h \
844                drivers/telescope/lx200driver.h
845        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o lx200gps.o drivers/telescope/lx200gps.cpp
846
847magellan1.o: drivers/telescope/magellan1.cpp drivers/telescope/magellandriver.h \
848                drivers/telescope/magellan1.h \
849                indidevapi.h \
850                indiapi.h \
851                libs/lilxml.h \
852                libs/indicom.h \
853                config.h
854        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o magellan1.o drivers/telescope/magellan1.cpp
855
856magellandriver.o: drivers/telescope/magellandriver.c libs/indicom.h \
857                indidevapi.h \
858                indiapi.h \
859                libs/lilxml.h \
860                drivers/telescope/magellandriver.h
861        $(CC) -c $(CFLAGS) $(INCPATH) -o magellandriver.o drivers/telescope/magellandriver.c
862
863orionatlas.o: drivers/telescope/orionatlas.cpp drivers/telescope/orionatlas.h \
864                indidevapi.h \
865                indiapi.h \
866                libs/lilxml.h \
867                libs/indicom.h
868        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o orionatlas.o drivers/telescope/orionatlas.cpp
869
870skycommander.o: drivers/telescope/skycommander.c config.h \
871                indidevapi.h \
872                indiapi.h \
873                libs/lilxml.h \
874                libs/indicom.h \
875                drivers/telescope/lx200driver.h
876        $(CC) -c $(CFLAGS) $(INCPATH) -o skycommander.o drivers/telescope/skycommander.c
877
878synscanmount.o: drivers/telescope/synscanmount.cpp drivers/telescope/synscanmount.h \
879                libs/indibase/inditelescope.h \
880                libs/indibase/defaultdriver.h \
881                libs/indibase/basedriver.h \
882                indiapi.h \
883                indidevapi.h \
884                libs/lilxml.h \
885                libs/indibase/indibase.h \
886                indidriver.h \
887                libs/indicom.h
888        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o synscanmount.o drivers/telescope/synscanmount.cpp
889
890telescope_simulator.o: drivers/telescope/telescope_simulator.cpp drivers/telescope/telescope_simulator.h \
891                libs/indibase/inditelescope.h \
892                libs/indibase/defaultdriver.h \
893                libs/indibase/basedriver.h \
894                indiapi.h \
895                indidevapi.h \
896                libs/lilxml.h \
897                libs/indibase/indibase.h \
898                indidriver.h \
899                libs/indicom.h
900        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o telescope_simulator.o drivers/telescope/telescope_simulator.cpp
901
902temmadriver.o: drivers/telescope/temmadriver.c config.h \
903                libs/indicom.h \
904                indidevapi.h \
905                indiapi.h \
906                libs/lilxml.h \
907                eventloop.h \
908                drivers/telescope/temmadriver.h
909        $(CC) -c $(CFLAGS) $(INCPATH) -o temmadriver.o drivers/telescope/temmadriver.c
910
911indi_lpi.o: drivers/video/indi_lpi.cpp drivers/video/v4ldriver.h \
912                indidevapi.h \
913                indiapi.h \
914                libs/lilxml.h \
915                libs/indicom.h \
916                eventloop.h \
917                config.h \
918                libs/webcam/v4l2_base.h \
919                libs/webcam/videodev2.h \
920                libs/webcam/v4l1_base.h \
921                libs/webcam/videodev.h
922        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o indi_lpi.o drivers/video/indi_lpi.cpp
923
924indi_philips.o: drivers/video/indi_philips.cpp drivers/video/v4lphilips.h \
925                libs/webcam/v4l1_pwc.h \
926                libs/webcam/videodev.h \
927                libs/webcam/v4l1_base.h \
928                eventloop.h \
929                drivers/video/v4ldriver.h \
930                indidevapi.h \
931                indiapi.h \
932                libs/lilxml.h \
933                libs/indicom.h \
934                config.h \
935                libs/webcam/v4l2_base.h \
936                libs/webcam/videodev2.h
937        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o indi_philips.o drivers/video/indi_philips.cpp
938
939indi_v4l.o: drivers/video/indi_v4l.cpp drivers/video/v4ldriver.h \
940                indidevapi.h \
941                indiapi.h \
942                libs/lilxml.h \
943                libs/indicom.h \
944                eventloop.h \
945                config.h \
946                libs/webcam/v4l2_base.h \
947                libs/webcam/videodev2.h \
948                libs/webcam/v4l1_base.h \
949                libs/webcam/videodev.h
950        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o indi_v4l.o drivers/video/indi_v4l.cpp
951
952stv.o: drivers/video/stv.c indidevapi.h \
953                indiapi.h \
954                libs/lilxml.h \
955                eventloop.h \
956                libs/indicom.h \
957                config.h \
958                drivers/video/stvdriver.h
959        $(CC) -c $(CFLAGS) $(INCPATH) -o stv.o drivers/video/stv.c
960
961stvdriver.o: drivers/video/stvdriver.c drivers/video/stvdriver.h \
962                config.h \
963                libs/indicom.h
964        $(CC) -c $(CFLAGS) $(INCPATH) -o stvdriver.o drivers/video/stvdriver.c
965
966v4ldriver.o: drivers/video/v4ldriver.cpp drivers/video/v4ldriver.h \
967                indidevapi.h \
968                indiapi.h \
969                libs/lilxml.h \
970                libs/indicom.h \
971                eventloop.h \
972                config.h \
973                libs/webcam/v4l2_base.h \
974                libs/webcam/videodev2.h \
975                libs/webcam/v4l1_base.h \
976                libs/webcam/videodev.h
977        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o v4ldriver.o drivers/video/v4ldriver.cpp
978
979v4lphilips.o: drivers/video/v4lphilips.cpp drivers/video/v4lphilips.h \
980                libs/webcam/v4l1_pwc.h \
981                libs/webcam/videodev.h \
982                libs/webcam/v4l1_base.h \
983                eventloop.h \
984                drivers/video/v4ldriver.h \
985                indidevapi.h \
986                indiapi.h \
987                libs/lilxml.h \
988                libs/indicom.h \
989                config.h \
990                libs/webcam/v4l2_base.h \
991                libs/webcam/videodev2.h \
992                libs/webcam/pwc-ioctl.h
993        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o v4lphilips.o drivers/video/v4lphilips.cpp
994
995Connection.o: Indi_Stellarium/src/Connection.cpp Indi_Stellarium/src/Connection.hpp \
996                Indi_Stellarium/src/Socket2.hpp \
997                Indi_Stellarium/src/Server.hpp \
998                Indi_Stellarium/src/LogFile.hpp
999        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o Connection.o Indi_Stellarium/src/Connection.cpp
1000
1001Listener.o: Indi_Stellarium/src/Listener.cpp Indi_Stellarium/src/Listener.hpp \
1002                Indi_Stellarium/src/Socket2.hpp \
1003                Indi_Stellarium/src/Connection.hpp \
1004                Indi_Stellarium/src/Server.hpp \
1005                Indi_Stellarium/src/LogFile.hpp
1006        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o Listener.o Indi_Stellarium/src/Listener.cpp
1007
1008LogFile.o: Indi_Stellarium/src/LogFile.cpp Indi_Stellarium/src/LogFile.hpp
1009        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o LogFile.o Indi_Stellarium/src/LogFile.cpp
1010
1011MainBAO.o: Indi_Stellarium/src/MainBAO.cpp Indi_Stellarium/src/ServerBAO.hpp \
1012                Indi_Stellarium/src/Server.hpp \
1013                communs/ClientSocket.h \
1014                communs/Socket.h \
1015                communs/SocketException.h \
1016                communs/const.h \
1017                communs/astro.h \
1018                communs/logs.h \
1019                communs/alignement.h \
1020                communs/filetools.h \
1021                communs/exception.h \
1022                Indi_Stellarium/src/LogFile.hpp
1023        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o MainBAO.o Indi_Stellarium/src/MainBAO.cpp
1024
1025Server.o: Indi_Stellarium/src/Server.cpp Indi_Stellarium/src/Server.hpp \
1026                Indi_Stellarium/src/Socket2.hpp \
1027                Indi_Stellarium/src/Listener.hpp
1028        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o Server.o Indi_Stellarium/src/Server.cpp
1029
1030ServerBAO.o: Indi_Stellarium/src/ServerBAO.cpp Indi_Stellarium/src/ServerBAO.hpp \
1031                Indi_Stellarium/src/Server.hpp \
1032                communs/ClientSocket.h \
1033                communs/Socket.h \
1034                communs/SocketException.h \
1035                communs/const.h \
1036                communs/astro.h \
1037                communs/logs.h \
1038                communs/alignement.h \
1039                communs/filetools.h \
1040                communs/exception.h \
1041                Indi_Stellarium/src/Socket2.hpp
1042        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o ServerBAO.o Indi_Stellarium/src/ServerBAO.cpp
1043
1044Socket2.o: Indi_Stellarium/src/Socket2.cpp Indi_Stellarium/src/Socket2.hpp
1045        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o Socket2.o Indi_Stellarium/src/Socket2.cpp
1046
1047baseclient.o: libs/indibase/baseclient.cpp libs/indibase/baseclient.h \
1048                indiapi.h \
1049                indidevapi.h \
1050                libs/lilxml.h \
1051                libs/indibase/indibase.h \
1052                libs/indibase/basedriver.h \
1053                libs/indicom.h
1054        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o baseclient.o libs/indibase/baseclient.cpp
1055
1056basedriver.o: libs/indibase/basedriver.cpp libs/indibase/basedriver.h \
1057                indiapi.h \
1058                indidevapi.h \
1059                libs/lilxml.h \
1060                libs/indibase/indibase.h \
1061                libs/indibase/baseclient.h \
1062                libs/indicom.h \
1063                base64.h
1064        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o basedriver.o libs/indibase/basedriver.cpp
1065
1066defaultdriver.o: libs/indibase/defaultdriver.cpp libs/indibase/defaultdriver.h \
1067                libs/indibase/basedriver.h \
1068                indiapi.h \
1069                indidevapi.h \
1070                libs/lilxml.h \
1071                libs/indibase/indibase.h \
1072                indidriver.h \
1073                libs/indicom.h \
1074                base64.h
1075        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o defaultdriver.o libs/indibase/defaultdriver.cpp
1076
1077indiccd.o: libs/indibase/indiccd.cpp libs/indibase/indiccd.h \
1078                libs/indibase/defaultdriver.h \
1079                libs/indibase/basedriver.h \
1080                indiapi.h \
1081                indidevapi.h \
1082                libs/lilxml.h \
1083                libs/indibase/indibase.h \
1084                indidriver.h \
1085                libs/indibase/indiguiderinterface.h
1086        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o indiccd.o libs/indibase/indiccd.cpp
1087
1088indidevice.o: libs/indibase/indidevice.cpp
1089        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o indidevice.o libs/indibase/indidevice.cpp
1090
1091indifilterinterface.o: libs/indibase/indifilterinterface.cpp libs/indibase/indifilterinterface.h \
1092                libs/indibase/indibase.h \
1093                indiapi.h \
1094                indidevapi.h \
1095                libs/lilxml.h
1096        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o indifilterinterface.o libs/indibase/indifilterinterface.cpp
1097
1098indifilterwheel.o: libs/indibase/indifilterwheel.cpp libs/indibase/indifilterwheel.h \
1099                libs/indibase/defaultdriver.h \
1100                libs/indibase/basedriver.h \
1101                indiapi.h \
1102                indidevapi.h \
1103                libs/lilxml.h \
1104                libs/indibase/indibase.h \
1105                indidriver.h \
1106                libs/indibase/indifilterinterface.h
1107        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o indifilterwheel.o libs/indibase/indifilterwheel.cpp
1108
1109indifocuser.o: libs/indibase/indifocuser.cpp libs/indibase/indifocuser.h \
1110                libs/indibase/defaultdriver.h \
1111                libs/indibase/basedriver.h \
1112                indiapi.h \
1113                indidevapi.h \
1114                libs/lilxml.h \
1115                libs/indibase/indibase.h \
1116                indidriver.h
1117        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o indifocuser.o libs/indibase/indifocuser.cpp
1118
1119indiguiderinterface.o: libs/indibase/indiguiderinterface.cpp libs/indibase/indiguiderinterface.h \
1120                libs/indibase/indibase.h \
1121                indiapi.h \
1122                indidevapi.h \
1123                libs/lilxml.h
1124        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o indiguiderinterface.o libs/indibase/indiguiderinterface.cpp
1125
1126inditelescope.o: libs/indibase/inditelescope.cpp libs/indibase/inditelescope.h \
1127                libs/indibase/defaultdriver.h \
1128                libs/indibase/basedriver.h \
1129                indiapi.h \
1130                indidevapi.h \
1131                libs/lilxml.h \
1132                libs/indibase/indibase.h \
1133                indidriver.h \
1134                libs/indicom.h
1135        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o inditelescope.o libs/indibase/inditelescope.cpp
1136
1137indiusbdevice.o: libs/indibase/indiusbdevice.cpp libs/indibase/indiusbdevice.h \
1138                libs/indibase/indibase.h \
1139                indiapi.h \
1140                indidevapi.h \
1141                libs/lilxml.h
1142        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o indiusbdevice.o libs/indibase/indiusbdevice.cpp
1143
1144ccvt_c2.o: libs/webcam/ccvt_c2.c libs/webcam/ccvt.h \
1145                libs/webcam/ccvt_types.h
1146        $(CC) -c $(CFLAGS) $(INCPATH) -o ccvt_c2.o libs/webcam/ccvt_c2.c
1147
1148ccvt_misc.o: libs/webcam/ccvt_misc.c libs/webcam/ccvt.h \
1149                libs/webcam/ccvt_types.h
1150        $(CC) -c $(CFLAGS) $(INCPATH) -o ccvt_misc.o libs/webcam/ccvt_misc.c
1151
1152port.o: libs/webcam/port.cpp libs/webcam/port.h
1153        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o port.o libs/webcam/port.cpp
1154
1155PPort.o: libs/webcam/PPort.cpp libs/webcam/PPort.h \
1156                libs/webcam/port.h
1157        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o PPort.o libs/webcam/PPort.cpp
1158
1159v4l1_base.o: libs/webcam/v4l1_base.cpp libs/webcam/ccvt.h \
1160                libs/webcam/v4l1_base.h \
1161                libs/webcam/videodev.h \
1162                eventloop.h \
1163                indidevapi.h \
1164                indiapi.h \
1165                libs/lilxml.h
1166        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o v4l1_base.o libs/webcam/v4l1_base.cpp
1167
1168v4l1_pwc.o: libs/webcam/v4l1_pwc.cpp libs/webcam/ccvt.h \
1169                libs/webcam/pwc-ioctl.h \
1170                libs/webcam/v4l1_pwc.h \
1171                libs/webcam/videodev.h \
1172                libs/webcam/v4l1_base.h \
1173                eventloop.h
1174        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o v4l1_pwc.o libs/webcam/v4l1_pwc.cpp
1175
1176v4l2_base.o: libs/webcam/v4l2_base.cpp libs/webcam/ccvt.h \
1177                libs/webcam/v4l2_base.h \
1178                libs/webcam/videodev2.h \
1179                eventloop.h \
1180                indidevapi.h \
1181                indiapi.h \
1182                libs/lilxml.h
1183        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o v4l2_base.o libs/webcam/v4l2_base.cpp
1184
1185CMakeCCompilerId.o: libindi_build/CMakeFiles/CompilerIdC/CMakeCCompilerId.c
1186        $(CC) -c $(CFLAGS) $(INCPATH) -o CMakeCCompilerId.o libindi_build/CMakeFiles/CompilerIdC/CMakeCCompilerId.c
1187
1188CMakeCXXCompilerId.o: libindi_build/CMakeFiles/CompilerIdCXX/CMakeCXXCompilerId.cpp
1189        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o CMakeCXXCompilerId.o libindi_build/CMakeFiles/CompilerIdCXX/CMakeCXXCompilerId.cpp
1190
1191moc_baoqt.o: moc_baoqt.cpp
1192        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_baoqt.o moc_baoqt.cpp
1193
1194####### Install
1195
1196install:   FORCE
1197
1198uninstall:   FORCE
1199
1200FORCE:
1201
Note: See TracBrowser for help on using the repository browser.