Ticket #8523: Makefile

File Makefile, 207.0 KB (added by Joern Koerner <joern.koerner@…>, 16 years ago)

Makefile for libmythtv that is able to play nuv files

Line 
1#############################################################################
2# Makefile for building: libmythtv-0.23.so.0.23.0
3# Generated by qmake (2.01a) (Qt 4.6.2) on: Thu Jun 3 11:08:08 2010
4# Project: libmythtv.pro
5# Template: lib
6# Command: /usr/bin/qmake -unix -o Makefile libmythtv.pro
7#############################################################################
8
9####### Compiler, tools and options
10
11CC = gcc
12CXX = g++
13DEFINES = -DMMX -Di386 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DUSING_FRIBIDI -DUSING_X11 -DUSING_XV -DUSING_XVMC -DUSING_XVMCW -DUSING_XVMC_VLD -DUSING_VDPAU -DUSING_OPENGL -DUSING_OPENGL_VSYNC -DUSING_OPENGL_VIDEO -DUSING_GLX_PROC_ADDR_ARB -DUSING_MHEG -DUSING_FRONTEND -DUSING_FFMPEG_THREADS -DUSING_ALSA -DUSING_OSS -DUSING_V4L -DUSING_LINUX_FIREWIRE -DUSING_FIREWIRE -DUSING_LIBAVC_5_3 -DUSING_IPTV -DUSING_HDHOMERUN -DUSING_IVTV -DUSING_HDPVR -DUSING_DVB -DUSING_BACKEND -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED
14CFLAGS = -pipe -fomit-frame-pointer -O3 -march=i686 -mtune=generic -O2 -pipe -march=i686 -std=c99 -pthread -g -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -D_REENTRANT -DPIC -fPIC $(DEFINES)
15#CXXFLAGS = -pipe -fomit-frame-pointer -O2 -march=i686 -g -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -Wno-non-virtual-dtor -funit-at-a-time -D__STDC_CONSTANT_MACROS -I/usr/include/freetype2 -D_REENTRANT -DPIC -fPIC $(DEFINES)
16CXXFLAGS = -pipe -O2 -march=i686 -g -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -Wno-non-virtual-dtor -funit-at-a-time -D__STDC_CONSTANT_MACROS -I/usr/include/freetype2 -D_REENTRANT $(DEFINES)
17INCPATH = -I/usr/share/qt/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtXml -I/usr/include/QtSql -I/usr/include -I/usr -I.. -I../.. -I. -I../libmyth -I../libavcodec -I../libavformat -I../libavutil -I../libswscale -I../libmythmpeg2 -I../libmythdb -I../libmythhdhomerun -I../libmythdvdnav -Idvbdev -Impeg -Iiptv -Ichannelscan -I../libmythlivemedia/BasicUsageEnvironment/include -I../libmythlivemedia/BasicUsageEnvironment -I../libmythlivemedia/groupsock/include -I../libmythlivemedia/groupsock -I../libmythlivemedia/liveMedia/include -I../libmythlivemedia/liveMedia -I../libmythlivemedia/UsageEnvironment/include -I../libmythlivemedia/UsageEnvironment -I../libmythdb -I../libmythui -I/usr/include -I/usr/X11R6/include -I.
18LINK = g++
19LFLAGS = -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-O1 -shared -lfreetype -lz -Wl,-soname,libmythtv-0.23.so.0
20LIBS = $(SUBLIBS) -L../libmyth -L../libavutil -L../libavcodec -L../libavformat -L../libswscale -L../libmythui -L../libmythupnp -L../libmythmpeg2 -L../libmythdvdnav -L../libmythdb -lmyth-0.23 -lmythavutil-0.23 -lmythavcodec-0.23 -lmythavformat-0.23 -lmythswscale-0.23 -lmythui-0.23 -lmythupnp-0.23 -lmythmpeg2-0.23 -lmythdvdnav-0.23 -lmythdb-0.23 -L../libmythfreemheg -lmythfreemheg-0.23 -L../libmythlivemedia -lmythlivemedia-0.23 -L../libmythhdhomerun -lmythhdhomerun-0.23 -lmp3lame -lfreetype -lz -lraw1394 -liec61883 -lavc1394 -lrom1394 -L/usr/X11R6/lib -lXinerama -lX11 -lXext -lXxf86vm -lXv -lXrandr -lXvMCW -lXvMC -lfribidi -ldl -lvdpau -lasound -L/usr/lib -lGLU -lGL -lpthread -lQtSql -lQtXml -lQtGui -lQtNetwork -lQtCore
21AR = ar cqs
22RANLIB =
23QMAKE = /usr/bin/qmake
24TAR = tar -cf
25COMPRESS = gzip -9f
26COPY = cp -f
27SED = sed
28COPY_FILE = $(COPY)
29COPY_DIR = $(COPY) -r
30STRIP = strip
31INSTALL_FILE = install -m 644 -p
32INSTALL_DIR = $(COPY_DIR)
33INSTALL_PROGRAM = install -m 755 -p
34DEL_FILE = rm -f
35SYMLINK = ln -f -s
36DEL_DIR = rmdir
37MOVE = mv -f
38CHK_DIR_EXISTS= test -d
39MKDIR = mkdir -p
40
41####### Output directory
42
43OBJECTS_DIR = ./
44
45####### Files
46
47SOURCES = vbitext/cc.cpp \
48 vbitext/vbi.c \
49 vbitext/hamm.c \
50 vbitext/lang.c \
51 minilzo.cpp \
52 RTjpegN.cpp \
53 recordinginfo.cpp \
54 recordinglist.cpp \
55 RingBuffer.cpp \
56 avfringbuffer.cpp \
57 ThreadedFileWriter.cpp \
58 dbcheck.cpp \
59 tvremoteutil.cpp \
60 tv.cpp \
61 jobqueue.cpp \
62 filtermanager.cpp \
63 recordingprofile.cpp \
64 remoteencoder.cpp \
65 videosource.cpp \
66 cardutil.cpp \
67 sourceutil.cpp \
68 cc608decoder.cpp \
69 cc708decoder.cpp \
70 cc708window.cpp \
71 scheduledrecording.cpp \
72 signalmonitorvalue.cpp \
73 livetvchain.cpp \
74 playgroup.cpp \
75 channelsettings.cpp \
76 previewgenerator.cpp \
77 transporteditor.cpp \
78 channelgroup.cpp \
79 channelgroupsettings.cpp \
80 myth_imgconvert.cpp \
81 recordingrule.cpp \
82 programdetail.cpp \
83 iso639.cpp \
84 mythsystemevent.cpp \
85 diseqc.cpp \
86 diseqcsettings.cpp \
87 datadirect.cpp \
88 teletextdecoder.cpp \
89 vbilut.cpp \
90 mpeg/tspacket.cpp \
91 mpeg/pespacket.cpp \
92 mpeg/mpegtables.cpp \
93 mpeg/atsctables.cpp \
94 mpeg/dvbtables.cpp \
95 mpeg/premieretables.cpp \
96 mpeg/mpegstreamdata.cpp \
97 mpeg/atscstreamdata.cpp \
98 mpeg/dvbstreamdata.cpp \
99 mpeg/scanstreamdata.cpp \
100 mpeg/mpegdescriptors.cpp \
101 mpeg/atscdescriptors.cpp \
102 mpeg/dvbdescriptors.cpp \
103 mpeg/dishdescriptors.cpp \
104 mpeg/premieredescriptors.cpp \
105 mpeg/atsc_huffman.cpp \
106 mpeg/freesat_huffman.cpp \
107 mpeg/iso6937tables.cpp \
108 mpeg/H264Parser.cpp \
109 frequencies.c \
110 frequencytables.cpp \
111 channelutil.cpp \
112 dbchannelinfo.cpp \
113 dtvmultiplex.cpp \
114 dtvconfparser.cpp \
115 dtvconfparserhelpers.cpp \
116 channelscan/scaninfo.cpp \
117 channelscan/channelimporter.cpp \
118 profilegroup.cpp \
119 tv_play.cpp \
120 NuppelVideoPlayer.cpp \
121 DVDRingBuffer.cpp \
122 playercontext.cpp \
123 tv_play_win.cpp \
124 textsubtitleparser.cpp \
125 xine_demux_sputext.cpp \
126 decoderbase.cpp \
127 nuppeldecoder.cpp \
128 avformatdecoder.cpp \
129 osd.cpp \
130 osdtypes.cpp \
131 osdsurface.cpp \
132 osdlistbtntype.cpp \
133 osdimagecache.cpp \
134 osdtypeteletext.cpp \
135 udpnotify.cpp \
136 tvosdmenuentry.cpp \
137 videooutbase.cpp \
138 videoout_null.cpp \
139 videobuffers.cpp \
140 vsync.cpp \
141 jitterometer.cpp \
142 yuv2rgb.cpp \
143 videodisplayprofile.cpp \
144 mythcodecid.cpp \
145 videooutwindow.cpp \
146 videoout_xv.cpp \
147 XvMCSurfaceTypes.cpp \
148 osdxvmc.cpp \
149 osdchromakey.cpp \
150 util-xvmc.cpp \
151 util-xv.cpp \
152 videoout_vdpau.cpp \
153 util-opengl.cpp \
154 openglcontext.cpp \
155 openglvideo.cpp \
156 videoout_opengl.cpp \
157 ttfont.cpp \
158 DetectLetterbox.cpp \
159 dsmcc.cpp \
160 dsmcccache.cpp \
161 dsmccbiop.cpp \
162 dsmccobjcarousel.cpp \
163 interactivetv.cpp \
164 mhi.cpp \
165 blend.c \
166 channelbase.cpp \
167 dtvchannel.cpp \
168 signalmonitor.cpp \
169 dtvsignalmonitor.cpp \
170 inputinfo.cpp \
171 inputgroupmap.cpp \
172 scanwizard.cpp \
173 channelscan/channelscan_sm.cpp \
174 channelscan/channelscanner.cpp \
175 channelscan/channelscanner_gui.cpp \
176 channelscan/channelscanner_gui_scan_pane.cpp \
177 channelscan/channelscanner_cli.cpp \
178 channelscan/frequencytablesetting.cpp \
179 channelscan/inputselectorsetting.cpp \
180 channelscan/loglist.cpp \
181 channelscan/multiplexsetting.cpp \
182 channelscan/paneanalog.cpp \
183 channelscan/scanmonitor.cpp \
184 channelscan/scanwizardconfig.cpp \
185 eithelper.cpp \
186 eitscanner.cpp \
187 eitfixup.cpp \
188 eitcache.cpp \
189 programdata.cpp \
190 tv_rec.cpp \
191 recorderbase.cpp \
192 DeviceReadBuffer.cpp \
193 dtvrecorder.cpp \
194 importrecorder.cpp \
195 NuppelVideoRecorder.cpp \
196 fifowriter.cpp \
197 audioinput.cpp \
198 audioinputalsa.cpp \
199 audioinputoss.cpp \
200 v4lchannel.cpp \
201 analogsignalmonitor.cpp \
202 firewirechannel.cpp \
203 firewirerecorder.cpp \
204 firewiresignalmonitor.cpp \
205 firewiredevice.cpp \
206 avcinfo.cpp \
207 linuxfirewiredevice.cpp \
208 linuxavcinfo.cpp \
209 iptvchannel.cpp \
210 iptvrecorder.cpp \
211 iptvsignalmonitor.cpp \
212 iptv/iptvchannelfetcher.cpp \
213 iptv/iptvmediasink.cpp \
214 iptv/iptvfeeder.cpp \
215 iptv/iptvfeederwrapper.cpp \
216 iptv/iptvfeederrtsp.cpp \
217 iptv/iptvfeederudp.cpp \
218 iptv/iptvfeederfile.cpp \
219 iptv/iptvfeederlive.cpp \
220 iptv/iptvfeederrtp.cpp \
221 iptv/timeoutedtaskscheduler.cpp \
222 hdhrsignalmonitor.cpp \
223 hdhrchannel.cpp \
224 hdhrrecorder.cpp \
225 hdhrstreamhandler.cpp \
226 mpegrecorder.cpp \
227 dvbtypes.cpp \
228 dvbchannel.cpp \
229 dvbsignalmonitor.cpp \
230 dvbcam.cpp \
231 dvbrecorder.cpp \
232 dvbstreamhandler.cpp \
233 dvbdev/dvbci.cpp moc_jobqueue.cpp \
234 moc_recordingprofile.cpp \
235 moc_videosource.cpp \
236 moc_playgroup.cpp \
237 moc_channelsettings.cpp \
238 moc_previewgenerator.cpp \
239 moc_transporteditor.cpp \
240 moc_channelgroupsettings.cpp \
241 moc_mythsystemevent.cpp \
242 moc_diseqcsettings.cpp \
243 moc_profilegroup.cpp \
244 moc_tv_play.cpp \
245 moc_tv_play_win.cpp \
246 moc_osd.cpp \
247 moc_udpnotify.cpp \
248 moc_scanwizard.cpp \
249 moc_channelscanner_gui.cpp \
250 moc_channelscanner_gui_scan_pane.cpp \
251 moc_inputselectorsetting.cpp \
252 moc_multiplexsetting.cpp \
253 moc_paneatsc.cpp \
254 moc_panedvbutilsimport.cpp \
255 moc_scanmonitor.cpp \
256 moc_scanwizardconfig.cpp
257OBJECTS = cc.o \
258 vbi.o \
259 hamm.o \
260 lang.o \
261 minilzo.o \
262 RTjpegN.o \
263 recordinginfo.o \
264 recordinglist.o \
265 RingBuffer.o \
266 avfringbuffer.o \
267 ThreadedFileWriter.o \
268 dbcheck.o \
269 tvremoteutil.o \
270 tv.o \
271 jobqueue.o \
272 filtermanager.o \
273 recordingprofile.o \
274 remoteencoder.o \
275 videosource.o \
276 cardutil.o \
277 sourceutil.o \
278 cc608decoder.o \
279 cc708decoder.o \
280 cc708window.o \
281 scheduledrecording.o \
282 signalmonitorvalue.o \
283 livetvchain.o \
284 playgroup.o \
285 channelsettings.o \
286 previewgenerator.o \
287 transporteditor.o \
288 channelgroup.o \
289 channelgroupsettings.o \
290 myth_imgconvert.o \
291 recordingrule.o \
292 programdetail.o \
293 iso639.o \
294 mythsystemevent.o \
295 diseqc.o \
296 diseqcsettings.o \
297 datadirect.o \
298 teletextdecoder.o \
299 vbilut.o \
300 tspacket.o \
301 pespacket.o \
302 mpegtables.o \
303 atsctables.o \
304 dvbtables.o \
305 premieretables.o \
306 mpegstreamdata.o \
307 atscstreamdata.o \
308 dvbstreamdata.o \
309 scanstreamdata.o \
310 mpegdescriptors.o \
311 atscdescriptors.o \
312 dvbdescriptors.o \
313 dishdescriptors.o \
314 premieredescriptors.o \
315 atsc_huffman.o \
316 freesat_huffman.o \
317 iso6937tables.o \
318 H264Parser.o \
319 frequencies.o \
320 frequencytables.o \
321 channelutil.o \
322 dbchannelinfo.o \
323 dtvmultiplex.o \
324 dtvconfparser.o \
325 dtvconfparserhelpers.o \
326 scaninfo.o \
327 channelimporter.o \
328 profilegroup.o \
329 tv_play.o \
330 NuppelVideoPlayer.o \
331 DVDRingBuffer.o \
332 playercontext.o \
333 tv_play_win.o \
334 textsubtitleparser.o \
335 xine_demux_sputext.o \
336 decoderbase.o \
337 nuppeldecoder.o \
338 avformatdecoder.o \
339 osd.o \
340 osdtypes.o \
341 osdsurface.o \
342 osdlistbtntype.o \
343 osdimagecache.o \
344 osdtypeteletext.o \
345 udpnotify.o \
346 tvosdmenuentry.o \
347 videooutbase.o \
348 videoout_null.o \
349 videobuffers.o \
350 vsync.o \
351 jitterometer.o \
352 yuv2rgb.o \
353 videodisplayprofile.o \
354 mythcodecid.o \
355 videooutwindow.o \
356 videoout_xv.o \
357 XvMCSurfaceTypes.o \
358 osdxvmc.o \
359 osdchromakey.o \
360 util-xvmc.o \
361 util-xv.o \
362 videoout_vdpau.o \
363 util-opengl.o \
364 openglcontext.o \
365 openglvideo.o \
366 videoout_opengl.o \
367 ttfont.o \
368 DetectLetterbox.o \
369 dsmcc.o \
370 dsmcccache.o \
371 dsmccbiop.o \
372 dsmccobjcarousel.o \
373 interactivetv.o \
374 mhi.o \
375 blend.o \
376 channelbase.o \
377 dtvchannel.o \
378 signalmonitor.o \
379 dtvsignalmonitor.o \
380 inputinfo.o \
381 inputgroupmap.o \
382 scanwizard.o \
383 channelscan_sm.o \
384 channelscanner.o \
385 channelscanner_gui.o \
386 channelscanner_gui_scan_pane.o \
387 channelscanner_cli.o \
388 frequencytablesetting.o \
389 inputselectorsetting.o \
390 loglist.o \
391 multiplexsetting.o \
392 paneanalog.o \
393 scanmonitor.o \
394 scanwizardconfig.o \
395 eithelper.o \
396 eitscanner.o \
397 eitfixup.o \
398 eitcache.o \
399 programdata.o \
400 tv_rec.o \
401 recorderbase.o \
402 DeviceReadBuffer.o \
403 dtvrecorder.o \
404 importrecorder.o \
405 NuppelVideoRecorder.o \
406 fifowriter.o \
407 audioinput.o \
408 audioinputalsa.o \
409 audioinputoss.o \
410 v4lchannel.o \
411 analogsignalmonitor.o \
412 firewirechannel.o \
413 firewirerecorder.o \
414 firewiresignalmonitor.o \
415 firewiredevice.o \
416 avcinfo.o \
417 linuxfirewiredevice.o \
418 linuxavcinfo.o \
419 iptvchannel.o \
420 iptvrecorder.o \
421 iptvsignalmonitor.o \
422 iptvchannelfetcher.o \
423 iptvmediasink.o \
424 iptvfeeder.o \
425 iptvfeederwrapper.o \
426 iptvfeederrtsp.o \
427 iptvfeederudp.o \
428 iptvfeederfile.o \
429 iptvfeederlive.o \
430 iptvfeederrtp.o \
431 timeoutedtaskscheduler.o \
432 hdhrsignalmonitor.o \
433 hdhrchannel.o \
434 hdhrrecorder.o \
435 hdhrstreamhandler.o \
436 mpegrecorder.o \
437 dvbtypes.o \
438 dvbchannel.o \
439 dvbsignalmonitor.o \
440 dvbcam.o \
441 dvbrecorder.o \
442 dvbstreamhandler.o \
443 dvbci.o \
444 moc_jobqueue.o \
445 moc_recordingprofile.o \
446 moc_videosource.o \
447 moc_playgroup.o \
448 moc_channelsettings.o \
449 moc_previewgenerator.o \
450 moc_transporteditor.o \
451 moc_channelgroupsettings.o \
452 moc_mythsystemevent.o \
453 moc_diseqcsettings.o \
454 moc_profilegroup.o \
455 moc_tv_play.o \
456 moc_tv_play_win.o \
457 moc_osd.o \
458 moc_udpnotify.o \
459 moc_scanwizard.o \
460 moc_channelscanner_gui.o \
461 moc_channelscanner_gui_scan_pane.o \
462 moc_inputselectorsetting.o \
463 moc_multiplexsetting.o \
464 moc_paneatsc.o \
465 moc_panedvbutilsimport.o \
466 moc_scanmonitor.o \
467 moc_scanwizardconfig.o
468DIST = /usr/share/qt/mkspecs/common/g++.conf \
469 /usr/share/qt/mkspecs/common/unix.conf \
470 /usr/share/qt/mkspecs/common/linux.conf \
471 /usr/share/qt/mkspecs/qconfig.pri \
472 /usr/share/qt/mkspecs/features/qt_functions.prf \
473 /usr/share/qt/mkspecs/features/qt_config.prf \
474 /usr/share/qt/mkspecs/features/exclusive_builds.prf \
475 /usr/share/qt/mkspecs/features/default_pre.prf \
476 ../libmythdb/mythconfig.mak \
477 ../../settings.pro \
478 ../libs-targetfix.pro \
479 /usr/share/qt/mkspecs/features/release.prf \
480 /usr/share/qt/mkspecs/features/default_post.prf \
481 /usr/share/qt/mkspecs/features/unix/opengl.prf \
482 /usr/share/qt/mkspecs/features/dll.prf \
483 /usr/share/qt/mkspecs/features/shared.prf \
484 /usr/share/qt/mkspecs/features/unix/thread.prf \
485 /usr/share/qt/mkspecs/features/qt.prf \
486 /usr/share/qt/mkspecs/features/moc.prf \
487 /usr/share/qt/mkspecs/features/resources.prf \
488 /usr/share/qt/mkspecs/features/uic.prf \
489 /usr/share/qt/mkspecs/features/yacc.prf \
490 /usr/share/qt/mkspecs/features/lex.prf \
491 /usr/share/qt/mkspecs/features/include_source_dir.prf \
492 libmythtv.pro
493QMAKE_TARGET = mythtv-0.23
494DESTDIR =
495TARGET = libmythtv-0.23.so.0.23.0
496TARGETA = libmythtv-0.23.a
497TARGETD = libmythtv-0.23.so.0.23.0
498TARGET0 = libmythtv-0.23.so
499TARGET1 = libmythtv-0.23.so.0
500TARGET2 = libmythtv-0.23.so.0.23
501
502first: all
503####### Implicit rules
504
505.SUFFIXES: .o .c .cpp .cc .cxx .C
506
507.cpp.o:
508 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
509
510.cc.o:
511 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
512
513.cxx.o:
514 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
515
516.C.o:
517 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
518
519.c.o:
520 $(CC) -c $(CFLAGS) $(INCPATH) -o "$@" "$<"
521
522####### Build rules
523
524all: Makefile $(TARGET)
525
526$(TARGET): $(OBJECTS) $(SUBLIBS) $(OBJCOMP) ../libmyth/libmyth-0.23.so ../libavutil/libmythavutil-0.23.so ../libavcodec/libmythavcodec-0.23.so ../libavformat/libmythavformat-0.23.so ../libmythmpeg2/libmythmpeg2-0.23.a ../libmythdvdnav/libmythdvdnav-0.23.a ../libmythfreemheg/libmythfreemheg-0.23.so ../libmythlivemedia/libmythlivemedia-0.23.so ../libmythhdhomerun/libmythhdhomerun-0.23.so ../libswscale/libmythswscale-0.23.so
527 -$(DEL_FILE) $(TARGET) $(TARGET0) $(TARGET1) $(TARGET2)
528 $(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(LIBS) $(OBJCOMP)
529 -ln -s $(TARGET) $(TARGET0)
530 -ln -s $(TARGET) $(TARGET1)
531 -ln -s $(TARGET) $(TARGET2)
532
533
534
535staticlib: $(TARGETA)
536
537$(TARGETA): $(OBJECTS) $(OBJCOMP) ../libmyth/libmyth-0.23.so ../libavutil/libmythavutil-0.23.so ../libavcodec/libmythavcodec-0.23.so ../libavformat/libmythavformat-0.23.so ../libmythmpeg2/libmythmpeg2-0.23.a ../libmythdvdnav/libmythdvdnav-0.23.a ../libmythfreemheg/libmythfreemheg-0.23.so ../libmythlivemedia/libmythlivemedia-0.23.so ../libmythhdhomerun/libmythhdhomerun-0.23.so ../libswscale/libmythswscale-0.23.so
538 -$(DEL_FILE) $(TARGETA)
539 $(AR) $(TARGETA) $(OBJECTS)
540
541Makefile: libmythtv.pro /usr/share/qt/mkspecs/linux-g++/qmake.conf /usr/share/qt/mkspecs/common/g++.conf \
542 /usr/share/qt/mkspecs/common/unix.conf \
543 /usr/share/qt/mkspecs/common/linux.conf \
544 /usr/share/qt/mkspecs/qconfig.pri \
545 /usr/share/qt/mkspecs/features/qt_functions.prf \
546 /usr/share/qt/mkspecs/features/qt_config.prf \
547 /usr/share/qt/mkspecs/features/exclusive_builds.prf \
548 /usr/share/qt/mkspecs/features/default_pre.prf \
549 ../libmythdb/mythconfig.mak \
550 ../../settings.pro \
551 ../libs-targetfix.pro \
552 /usr/share/qt/mkspecs/features/release.prf \
553 /usr/share/qt/mkspecs/features/default_post.prf \
554 /usr/share/qt/mkspecs/features/unix/opengl.prf \
555 /usr/share/qt/mkspecs/features/dll.prf \
556 /usr/share/qt/mkspecs/features/shared.prf \
557 /usr/share/qt/mkspecs/features/unix/thread.prf \
558 /usr/share/qt/mkspecs/features/qt.prf \
559 /usr/share/qt/mkspecs/features/moc.prf \
560 /usr/share/qt/mkspecs/features/resources.prf \
561 /usr/share/qt/mkspecs/features/uic.prf \
562 /usr/share/qt/mkspecs/features/yacc.prf \
563 /usr/share/qt/mkspecs/features/lex.prf \
564 /usr/share/qt/mkspecs/features/include_source_dir.prf \
565 /usr/lib/libQtSql.prl \
566 /usr/lib/libQtXml.prl \
567 /usr/lib/libQtGui.prl \
568 /usr/lib/libQtNetwork.prl \
569 /usr/lib/libQtCore.prl
570 $(QMAKE) -unix -o Makefile libmythtv.pro
571/usr/share/qt/mkspecs/common/g++.conf:
572/usr/share/qt/mkspecs/common/unix.conf:
573/usr/share/qt/mkspecs/common/linux.conf:
574/usr/share/qt/mkspecs/qconfig.pri:
575/usr/share/qt/mkspecs/features/qt_functions.prf:
576/usr/share/qt/mkspecs/features/qt_config.prf:
577/usr/share/qt/mkspecs/features/exclusive_builds.prf:
578/usr/share/qt/mkspecs/features/default_pre.prf:
579../libmythdb/mythconfig.mak:
580../../settings.pro:
581../libs-targetfix.pro:
582/usr/share/qt/mkspecs/features/release.prf:
583/usr/share/qt/mkspecs/features/default_post.prf:
584/usr/share/qt/mkspecs/features/unix/opengl.prf:
585/usr/share/qt/mkspecs/features/dll.prf:
586/usr/share/qt/mkspecs/features/shared.prf:
587/usr/share/qt/mkspecs/features/unix/thread.prf:
588/usr/share/qt/mkspecs/features/qt.prf:
589/usr/share/qt/mkspecs/features/moc.prf:
590/usr/share/qt/mkspecs/features/resources.prf:
591/usr/share/qt/mkspecs/features/uic.prf:
592/usr/share/qt/mkspecs/features/yacc.prf:
593/usr/share/qt/mkspecs/features/lex.prf:
594/usr/share/qt/mkspecs/features/include_source_dir.prf:
595/usr/lib/libQtSql.prl:
596/usr/lib/libQtXml.prl:
597/usr/lib/libQtGui.prl:
598/usr/lib/libQtNetwork.prl:
599/usr/lib/libQtCore.prl:
600qmake: FORCE
601 @$(QMAKE) -unix -o Makefile libmythtv.pro
602
603dist:
604 @$(CHK_DIR_EXISTS) .tmp/mythtv-0.230.23.0 || $(MKDIR) .tmp/mythtv-0.230.23.0
605 $(COPY_FILE) --parents $(SOURCES) $(DIST) .tmp/mythtv-0.230.23.0/ && $(COPY_FILE) --parents vbitext/cc.h vbitext/dllist.h vbitext/hamm.h vbitext/lang.h vbitext/vbi.h vbitext/vt.h ../../libs/libavcodec/x86/mmx.h ../../libs/libavcodec/dsputil.h filter.h format.h frame.h ../libmythdb/compat.h lzoconf.h minilzo.h RTjpegN.h recordinginfo.h recordinglist.h RingBuffer.h avfringbuffer.h ThreadedFileWriter.h dbcheck.h tvremoteutil.h tv.h jobqueue.h filtermanager.h recordingprofile.h remoteencoder.h videosource.h cardutil.h sourceutil.h cc608decoder.h cc708decoder.h cc708window.h scheduledrecording.h signalmonitorvalue.h signalmonitorlistener.h livetvchain.h playgroup.h channelsettings.h previewgenerator.h transporteditor.h listingsources.h myth_imgconvert.h channelgroup.h channelgroupsettings.h recordingrule.h programdetail.h iso639.h mythsystemevent.h diseqc.h diseqcsettings.h datadirect.h teletextdecoder.h vbilut.h mpeg/tspacket.h mpeg/pespacket.h mpeg/mpegtables.h mpeg/atsctables.h mpeg/dvbtables.h mpeg/premieretables.h mpeg/mpegstreamdata.h mpeg/atscstreamdata.h mpeg/dvbstreamdata.h mpeg/scanstreamdata.h mpeg/mpegdescriptors.h mpeg/atscdescriptors.h mpeg/dvbdescriptors.h mpeg/dishdescriptors.h mpeg/premieredescriptors.h mpeg/atsc_huffman.h mpeg/freesat_huffman.h mpeg/freesat_tables.h mpeg/iso6937tables.h mpeg/tsstats.h mpeg/streamlisteners.h mpeg/H264Parser.h frequencies.h frequencytables.h channelutil.h dbchannelinfo.h dtvmultiplex.h dtvconfparser.h dtvconfparserhelpers.h channelscan/scaninfo.h channelscan/channelimporter.h profilegroup.h tv_play.h NuppelVideoPlayer.h DVDRingBuffer.h playercontext.h tv_play_win.h textsubtitleparser.h xine_demux_sputext.h decoderbase.h nuppeldecoder.h avformatdecoder.h osd.h osdtypes.h osdsurface.h osdlistbtntype.h osdimagecache.h osdtypeteletext.h udpnotify.h tvosdmenuentry.h videooutbase.h videoout_null.h videobuffers.h vsync.h jitterometer.h yuv2rgb.h videodisplayprofile.h mythcodecid.h videoouttypes.h videooutwindow.h videoout_xv.h XvMCSurfaceTypes.h osdxvmc.h osdchromakey.h util-xvmc.h util-xv.h videoout_vdpau.h util-opengl.h openglcontext.h openglvideo.h videoout_opengl.h ttfont.h DetectLetterbox.h dsmcc.h dsmcccache.h dsmccbiop.h dsmccobjcarousel.h dsmccreceiver.h interactivetv.h mhi.h blend.h channelbase.h dtvchannel.h signalmonitor.h dtvsignalmonitor.h inputinfo.h inputgroupmap.h scanwizard.h channelscan/channelscan_sm.h channelscan/channelscanner.h channelscan/channelscanner_gui.h channelscan/channelscanner_gui_scan_pane.h channelscan/channelscanner_cli.h channelscan/frequencytablesetting.h channelscan/inputselectorsetting.h channelscan/loglist.h channelscan/channelscanmiscsettings.h channelscan/modulationsetting.h channelscan/multiplexsetting.h channelscan/paneanalog.h channelscan/paneatsc.h channelscan/panedvbc.h channelscan/panedvbs.h channelscan/panedvbs2.h channelscan/panedvbt.h channelscan/panedvbutilsimport.h channelscan/panesingle.h channelscan/scanmonitor.h channelscan/scanwizardconfig.h eithelper.h eitscanner.h eitfixup.h eitcache.h programdata.h tv_rec.h recorderbase.h DeviceReadBuffer.h dtvrecorder.h importrecorder.h NuppelVideoRecorder.h fifowriter.h audioinput.h audioinputalsa.h audioinputoss.h v4lchannel.h analogsignalmonitor.h firewirechannel.h firewirerecorder.h firewiresignalmonitor.h firewiredevice.h avcinfo.h linuxfirewiredevice.h linuxavcinfo.h iptvchannel.h iptvrecorder.h iptvsignalmonitor.h iptv/iptvchannelfetcher.h iptv/iptvchannelinfo.h iptv/iptvmediasink.h iptv/iptvfeeder.h iptv/iptvfeederwrapper.h iptv/iptvfeederrtsp.h iptv/iptvfeederudp.h iptv/iptvfeederfile.h iptv/iptvfeederlive.h iptv/iptvfeederrtp.h iptv/timeoutedtaskscheduler.h hdhrsignalmonitor.h hdhrchannel.h hdhrrecorder.h hdhrstreamhandler.h mpegrecorder.h dvbtypes.h dvbchannel.h dvbsignalmonitor.h dvbcam.h dvbrecorder.h dvbstreamhandler.h dvbdev/dvbci.h .tmp/mythtv-0.230.23.0/ && $(COPY_FILE) --parents vbitext/cc.cpp vbitext/vbi.c vbitext/hamm.c vbitext/lang.c minilzo.cpp RTjpegN.cpp recordinginfo.cpp recordinglist.cpp RingBuffer.cpp avfringbuffer.cpp ThreadedFileWriter.cpp dbcheck.cpp tvremoteutil.cpp tv.cpp jobqueue.cpp filtermanager.cpp recordingprofile.cpp remoteencoder.cpp videosource.cpp cardutil.cpp sourceutil.cpp cc608decoder.cpp cc708decoder.cpp cc708window.cpp scheduledrecording.cpp signalmonitorvalue.cpp livetvchain.cpp playgroup.cpp channelsettings.cpp previewgenerator.cpp transporteditor.cpp channelgroup.cpp channelgroupsettings.cpp myth_imgconvert.cpp recordingrule.cpp programdetail.cpp iso639.cpp mythsystemevent.cpp diseqc.cpp diseqcsettings.cpp datadirect.cpp teletextdecoder.cpp vbilut.cpp mpeg/tspacket.cpp mpeg/pespacket.cpp mpeg/mpegtables.cpp mpeg/atsctables.cpp mpeg/dvbtables.cpp mpeg/premieretables.cpp mpeg/mpegstreamdata.cpp mpeg/atscstreamdata.cpp mpeg/dvbstreamdata.cpp mpeg/scanstreamdata.cpp mpeg/mpegdescriptors.cpp mpeg/atscdescriptors.cpp mpeg/dvbdescriptors.cpp mpeg/dishdescriptors.cpp mpeg/premieredescriptors.cpp mpeg/atsc_huffman.cpp mpeg/freesat_huffman.cpp mpeg/iso6937tables.cpp mpeg/H264Parser.cpp frequencies.c frequencytables.cpp channelutil.cpp dbchannelinfo.cpp dtvmultiplex.cpp dtvconfparser.cpp dtvconfparserhelpers.cpp channelscan/scaninfo.cpp channelscan/channelimporter.cpp profilegroup.cpp tv_play.cpp NuppelVideoPlayer.cpp DVDRingBuffer.cpp playercontext.cpp tv_play_win.cpp textsubtitleparser.cpp xine_demux_sputext.cpp decoderbase.cpp nuppeldecoder.cpp avformatdecoder.cpp osd.cpp osdtypes.cpp osdsurface.cpp osdlistbtntype.cpp osdimagecache.cpp osdtypeteletext.cpp udpnotify.cpp tvosdmenuentry.cpp videooutbase.cpp videoout_null.cpp videobuffers.cpp vsync.cpp jitterometer.cpp yuv2rgb.cpp videodisplayprofile.cpp mythcodecid.cpp videooutwindow.cpp videoout_xv.cpp XvMCSurfaceTypes.cpp osdxvmc.cpp osdchromakey.cpp util-xvmc.cpp util-xv.cpp videoout_vdpau.cpp util-opengl.cpp openglcontext.cpp openglvideo.cpp videoout_opengl.cpp ttfont.cpp DetectLetterbox.cpp dsmcc.cpp dsmcccache.cpp dsmccbiop.cpp dsmccobjcarousel.cpp interactivetv.cpp mhi.cpp blend.c channelbase.cpp dtvchannel.cpp signalmonitor.cpp dtvsignalmonitor.cpp inputinfo.cpp inputgroupmap.cpp scanwizard.cpp channelscan/channelscan_sm.cpp channelscan/channelscanner.cpp channelscan/channelscanner_gui.cpp channelscan/channelscanner_gui_scan_pane.cpp channelscan/channelscanner_cli.cpp channelscan/frequencytablesetting.cpp channelscan/inputselectorsetting.cpp channelscan/loglist.cpp channelscan/multiplexsetting.cpp channelscan/paneanalog.cpp channelscan/scanmonitor.cpp channelscan/scanwizardconfig.cpp eithelper.cpp eitscanner.cpp eitfixup.cpp eitcache.cpp programdata.cpp tv_rec.cpp recorderbase.cpp DeviceReadBuffer.cpp dtvrecorder.cpp importrecorder.cpp NuppelVideoRecorder.cpp fifowriter.cpp audioinput.cpp audioinputalsa.cpp audioinputoss.cpp v4lchannel.cpp analogsignalmonitor.cpp firewirechannel.cpp firewirerecorder.cpp firewiresignalmonitor.cpp firewiredevice.cpp avcinfo.cpp linuxfirewiredevice.cpp linuxavcinfo.cpp iptvchannel.cpp iptvrecorder.cpp iptvsignalmonitor.cpp iptv/iptvchannelfetcher.cpp iptv/iptvmediasink.cpp iptv/iptvfeeder.cpp iptv/iptvfeederwrapper.cpp iptv/iptvfeederrtsp.cpp iptv/iptvfeederudp.cpp iptv/iptvfeederfile.cpp iptv/iptvfeederlive.cpp iptv/iptvfeederrtp.cpp iptv/timeoutedtaskscheduler.cpp hdhrsignalmonitor.cpp hdhrchannel.cpp hdhrrecorder.cpp hdhrstreamhandler.cpp mpegrecorder.cpp dvbtypes.cpp dvbchannel.cpp dvbsignalmonitor.cpp dvbcam.cpp dvbrecorder.cpp dvbstreamhandler.cpp dvbdev/dvbci.cpp .tmp/mythtv-0.230.23.0/ && (cd `dirname .tmp/mythtv-0.230.23.0` && $(TAR) mythtv-0.230.23.0.tar mythtv-0.230.23.0 && $(COMPRESS) mythtv-0.230.23.0.tar) && $(MOVE) `dirname .tmp/mythtv-0.230.23.0`/mythtv-0.230.23.0.tar.gz . && $(DEL_FILE) -r .tmp/mythtv-0.230.23.0
606
607
608clean:compiler_clean
609 -$(DEL_FILE) $(OBJECTS)
610 -$(DEL_FILE) $(TARGET) $(TARGETA) $(TARGETD) $(TARGET0) $(TARGET1) $(TARGET2)
611 -$(DEL_FILE) *~ core *.core
612
613
614####### Sub-libraries
615
616distclean: clean
617 -$(DEL_FILE) $(TARGET)
618 -$(DEL_FILE) $(TARGET0) $(TARGET1) $(TARGET2) $(TARGETA)
619 -$(DEL_FILE) Makefile
620
621
622mocclean: compiler_moc_header_clean compiler_moc_source_clean
623
624mocables: compiler_moc_header_make_all compiler_moc_source_make_all
625
626compiler_moc_header_make_all: moc_jobqueue.cpp moc_recordingprofile.cpp moc_videosource.cpp moc_playgroup.cpp moc_channelsettings.cpp moc_previewgenerator.cpp moc_transporteditor.cpp moc_channelgroupsettings.cpp moc_mythsystemevent.cpp moc_diseqcsettings.cpp moc_profilegroup.cpp moc_tv_play.cpp moc_tv_play_win.cpp moc_osd.cpp moc_udpnotify.cpp moc_scanwizard.cpp moc_channelscanner_gui.cpp moc_channelscanner_gui_scan_pane.cpp moc_inputselectorsetting.cpp moc_multiplexsetting.cpp moc_paneatsc.cpp moc_panedvbutilsimport.cpp moc_scanmonitor.cpp moc_scanwizardconfig.cpp
627compiler_moc_header_clean:
628 -$(DEL_FILE) moc_jobqueue.cpp moc_recordingprofile.cpp moc_videosource.cpp moc_playgroup.cpp moc_channelsettings.cpp moc_previewgenerator.cpp moc_transporteditor.cpp moc_channelgroupsettings.cpp moc_mythsystemevent.cpp moc_diseqcsettings.cpp moc_profilegroup.cpp moc_tv_play.cpp moc_tv_play_win.cpp moc_osd.cpp moc_udpnotify.cpp moc_scanwizard.cpp moc_channelscanner_gui.cpp moc_channelscanner_gui_scan_pane.cpp moc_inputselectorsetting.cpp moc_multiplexsetting.cpp moc_paneatsc.cpp moc_panedvbutilsimport.cpp moc_scanmonitor.cpp moc_scanwizardconfig.cpp
629moc_jobqueue.cpp: ../libmyth/programinfo.h \
630 ../libmyth/recordingtypes.h \
631 ../libmythdb/mythexp.h \
632 ../libmythdb/mythdbcon.h \
633 jobqueue.h
634 /usr/bin/moc $(DEFINES) $(INCPATH) jobqueue.h -o moc_jobqueue.cpp
635
636moc_recordingprofile.cpp: ../libmyth/settings.h \
637 ../libmythdb/mythexp.h \
638 ../libmyth/mythwidgets.h \
639 ../libmyth/virtualkeyboard_qt.h \
640 ../libmyth/mythdialogs.h \
641 ../libmythui/mythmainwindow.h \
642 ../libmythui/mythuitype.h \
643 ../libmythui/xmlparsebase.h \
644 ../libmythui/mythrect.h \
645 ../libmythui/mythgesture.h \
646 ../libmythui/mythscreenstack.h \
647 ../libmythdb/mythdbcon.h \
648 ../libmythdb/mythstorage.h \
649 ../libmyth/mythconfigdialogs.h \
650 ../libmyth/mythconfiggroups.h \
651 ../libmyth/mythterminal.h \
652 recordingprofile.h
653 /usr/bin/moc $(DEFINES) $(INCPATH) recordingprofile.h -o moc_recordingprofile.cpp
654
655moc_videosource.cpp: ../libmyth/settings.h \
656 ../libmythdb/mythexp.h \
657 ../libmyth/mythwidgets.h \
658 ../libmyth/virtualkeyboard_qt.h \
659 ../libmyth/mythdialogs.h \
660 ../libmythui/mythmainwindow.h \
661 ../libmythui/mythuitype.h \
662 ../libmythui/xmlparsebase.h \
663 ../libmythui/mythrect.h \
664 ../libmythui/mythgesture.h \
665 ../libmythui/mythscreenstack.h \
666 ../libmythdb/mythdbcon.h \
667 ../libmythdb/mythstorage.h \
668 ../libmyth/mythconfigdialogs.h \
669 ../libmyth/mythconfiggroups.h \
670 ../libmyth/mythterminal.h \
671 datadirect.h \
672 videosource.h
673 /usr/bin/moc $(DEFINES) $(INCPATH) videosource.h -o moc_videosource.cpp
674
675moc_playgroup.cpp: ../libmyth/settings.h \
676 ../libmythdb/mythexp.h \
677 ../libmyth/mythwidgets.h \
678 ../libmyth/virtualkeyboard_qt.h \
679 ../libmyth/mythdialogs.h \
680 ../libmythui/mythmainwindow.h \
681 ../libmythui/mythuitype.h \
682 ../libmythui/xmlparsebase.h \
683 ../libmythui/mythrect.h \
684 ../libmythui/mythgesture.h \
685 ../libmythui/mythscreenstack.h \
686 ../libmythdb/mythdbcon.h \
687 ../libmythdb/mythstorage.h \
688 ../libmyth/mythconfigdialogs.h \
689 ../libmyth/mythconfiggroups.h \
690 ../libmyth/mythterminal.h \
691 playgroup.h
692 /usr/bin/moc $(DEFINES) $(INCPATH) playgroup.h -o moc_playgroup.cpp
693
694moc_channelsettings.cpp: ../libmyth/settings.h \
695 ../libmythdb/mythexp.h \
696 ../libmyth/mythwidgets.h \
697 ../libmyth/virtualkeyboard_qt.h \
698 ../libmyth/mythdialogs.h \
699 ../libmythui/mythmainwindow.h \
700 ../libmythui/mythuitype.h \
701 ../libmythui/xmlparsebase.h \
702 ../libmythui/mythrect.h \
703 ../libmythui/mythgesture.h \
704 ../libmythui/mythscreenstack.h \
705 ../libmythdb/mythdbcon.h \
706 ../libmythdb/mythstorage.h \
707 ../libmyth/mythconfigdialogs.h \
708 ../libmyth/mythconfiggroups.h \
709 ../libmyth/mythterminal.h \
710 ../libmyth/mythwizard.h \
711 ../libmythdb/mythdb.h \
712 ../libmythdb/mythdbparams.h \
713 ../libmythdb/mythverbose.h \
714 channelsettings.h
715 /usr/bin/moc $(DEFINES) $(INCPATH) channelsettings.h -o moc_channelsettings.cpp
716
717moc_previewgenerator.cpp: ../libmyth/programinfo.h \
718 ../libmyth/recordingtypes.h \
719 ../libmythdb/mythexp.h \
720 ../libmythdb/mythdbcon.h \
721 ../libmyth/util.h \
722 ../libmythdb/mythtimer.h \
723 ../libmythui/mythsystem.h \
724 ../libmythdb/compat.h \
725 ../libmythdb/mythconfig.h \
726 previewgenerator.h
727 /usr/bin/moc $(DEFINES) $(INCPATH) previewgenerator.h -o moc_previewgenerator.cpp
728
729moc_transporteditor.cpp: ../libmyth/settings.h \
730 ../libmythdb/mythexp.h \
731 ../libmyth/mythwidgets.h \
732 ../libmyth/virtualkeyboard_qt.h \
733 ../libmyth/mythdialogs.h \
734 ../libmythui/mythmainwindow.h \
735 ../libmythui/mythuitype.h \
736 ../libmythui/xmlparsebase.h \
737 ../libmythui/mythrect.h \
738 ../libmythui/mythgesture.h \
739 ../libmythui/mythscreenstack.h \
740 ../libmythdb/mythdbcon.h \
741 ../libmythdb/mythstorage.h \
742 ../libmyth/mythconfigdialogs.h \
743 ../libmyth/mythconfiggroups.h \
744 ../libmyth/mythterminal.h \
745 transporteditor.h
746 /usr/bin/moc $(DEFINES) $(INCPATH) transporteditor.h -o moc_transporteditor.cpp
747
748moc_channelgroupsettings.cpp: ../libmyth/settings.h \
749 ../libmythdb/mythexp.h \
750 ../libmyth/mythwidgets.h \
751 ../libmyth/virtualkeyboard_qt.h \
752 ../libmyth/mythdialogs.h \
753 ../libmythui/mythmainwindow.h \
754 ../libmythui/mythuitype.h \
755 ../libmythui/xmlparsebase.h \
756 ../libmythui/mythrect.h \
757 ../libmythui/mythgesture.h \
758 ../libmythui/mythscreenstack.h \
759 ../libmythdb/mythdbcon.h \
760 ../libmythdb/mythstorage.h \
761 ../libmyth/mythconfigdialogs.h \
762 ../libmyth/mythconfiggroups.h \
763 ../libmyth/mythterminal.h \
764 channelgroupsettings.h
765 /usr/bin/moc $(DEFINES) $(INCPATH) channelgroupsettings.h -o moc_channelgroupsettings.cpp
766
767moc_mythsystemevent.cpp: ../libmyth/programinfo.h \
768 ../libmyth/recordingtypes.h \
769 ../libmythdb/mythexp.h \
770 ../libmythdb/mythdbcon.h \
771 recordinginfo.h \
772 ../libmyth/rawsettingseditor.h \
773 ../libmythui/mythscreentype.h \
774 ../libmythui/mythuitype.h \
775 ../libmythui/xmlparsebase.h \
776 ../libmythui/mythrect.h \
777 ../libmythui/mythgesture.h \
778 ../libmythui/mythuitext.h \
779 ../libmythdb/mythstorage.h \
780 ../libmythui/mythuiutils.h \
781 ../libmythui/mythuibutton.h \
782 ../libmythui/mythuistatetype.h \
783 ../libmythui/mythimage.h \
784 ../libmythui/mythpainter.h \
785 ../libmythdb/compat.h \
786 ../libmythdb/mythconfig.h \
787 ../libmythui/mythuishape.h \
788 ../libmythui/mythuitextedit.h \
789 ../libmythdb/mythtimer.h \
790 ../libmythui/mythuiimage.h \
791 ../libmythui/mythvirtualkeyboard.h \
792 mythsystemevent.h
793 /usr/bin/moc $(DEFINES) $(INCPATH) mythsystemevent.h -o moc_mythsystemevent.cpp
794
795moc_diseqcsettings.cpp: diseqc.h \
796 ../libmyth/settings.h \
797 ../libmythdb/mythexp.h \
798 ../libmyth/mythwidgets.h \
799 ../libmyth/virtualkeyboard_qt.h \
800 ../libmyth/mythdialogs.h \
801 ../libmythui/mythmainwindow.h \
802 ../libmythui/mythuitype.h \
803 ../libmythui/xmlparsebase.h \
804 ../libmythui/mythrect.h \
805 ../libmythui/mythgesture.h \
806 ../libmythui/mythscreenstack.h \
807 ../libmythdb/mythdbcon.h \
808 ../libmythdb/mythstorage.h \
809 ../libmyth/mythconfigdialogs.h \
810 ../libmyth/mythconfiggroups.h \
811 ../libmyth/mythterminal.h \
812 diseqcsettings.h
813 /usr/bin/moc $(DEFINES) $(INCPATH) diseqcsettings.h -o moc_diseqcsettings.cpp
814
815moc_profilegroup.cpp: ../libmyth/settings.h \
816 ../libmythdb/mythexp.h \
817 ../libmyth/mythwidgets.h \
818 ../libmyth/virtualkeyboard_qt.h \
819 ../libmyth/mythdialogs.h \
820 ../libmythui/mythmainwindow.h \
821 ../libmythui/mythuitype.h \
822 ../libmythui/xmlparsebase.h \
823 ../libmythui/mythrect.h \
824 ../libmythui/mythgesture.h \
825 ../libmythui/mythscreenstack.h \
826 ../libmythdb/mythdbcon.h \
827 ../libmythdb/mythstorage.h \
828 ../libmyth/mythconfigdialogs.h \
829 ../libmyth/mythconfiggroups.h \
830 ../libmyth/mythterminal.h \
831 profilegroup.h
832 /usr/bin/moc $(DEFINES) $(INCPATH) profilegroup.h -o moc_profilegroup.cpp
833
834moc_tv_play.cpp: ../libmyth/mythdeque.h \
835 tv.h \
836 videoouttypes.h \
837 ../libmyth/util.h \
838 ../libmythdb/mythexp.h \
839 ../libmythdb/mythtimer.h \
840 ../libmythui/mythsystem.h \
841 ../libmythdb/compat.h \
842 ../libmythdb/mythconfig.h \
843 ../libmyth/programinfo.h \
844 ../libmyth/recordingtypes.h \
845 ../libmythdb/mythdbcon.h \
846 ../libmyth/programlist.h \
847 channelutil.h \
848 dtvmultiplex.h \
849 dtvconfparserhelpers.h \
850 dbchannelinfo.h \
851 ../libmyth/volumebase.h \
852 inputinfo.h \
853 channelgroup.h \
854 tv_play.h
855 /usr/bin/moc $(DEFINES) $(INCPATH) tv_play.h -o moc_tv_play.cpp
856
857moc_tv_play_win.cpp: ../libmythui/mythscreentype.h \
858 ../libmythui/mythuitype.h \
859 ../libmythui/xmlparsebase.h \
860 ../libmythui/mythrect.h \
861 ../libmythdb/mythexp.h \
862 ../libmythui/mythgesture.h \
863 ../libmythui/mythuitext.h \
864 ../libmythdb/mythstorage.h \
865 ../libmythdb/mythdbcon.h \
866 ../libmythui/mythuiutils.h \
867 tv_play_win.h
868 /usr/bin/moc $(DEFINES) $(INCPATH) tv_play_win.h -o moc_tv_play_win.cpp
869
870moc_osd.cpp: ../libmythui/themeinfo.h \
871 ../libmythdb/mythexp.h \
872 osd.h
873 /usr/bin/moc $(DEFINES) $(INCPATH) osd.h -o moc_osd.cpp
874
875moc_udpnotify.cpp: udpnotify.h
876 /usr/bin/moc $(DEFINES) $(INCPATH) udpnotify.h -o moc_udpnotify.cpp
877
878moc_scanwizard.cpp: ../libmythdb/mythdbcon.h \
879 ../libmythdb/mythexp.h \
880 ../libmyth/mythwizard.h \
881 ../libmyth/mythwidgets.h \
882 ../libmyth/virtualkeyboard_qt.h \
883 ../libmyth/mythdialogs.h \
884 ../libmythui/mythmainwindow.h \
885 ../libmythui/mythuitype.h \
886 ../libmythui/xmlparsebase.h \
887 ../libmythui/mythrect.h \
888 ../libmythui/mythgesture.h \
889 ../libmythui/mythscreenstack.h \
890 ../libmyth/settings.h \
891 ../libmythdb/mythstorage.h \
892 ../libmyth/mythconfigdialogs.h \
893 ../libmyth/mythconfiggroups.h \
894 ../libmyth/mythterminal.h \
895 scanwizard.h
896 /usr/bin/moc $(DEFINES) $(INCPATH) scanwizard.h -o moc_scanwizard.cpp
897
898moc_channelscanner_gui.cpp: ../libmyth/settings.h \
899 ../libmythdb/mythexp.h \
900 ../libmyth/mythwidgets.h \
901 ../libmyth/virtualkeyboard_qt.h \
902 ../libmyth/mythdialogs.h \
903 ../libmythui/mythmainwindow.h \
904 ../libmythui/mythuitype.h \
905 ../libmythui/xmlparsebase.h \
906 ../libmythui/mythrect.h \
907 ../libmythui/mythgesture.h \
908 ../libmythui/mythscreenstack.h \
909 ../libmythdb/mythdbcon.h \
910 ../libmythdb/mythstorage.h \
911 ../libmyth/mythconfigdialogs.h \
912 ../libmyth/mythconfiggroups.h \
913 ../libmyth/mythterminal.h \
914 channelscan/channelscanner.h \
915 dtvconfparser.h \
916 dtvchannel.h \
917 channelbase.h \
918 channelutil.h \
919 dtvmultiplex.h \
920 dtvconfparserhelpers.h \
921 dbchannelinfo.h \
922 inputinfo.h \
923 tv.h \
924 videoouttypes.h \
925 channelscan/scanmonitor.h \
926 signalmonitorlistener.h \
927 signalmonitorvalue.h \
928 ../libmyth/mythcontext.h \
929 ../libmythdb/mythobservable.h \
930 ../libmythdb/mythevent.h \
931 ../libmythdb/mythsocket_cb.h \
932 ../libmythdb/mythverbose.h \
933 channelscan/channelscantypes.h \
934 channelscan/channelscanner_gui.h
935 /usr/bin/moc $(DEFINES) $(INCPATH) channelscan/channelscanner_gui.h -o moc_channelscanner_gui.cpp
936
937moc_channelscanner_gui_scan_pane.cpp: ../libmyth/settings.h \
938 ../libmythdb/mythexp.h \
939 ../libmyth/mythwidgets.h \
940 ../libmyth/virtualkeyboard_qt.h \
941 ../libmyth/mythdialogs.h \
942 ../libmythui/mythmainwindow.h \
943 ../libmythui/mythuitype.h \
944 ../libmythui/xmlparsebase.h \
945 ../libmythui/mythrect.h \
946 ../libmythui/mythgesture.h \
947 ../libmythui/mythscreenstack.h \
948 ../libmythdb/mythdbcon.h \
949 ../libmythdb/mythstorage.h \
950 ../libmyth/mythconfigdialogs.h \
951 ../libmyth/mythconfiggroups.h \
952 ../libmyth/mythterminal.h \
953 channelscan/channelscanner_gui_scan_pane.h
954 /usr/bin/moc $(DEFINES) $(INCPATH) channelscan/channelscanner_gui_scan_pane.h -o moc_channelscanner_gui_scan_pane.cpp
955
956moc_inputselectorsetting.cpp: ../libmyth/settings.h \
957 ../libmythdb/mythexp.h \
958 ../libmyth/mythwidgets.h \
959 ../libmyth/virtualkeyboard_qt.h \
960 ../libmyth/mythdialogs.h \
961 ../libmythui/mythmainwindow.h \
962 ../libmythui/mythuitype.h \
963 ../libmythui/xmlparsebase.h \
964 ../libmythui/mythrect.h \
965 ../libmythui/mythgesture.h \
966 ../libmythui/mythscreenstack.h \
967 ../libmythdb/mythdbcon.h \
968 ../libmythdb/mythstorage.h \
969 ../libmyth/mythconfigdialogs.h \
970 ../libmyth/mythconfiggroups.h \
971 ../libmyth/mythterminal.h \
972 channelscan/inputselectorsetting.h
973 /usr/bin/moc $(DEFINES) $(INCPATH) channelscan/inputselectorsetting.h -o moc_inputselectorsetting.cpp
974
975moc_multiplexsetting.cpp: ../libmyth/settings.h \
976 ../libmythdb/mythexp.h \
977 ../libmyth/mythwidgets.h \
978 ../libmyth/virtualkeyboard_qt.h \
979 ../libmyth/mythdialogs.h \
980 ../libmythui/mythmainwindow.h \
981 ../libmythui/mythuitype.h \
982 ../libmythui/xmlparsebase.h \
983 ../libmythui/mythrect.h \
984 ../libmythui/mythgesture.h \
985 ../libmythui/mythscreenstack.h \
986 ../libmythdb/mythdbcon.h \
987 ../libmythdb/mythstorage.h \
988 ../libmyth/mythconfigdialogs.h \
989 ../libmyth/mythconfiggroups.h \
990 ../libmyth/mythterminal.h \
991 channelscan/multiplexsetting.h
992 /usr/bin/moc $(DEFINES) $(INCPATH) channelscan/multiplexsetting.h -o moc_multiplexsetting.cpp
993
994moc_paneatsc.cpp: channelscan/channelscanmiscsettings.h \
995 ../libmyth/settings.h \
996 ../libmythdb/mythexp.h \
997 ../libmyth/mythwidgets.h \
998 ../libmyth/virtualkeyboard_qt.h \
999 ../libmyth/mythdialogs.h \
1000 ../libmythui/mythmainwindow.h \
1001 ../libmythui/mythuitype.h \
1002 ../libmythui/xmlparsebase.h \
1003 ../libmythui/mythrect.h \
1004 ../libmythui/mythgesture.h \
1005 ../libmythui/mythscreenstack.h \
1006 ../libmythdb/mythdbcon.h \
1007 ../libmythdb/mythstorage.h \
1008 ../libmyth/mythconfigdialogs.h \
1009 ../libmyth/mythconfiggroups.h \
1010 ../libmyth/mythterminal.h \
1011 channelscan/channelscantypes.h \
1012 channelscan/frequencytablesetting.h \
1013 channelscan/modulationsetting.h \
1014 frequencytables.h \
1015 dtvchannel.h \
1016 channelbase.h \
1017 channelutil.h \
1018 dtvmultiplex.h \
1019 dtvconfparserhelpers.h \
1020 dbchannelinfo.h \
1021 inputinfo.h \
1022 tv.h \
1023 videoouttypes.h \
1024 dtvconfparser.h \
1025 channelscan/paneatsc.h
1026 /usr/bin/moc $(DEFINES) $(INCPATH) channelscan/paneatsc.h -o moc_paneatsc.cpp
1027
1028moc_panedvbutilsimport.cpp: channelscan/channelscanmiscsettings.h \
1029 ../libmyth/settings.h \
1030 ../libmythdb/mythexp.h \
1031 ../libmyth/mythwidgets.h \
1032 ../libmyth/virtualkeyboard_qt.h \
1033 ../libmyth/mythdialogs.h \
1034 ../libmythui/mythmainwindow.h \
1035 ../libmythui/mythuitype.h \
1036 ../libmythui/xmlparsebase.h \
1037 ../libmythui/mythrect.h \
1038 ../libmythui/mythgesture.h \
1039 ../libmythui/mythscreenstack.h \
1040 ../libmythdb/mythdbcon.h \
1041 ../libmythdb/mythstorage.h \
1042 ../libmyth/mythconfigdialogs.h \
1043 ../libmyth/mythconfiggroups.h \
1044 ../libmyth/mythterminal.h \
1045 channelscan/channelscantypes.h \
1046 channelscan/panedvbutilsimport.h
1047 /usr/bin/moc $(DEFINES) $(INCPATH) channelscan/panedvbutilsimport.h -o moc_panedvbutilsimport.cpp
1048
1049moc_scanmonitor.cpp: signalmonitorlistener.h \
1050 ../libmythdb/mythexp.h \
1051 signalmonitorvalue.h \
1052 ../libmyth/mythcontext.h \
1053 ../libmythdb/mythobservable.h \
1054 ../libmythdb/mythevent.h \
1055 ../libmythdb/mythsocket_cb.h \
1056 ../libmythdb/mythverbose.h \
1057 channelscan/scanmonitor.h
1058 /usr/bin/moc $(DEFINES) $(INCPATH) channelscan/scanmonitor.h -o moc_scanmonitor.cpp
1059
1060moc_scanwizardconfig.cpp: ../libmyth/settings.h \
1061 ../libmythdb/mythexp.h \
1062 ../libmyth/mythwidgets.h \
1063 ../libmyth/virtualkeyboard_qt.h \
1064 ../libmyth/mythdialogs.h \
1065 ../libmythui/mythmainwindow.h \
1066 ../libmythui/mythuitype.h \
1067 ../libmythui/xmlparsebase.h \
1068 ../libmythui/mythrect.h \
1069 ../libmythui/mythgesture.h \
1070 ../libmythui/mythscreenstack.h \
1071 ../libmythdb/mythdbcon.h \
1072 ../libmythdb/mythstorage.h \
1073 ../libmyth/mythconfigdialogs.h \
1074 ../libmyth/mythconfiggroups.h \
1075 ../libmyth/mythterminal.h \
1076 channelscan/inputselectorsetting.h \
1077 channelscan/channelscantypes.h \
1078 channelscan/scanwizardconfig.h
1079 /usr/bin/moc $(DEFINES) $(INCPATH) channelscan/scanwizardconfig.h -o moc_scanwizardconfig.cpp
1080
1081compiler_rcc_make_all:
1082compiler_rcc_clean:
1083compiler_image_collection_make_all: qmake_image_collection.cpp
1084compiler_image_collection_clean:
1085 -$(DEL_FILE) qmake_image_collection.cpp
1086compiler_moc_source_make_all:
1087compiler_moc_source_clean:
1088compiler_uic_make_all:
1089compiler_uic_clean:
1090compiler_yacc_decl_make_all:
1091compiler_yacc_decl_clean:
1092compiler_yacc_impl_make_all:
1093compiler_yacc_impl_clean:
1094compiler_lex_make_all:
1095compiler_lex_clean:
1096compiler_clean: compiler_moc_header_clean
1097
1098####### Compile
1099
1100cc.o: vbitext/cc.cpp vbitext/cc.h
1101 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o cc.o vbitext/cc.cpp
1102
1103vbi.o: vbitext/vbi.c vbitext/vt.h \
1104 vbitext/vbi.h \
1105 vbitext/dllist.h \
1106 vbitext/lang.h \
1107 vbitext/hamm.h
1108 $(CC) -c $(CFLAGS) $(INCPATH) -o vbi.o vbitext/vbi.c
1109
1110hamm.o: vbitext/hamm.c vbitext/vt.h \
1111 vbitext/hamm.h
1112 $(CC) -c $(CFLAGS) $(INCPATH) -o hamm.o vbitext/hamm.c
1113
1114lang.o: vbitext/lang.c vbitext/vt.h \
1115 vbitext/lang.h
1116 $(CC) -c $(CFLAGS) $(INCPATH) -o lang.o vbitext/lang.c
1117
1118minilzo.o: minilzo.cpp minilzo.h \
1119 lzoconf.h \
1120 lzodefs.h
1121 $(CXX) -c $(CXXFLAGSLZO) $(INCPATH) -o minilzo.o minilzo.cpp
1122
1123RTjpegN.o: RTjpegN.cpp RTjpegN.h \
1124 ../libmythdb/mythconfig.h \
1125 ../libavcodec/x86/mmx.h
1126 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o RTjpegN.o RTjpegN.cpp
1127
1128recordinginfo.o: recordinginfo.cpp recordinginfo.h \
1129 ../libmyth/programinfo.h \
1130 ../libmyth/recordingtypes.h \
1131 ../libmythdb/mythexp.h \
1132 ../libmythdb/mythdbcon.h \
1133 recordingrule.h \
1134 recordingprofile.h \
1135 ../libmyth/settings.h \
1136 ../libmyth/mythwidgets.h \
1137 ../libmyth/virtualkeyboard_qt.h \
1138 ../libmyth/mythdialogs.h \
1139 ../libmythui/mythmainwindow.h \
1140 ../libmythui/mythuitype.h \
1141 ../libmythui/xmlparsebase.h \
1142 ../libmythui/mythrect.h \
1143 ../libmythui/mythgesture.h \
1144 ../libmythui/mythscreenstack.h \
1145 ../libmythdb/mythstorage.h \
1146 ../libmyth/mythconfigdialogs.h \
1147 ../libmyth/mythconfiggroups.h \
1148 ../libmyth/mythterminal.h \
1149 scheduledrecording.h \
1150 ../libmyth/util.h \
1151 ../libmythdb/mythtimer.h \
1152 ../libmythui/mythsystem.h \
1153 ../libmythdb/compat.h \
1154 ../libmythdb/mythconfig.h \
1155 ../libmyth/mythcontext.h \
1156 ../libmythdb/mythobservable.h \
1157 ../libmythdb/mythevent.h \
1158 ../libmythdb/mythsocket_cb.h \
1159 ../libmythdb/mythverbose.h \
1160 ../libmyth/dialogbox.h \
1161 ../libmyth/remoteutil.h \
1162 tvremoteutil.h \
1163 jobqueue.h \
1164 ../libmythdb/mythdb.h \
1165 ../libmythdb/mythdbparams.h \
1166 ../libmyth/storagegroup.h \
1167 previewgenerator.h \
1168 channelutil.h \
1169 dtvmultiplex.h \
1170 dtvconfparserhelpers.h \
1171 dbchannelinfo.h
1172 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o recordinginfo.o recordinginfo.cpp
1173
1174recordinglist.o: recordinglist.cpp ../libmyth/mythcontext.h \
1175 ../libmythdb/mythexp.h \
1176 ../libmythdb/mythobservable.h \
1177 ../libmythdb/mythevent.h \
1178 ../libmythdb/mythsocket_cb.h \
1179 ../libmythdb/mythverbose.h \
1180 ../libmythdb/mythdb.h \
1181 ../libmythdb/mythdbcon.h \
1182 ../libmythdb/mythdbparams.h \
1183 ../libmyth/util.h \
1184 ../libmythdb/mythtimer.h \
1185 ../libmythui/mythsystem.h \
1186 ../libmythdb/compat.h \
1187 ../libmythdb/mythconfig.h \
1188 recordinginfo.h \
1189 ../libmyth/programinfo.h \
1190 ../libmyth/recordingtypes.h \
1191 recordinglist.h \
1192 jobqueue.h
1193 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o recordinglist.o recordinglist.cpp
1194
1195RingBuffer.o: RingBuffer.cpp ../libmythdb/mythconfig.h \
1196 ../libmythdb/exitcodes.h \
1197 RingBuffer.h \
1198 ../libavcodec/avcodec.h \
1199 ../libmythdb/mythexp.h \
1200 ../libmythdb/remotefile.h \
1201 remoteencoder.h \
1202 videoouttypes.h \
1203 tv.h \
1204 ThreadedFileWriter.h \
1205 livetvchain.h \
1206 DVDRingBuffer.h \
1207 ../libmyth/util.h \
1208 ../libmythdb/mythtimer.h \
1209 ../libmythui/mythsystem.h \
1210 ../libmythdb/compat.h \
1211 ../libmythdvdnav/dvdnav/dvdnav.h \
1212 ../libmythdvdnav/dvdnav/dvd_types.h \
1213 ../libmythdvdnav/dvdread/dvd_reader.h \
1214 ../libmythdvdnav/dvdread/nav_types.h \
1215 ../libmythdvdnav/dvdread/ifo_types.h \
1216 ../libmythdvdnav/dvdnav/dvdnav_events.h \
1217 ../libmythdb/mythverbose.h
1218 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o RingBuffer.o RingBuffer.cpp
1219
1220avfringbuffer.o: avfringbuffer.cpp avfringbuffer.h \
1221 RingBuffer.h \
1222 ../libmythdb/mythconfig.h \
1223 ../libavcodec/avcodec.h \
1224 ../libmythdb/mythexp.h \
1225 ../libavformat/avformat.h \
1226 ../libavformat/avio.h
1227 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o avfringbuffer.o avfringbuffer.cpp
1228
1229ThreadedFileWriter.o: ThreadedFileWriter.cpp ThreadedFileWriter.h \
1230 ../libmyth/mythcontext.h \
1231 ../libmythdb/mythexp.h \
1232 ../libmythdb/mythobservable.h \
1233 ../libmythdb/mythevent.h \
1234 ../libmythdb/mythsocket_cb.h \
1235 ../libmythdb/mythverbose.h \
1236 ../libmythdb/compat.h \
1237 ../libmythdb/mythconfig.h
1238 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o ThreadedFileWriter.o ThreadedFileWriter.cpp
1239
1240dbcheck.o: dbcheck.cpp dbcheck.h \
1241 ../libmythdb/mythexp.h \
1242 datadirect.h \
1243 videodisplayprofile.h \
1244 ../libmyth/mythcontext.h \
1245 ../libmythdb/mythobservable.h \
1246 ../libmythdb/mythevent.h \
1247 ../libmythdb/mythsocket_cb.h \
1248 ../libmythdb/mythverbose.h \
1249 ../libmyth/dbutil.h \
1250 ../libmythdb/mythdbcon.h \
1251 ../libmyth/schemawizard.h \
1252 ../libmythui/mythmainwindow.h \
1253 ../libmythui/mythuitype.h \
1254 ../libmythui/xmlparsebase.h \
1255 ../libmythui/mythrect.h \
1256 ../libmythui/mythgesture.h \
1257 ../libmythui/mythscreenstack.h \
1258 ../libmythui/mythprogressdialog.h \
1259 ../libmythui/mythscreentype.h \
1260 ../libmythui/mythuitext.h \
1261 ../libmythdb/mythstorage.h \
1262 ../libmythui/mythuiutils.h \
1263 ../libmythui/mythuiprogressbar.h \
1264 ../libmythui/mythuiimage.h \
1265 ../libmythui/mythimage.h \
1266 ../libmythui/mythpainter.h \
1267 ../libmythdb/compat.h \
1268 ../libmythdb/mythconfig.h \
1269 ../libmythdb/mythdb.h \
1270 ../libmythdb/mythdbparams.h
1271 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o dbcheck.o dbcheck.cpp
1272
1273tvremoteutil.o: tvremoteutil.cpp tvremoteutil.h \
1274 ../libmythdb/mythexp.h \
1275 cardutil.h \
1276 ../libmyth/settings.h \
1277 ../libmyth/mythwidgets.h \
1278 ../libmyth/virtualkeyboard_qt.h \
1279 ../libmyth/mythdialogs.h \
1280 ../libmythui/mythmainwindow.h \
1281 ../libmythui/mythuitype.h \
1282 ../libmythui/xmlparsebase.h \
1283 ../libmythui/mythrect.h \
1284 ../libmythui/mythgesture.h \
1285 ../libmythui/mythscreenstack.h \
1286 ../libmythdb/mythdbcon.h \
1287 ../libmythdb/mythstorage.h \
1288 ../libmyth/mythconfigdialogs.h \
1289 ../libmyth/mythconfiggroups.h \
1290 ../libmyth/mythterminal.h \
1291 inputinfo.h \
1292 channelutil.h \
1293 dtvmultiplex.h \
1294 dtvconfparserhelpers.h \
1295 dbchannelinfo.h \
1296 ../libmyth/programinfo.h \
1297 ../libmyth/recordingtypes.h \
1298 ../libmyth/mythcontext.h \
1299 ../libmythdb/mythobservable.h \
1300 ../libmythdb/mythevent.h \
1301 ../libmythdb/mythsocket_cb.h \
1302 ../libmythdb/mythverbose.h \
1303 ../libmythdb/decodeencode.h \
1304 remoteencoder.h \
1305 videoouttypes.h \
1306 tv.h \
1307 tv_rec.h \
1308 inputgroupmap.h \
1309 ../libmyth/mythdeque.h \
1310 recordinginfo.h \
1311 signalmonitorlistener.h \
1312 signalmonitorvalue.h \
1313 ../libmythdb/mythconfig.h
1314 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o tvremoteutil.o tvremoteutil.cpp
1315
1316tv.o: tv.cpp tv.h \
1317 videoouttypes.h \
1318 tv_play.h \
1319 ../libmyth/mythdeque.h \
1320 ../libmyth/util.h \
1321 ../libmythdb/mythexp.h \
1322 ../libmythdb/mythtimer.h \
1323 ../libmythui/mythsystem.h \
1324 ../libmythdb/compat.h \
1325 ../libmythdb/mythconfig.h \
1326 ../libmyth/programinfo.h \
1327 ../libmyth/recordingtypes.h \
1328 ../libmythdb/mythdbcon.h \
1329 ../libmyth/programlist.h \
1330 channelutil.h \
1331 dtvmultiplex.h \
1332 dtvconfparserhelpers.h \
1333 dbchannelinfo.h \
1334 ../libmyth/volumebase.h \
1335 inputinfo.h \
1336 channelgroup.h \
1337 tv_rec.h \
1338 inputgroupmap.h \
1339 recordinginfo.h \
1340 signalmonitorlistener.h \
1341 signalmonitorvalue.h \
1342 ../libmyth/mythcontext.h \
1343 ../libmythdb/mythobservable.h \
1344 ../libmythdb/mythevent.h \
1345 ../libmythdb/mythsocket_cb.h \
1346 ../libmythdb/mythverbose.h
1347 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o tv.o tv.cpp
1348
1349jobqueue.o: jobqueue.cpp ../libmythdb/mythconfig.h \
1350 ../libmythdb/exitcodes.h \
1351 jobqueue.h \
1352 ../libmyth/programinfo.h \
1353 ../libmyth/recordingtypes.h \
1354 ../libmythdb/mythexp.h \
1355 ../libmythdb/mythdbcon.h \
1356 ../libmyth/mythcontext.h \
1357 ../libmythdb/mythobservable.h \
1358 ../libmythdb/mythevent.h \
1359 ../libmythdb/mythsocket_cb.h \
1360 ../libmythdb/mythverbose.h \
1361 ../libmyth/util.h \
1362 ../libmythdb/mythtimer.h \
1363 ../libmythui/mythsystem.h \
1364 ../libmythdb/compat.h \
1365 NuppelVideoPlayer.h \
1366 playercontext.h \
1367 ../libmyth/mythdeque.h \
1368 tv.h \
1369 videoouttypes.h \
1370 ../libmyth/volumebase.h \
1371 RingBuffer.h \
1372 ../libavcodec/avcodec.h \
1373 osd.h \
1374 ../libmythui/themeinfo.h \
1375 jitterometer.h \
1376 videooutbase.h \
1377 frame.h \
1378 fourcc.h \
1379 filter.h \
1380 videobuffers.h \
1381 mythcodecid.h \
1382 videooutwindow.h \
1383 ../libmythui/DisplayRes.h \
1384 ../libmythui/DisplayResScreen.h \
1385 videodisplayprofile.h \
1386 teletextdecoder.h \
1387 textsubtitleparser.h \
1388 tv_play.h \
1389 ../libmyth/programlist.h \
1390 channelutil.h \
1391 dtvmultiplex.h \
1392 dtvconfparserhelpers.h \
1393 dbchannelinfo.h \
1394 inputinfo.h \
1395 channelgroup.h \
1396 yuv2rgb.h \
1397 cc608decoder.h \
1398 format.h \
1399 cc708decoder.h \
1400 cc708window.h \
1401 decoderbase.h \
1402 remoteencoder.h \
1403 previewgenerator.h \
1404 recordingprofile.h \
1405 ../libmyth/settings.h \
1406 ../libmyth/mythwidgets.h \
1407 ../libmyth/virtualkeyboard_qt.h \
1408 ../libmyth/mythdialogs.h \
1409 ../libmythui/mythmainwindow.h \
1410 ../libmythui/mythuitype.h \
1411 ../libmythui/xmlparsebase.h \
1412 ../libmythui/mythrect.h \
1413 ../libmythui/mythgesture.h \
1414 ../libmythui/mythscreenstack.h \
1415 ../libmythdb/mythstorage.h \
1416 ../libmyth/mythconfigdialogs.h \
1417 ../libmyth/mythconfiggroups.h \
1418 ../libmyth/mythterminal.h \
1419 recordinginfo.h \
1420 ../libmythdb/mythdb.h \
1421 ../libmythdb/mythdbparams.h \
1422 ../libmythdb/mythdirs.h
1423 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o jobqueue.o jobqueue.cpp
1424
1425filtermanager.o: filtermanager.cpp ../libmythdb/compat.h \
1426 ../libmythdb/mythconfig.h \
1427 filtermanager.h \
1428 filter.h \
1429 frame.h \
1430 fourcc.h \
1431 videoouttypes.h \
1432 ../libmyth/mythcontext.h \
1433 ../libmythdb/mythexp.h \
1434 ../libmythdb/mythobservable.h \
1435 ../libmythdb/mythevent.h \
1436 ../libmythdb/mythsocket_cb.h \
1437 ../libmythdb/mythverbose.h \
1438 ../libmythdb/mythdirs.h
1439 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o filtermanager.o filtermanager.cpp
1440
1441recordingprofile.o: recordingprofile.cpp recordingprofile.h \
1442 ../libmyth/settings.h \
1443 ../libmythdb/mythexp.h \
1444 ../libmyth/mythwidgets.h \
1445 ../libmyth/virtualkeyboard_qt.h \
1446 ../libmyth/mythdialogs.h \
1447 ../libmythui/mythmainwindow.h \
1448 ../libmythui/mythuitype.h \
1449 ../libmythui/xmlparsebase.h \
1450 ../libmythui/mythrect.h \
1451 ../libmythui/mythgesture.h \
1452 ../libmythui/mythscreenstack.h \
1453 ../libmythdb/mythdbcon.h \
1454 ../libmythdb/mythstorage.h \
1455 ../libmyth/mythconfigdialogs.h \
1456 ../libmyth/mythconfiggroups.h \
1457 ../libmyth/mythterminal.h \
1458 cardutil.h \
1459 ../libmyth/mythcontext.h \
1460 ../libmythdb/mythobservable.h \
1461 ../libmythdb/mythevent.h \
1462 ../libmythdb/mythsocket_cb.h \
1463 ../libmythdb/mythverbose.h \
1464 ../libmythdb/mythdb.h \
1465 ../libmythdb/mythdbparams.h \
1466 ../libmyth/mythwizard.h \
1467 ../libmyth/managedlist.h \
1468 ../libmyth/uitypes.h \
1469 ../libmyth/mythdeque.h \
1470 ../libmyth/util.h \
1471 ../libmythdb/mythtimer.h \
1472 ../libmythui/mythsystem.h \
1473 ../libmythdb/compat.h \
1474 ../libmythdb/mythconfig.h \
1475 ../libmyth/generictree.h \
1476 ../libmythui/mythfontproperties.h
1477 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o recordingprofile.o recordingprofile.cpp
1478
1479remoteencoder.o: remoteencoder.cpp remoteencoder.h \
1480 ../libmythdb/mythexp.h \
1481 videoouttypes.h \
1482 tv.h \
1483 ../libmyth/programinfo.h \
1484 ../libmyth/recordingtypes.h \
1485 ../libmythdb/mythdbcon.h \
1486 ../libmyth/util.h \
1487 ../libmythdb/mythtimer.h \
1488 ../libmythui/mythsystem.h \
1489 ../libmythdb/compat.h \
1490 ../libmythdb/mythconfig.h \
1491 ../libmythdb/decodeencode.h \
1492 ../libmyth/mythcontext.h \
1493 ../libmythdb/mythobservable.h \
1494 ../libmythdb/mythevent.h \
1495 ../libmythdb/mythsocket_cb.h \
1496 ../libmythdb/mythverbose.h \
1497 signalmonitor.h \
1498 signalmonitorvalue.h \
1499 signalmonitorlistener.h \
1500 channelbase.h \
1501 channelutil.h \
1502 dtvmultiplex.h \
1503 dtvconfparserhelpers.h \
1504 dbchannelinfo.h \
1505 inputinfo.h \
1506 cardutil.h \
1507 ../libmyth/settings.h \
1508 ../libmyth/mythwidgets.h \
1509 ../libmyth/virtualkeyboard_qt.h \
1510 ../libmyth/mythdialogs.h \
1511 ../libmythui/mythmainwindow.h \
1512 ../libmythui/mythuitype.h \
1513 ../libmythui/xmlparsebase.h \
1514 ../libmythui/mythrect.h \
1515 ../libmythui/mythgesture.h \
1516 ../libmythui/mythscreenstack.h \
1517 ../libmythdb/mythstorage.h \
1518 ../libmyth/mythconfigdialogs.h \
1519 ../libmyth/mythconfiggroups.h \
1520 ../libmyth/mythterminal.h \
1521 videooutbase.h \
1522 frame.h \
1523 fourcc.h \
1524 filter.h \
1525 videobuffers.h \
1526 ../libmyth/mythdeque.h \
1527 mythcodecid.h \
1528 videooutwindow.h \
1529 ../libmythui/DisplayRes.h \
1530 ../libmythui/DisplayResScreen.h \
1531 videodisplayprofile.h \
1532 ../libmythdb/mythdb.h \
1533 ../libmythdb/mythdbparams.h \
1534 ../libmythdb/mythsocket.h \
1535 ../libmythdb/msocketdevice.h
1536 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o remoteencoder.o remoteencoder.cpp
1537
1538videosource.o: videosource.cpp ../libmythdb/mythconfig.h \
1539 ../libmyth/mythwidgets.h \
1540 ../libmyth/virtualkeyboard_qt.h \
1541 ../libmyth/mythdialogs.h \
1542 ../libmythdb/mythexp.h \
1543 ../libmythui/mythmainwindow.h \
1544 ../libmythui/mythuitype.h \
1545 ../libmythui/xmlparsebase.h \
1546 ../libmythui/mythrect.h \
1547 ../libmythui/mythgesture.h \
1548 ../libmythui/mythscreenstack.h \
1549 ../libmyth/mythcontext.h \
1550 ../libmythdb/mythobservable.h \
1551 ../libmythdb/mythevent.h \
1552 ../libmythdb/mythsocket_cb.h \
1553 ../libmythdb/mythverbose.h \
1554 videosource.h \
1555 ../libmyth/settings.h \
1556 ../libmythdb/mythdbcon.h \
1557 ../libmythdb/mythstorage.h \
1558 ../libmyth/mythconfigdialogs.h \
1559 ../libmyth/mythconfiggroups.h \
1560 ../libmyth/mythterminal.h \
1561 datadirect.h \
1562 scanwizard.h \
1563 ../libmyth/mythwizard.h \
1564 cardutil.h \
1565 sourceutil.h \
1566 channelutil.h \
1567 dtvmultiplex.h \
1568 dtvconfparserhelpers.h \
1569 dbchannelinfo.h \
1570 frequencies.h \
1571 diseqcsettings.h \
1572 diseqc.h \
1573 firewiredevice.h \
1574 mpeg/streamlisteners.h \
1575 mpeg/tspacket.h \
1576 ../libmyth/util.h \
1577 ../libmythdb/mythtimer.h \
1578 ../libmythui/mythsystem.h \
1579 ../libmythdb/compat.h \
1580 avcinfo.h \
1581 ../libmythdb/mythdb.h \
1582 ../libmythdb/mythdbparams.h \
1583 ../libmythdb/mythdirs.h \
1584 dvbtypes.h \
1585 videodev_myth.h \
1586 videodev2_myth.h \
1587 ../libmythhdhomerun/hdhomerun.h \
1588 ../libmythhdhomerun/hdhomerun_os.h \
1589 ../libmythhdhomerun/hdhomerun_os_windows.h \
1590 ../libmythhdhomerun/hdhomerun_os_posix.h \
1591 ../libmythhdhomerun/hdhomerun_types.h \
1592 ../libmythhdhomerun/hdhomerun_pkt.h \
1593 ../libmythhdhomerun/hdhomerun_debug.h \
1594 ../libmythhdhomerun/hdhomerun_discover.h \
1595 ../libmythhdhomerun/hdhomerun_control.h \
1596 ../libmythhdhomerun/hdhomerun_video.h \
1597 ../libmythhdhomerun/hdhomerun_channels.h \
1598 ../libmythhdhomerun/hdhomerun_channelscan.h \
1599 ../libmythhdhomerun/hdhomerun_device.h \
1600 ../libmythhdhomerun/hdhomerun_device_selector.h
1601 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o videosource.o videosource.cpp
1602
1603cardutil.o: cardutil.cpp ../libmythdb/mythconfig.h \
1604 cardutil.h \
1605 ../libmyth/settings.h \
1606 ../libmythdb/mythexp.h \
1607 ../libmyth/mythwidgets.h \
1608 ../libmyth/virtualkeyboard_qt.h \
1609 ../libmyth/mythdialogs.h \
1610 ../libmythui/mythmainwindow.h \
1611 ../libmythui/mythuitype.h \
1612 ../libmythui/xmlparsebase.h \
1613 ../libmythui/mythrect.h \
1614 ../libmythui/mythgesture.h \
1615 ../libmythui/mythscreenstack.h \
1616 ../libmythdb/mythdbcon.h \
1617 ../libmythdb/mythstorage.h \
1618 ../libmyth/mythconfigdialogs.h \
1619 ../libmyth/mythconfiggroups.h \
1620 ../libmyth/mythterminal.h \
1621 videosource.h \
1622 datadirect.h \
1623 dvbchannel.h \
1624 ../libmyth/mythcontext.h \
1625 ../libmythdb/mythobservable.h \
1626 ../libmythdb/mythevent.h \
1627 ../libmythdb/mythsocket_cb.h \
1628 ../libmythdb/mythverbose.h \
1629 dtvchannel.h \
1630 channelbase.h \
1631 channelutil.h \
1632 dtvmultiplex.h \
1633 dtvconfparserhelpers.h \
1634 dbchannelinfo.h \
1635 inputinfo.h \
1636 tv.h \
1637 videoouttypes.h \
1638 mpeg/streamlisteners.h \
1639 mpeg/tspacket.h \
1640 ../libmyth/util.h \
1641 ../libmythdb/mythtimer.h \
1642 ../libmythui/mythsystem.h \
1643 ../libmythdb/compat.h \
1644 diseqc.h \
1645 diseqcsettings.h \
1646 sourceutil.h \
1647 ../libmythdb/mythdb.h \
1648 ../libmythdb/mythdbparams.h \
1649 dvbtypes.h \
1650 videodev_myth.h \
1651 videodev2_myth.h \
1652 ../libmythhdhomerun/hdhomerun.h \
1653 ../libmythhdhomerun/hdhomerun_os.h \
1654 ../libmythhdhomerun/hdhomerun_os_windows.h \
1655 ../libmythhdhomerun/hdhomerun_os_posix.h \
1656 ../libmythhdhomerun/hdhomerun_types.h \
1657 ../libmythhdhomerun/hdhomerun_pkt.h \
1658 ../libmythhdhomerun/hdhomerun_debug.h \
1659 ../libmythhdhomerun/hdhomerun_discover.h \
1660 ../libmythhdhomerun/hdhomerun_control.h \
1661 ../libmythhdhomerun/hdhomerun_video.h \
1662 ../libmythhdhomerun/hdhomerun_channels.h \
1663 ../libmythhdhomerun/hdhomerun_channelscan.h \
1664 ../libmythhdhomerun/hdhomerun_device.h \
1665 ../libmythhdhomerun/hdhomerun_device_selector.h
1666 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o cardutil.o cardutil.cpp
1667
1668sourceutil.o: sourceutil.cpp sourceutil.h \
1669 ../libmythdb/mythexp.h \
1670 cardutil.h \
1671 ../libmyth/settings.h \
1672 ../libmyth/mythwidgets.h \
1673 ../libmyth/virtualkeyboard_qt.h \
1674 ../libmyth/mythdialogs.h \
1675 ../libmythui/mythmainwindow.h \
1676 ../libmythui/mythuitype.h \
1677 ../libmythui/xmlparsebase.h \
1678 ../libmythui/mythrect.h \
1679 ../libmythui/mythgesture.h \
1680 ../libmythui/mythscreenstack.h \
1681 ../libmythdb/mythdbcon.h \
1682 ../libmythdb/mythstorage.h \
1683 ../libmyth/mythconfigdialogs.h \
1684 ../libmyth/mythconfiggroups.h \
1685 ../libmyth/mythterminal.h \
1686 ../libmythdb/mythdb.h \
1687 ../libmythdb/mythdbparams.h \
1688 ../libmythdb/mythverbose.h \
1689 ../libmyth/util.h \
1690 ../libmythdb/mythtimer.h \
1691 ../libmythui/mythsystem.h \
1692 ../libmythdb/compat.h \
1693 ../libmythdb/mythconfig.h
1694 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o sourceutil.o sourceutil.cpp
1695
1696cc608decoder.o: cc608decoder.cpp format.h \
1697 cc608decoder.h \
1698 ../libmyth/mythcontext.h \
1699 ../libmythdb/mythexp.h \
1700 ../libmythdb/mythobservable.h \
1701 ../libmythdb/mythevent.h \
1702 ../libmythdb/mythsocket_cb.h \
1703 ../libmythdb/mythverbose.h \
1704 vbilut.h
1705 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o cc608decoder.o cc608decoder.cpp
1706
1707cc708decoder.o: cc708decoder.cpp ../libmyth/mythcontext.h \
1708 ../libmythdb/mythexp.h \
1709 ../libmythdb/mythobservable.h \
1710 ../libmythdb/mythevent.h \
1711 ../libmythdb/mythsocket_cb.h \
1712 ../libmythdb/mythverbose.h \
1713 cc708decoder.h \
1714 format.h \
1715 ../libmythdb/compat.h \
1716 ../libmythdb/mythconfig.h
1717 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o cc708decoder.o cc708decoder.cpp
1718
1719cc708window.o: cc708window.cpp cc708window.h \
1720 ../libmythdb/mythverbose.h \
1721 ../libmythdb/mythexp.h
1722 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o cc708window.o cc708window.cpp
1723
1724scheduledrecording.o: scheduledrecording.cpp scheduledrecording.h \
1725 ../libmythdb/mythexp.h \
1726 ../libmyth/mythcontext.h \
1727 ../libmythdb/mythobservable.h \
1728 ../libmythdb/mythevent.h \
1729 ../libmythdb/mythsocket_cb.h \
1730 ../libmythdb/mythverbose.h
1731 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o scheduledrecording.o scheduledrecording.cpp
1732
1733signalmonitorvalue.o: signalmonitorvalue.cpp signalmonitorvalue.h \
1734 ../libmyth/mythcontext.h \
1735 ../libmythdb/mythexp.h \
1736 ../libmythdb/mythobservable.h \
1737 ../libmythdb/mythevent.h \
1738 ../libmythdb/mythsocket_cb.h \
1739 ../libmythdb/mythverbose.h
1740 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o signalmonitorvalue.o signalmonitorvalue.cpp
1741
1742livetvchain.o: livetvchain.cpp livetvchain.h \
1743 ../libmythdb/mythexp.h \
1744 ../libmyth/mythcontext.h \
1745 ../libmythdb/mythobservable.h \
1746 ../libmythdb/mythevent.h \
1747 ../libmythdb/mythsocket_cb.h \
1748 ../libmythdb/mythverbose.h \
1749 ../libmythdb/mythdb.h \
1750 ../libmythdb/mythdbcon.h \
1751 ../libmythdb/mythdbparams.h \
1752 ../libmyth/programinfo.h \
1753 ../libmyth/recordingtypes.h \
1754 ../libmythdb/mythsocket.h \
1755 ../libmythdb/msocketdevice.h \
1756 cardutil.h \
1757 ../libmyth/settings.h \
1758 ../libmyth/mythwidgets.h \
1759 ../libmyth/virtualkeyboard_qt.h \
1760 ../libmyth/mythdialogs.h \
1761 ../libmythui/mythmainwindow.h \
1762 ../libmythui/mythuitype.h \
1763 ../libmythui/xmlparsebase.h \
1764 ../libmythui/mythrect.h \
1765 ../libmythui/mythgesture.h \
1766 ../libmythui/mythscreenstack.h \
1767 ../libmythdb/mythstorage.h \
1768 ../libmyth/mythconfigdialogs.h \
1769 ../libmyth/mythconfiggroups.h \
1770 ../libmyth/mythterminal.h
1771 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o livetvchain.o livetvchain.cpp
1772
1773playgroup.o: playgroup.cpp ../libmyth/mythcontext.h \
1774 ../libmythdb/mythexp.h \
1775 ../libmythdb/mythobservable.h \
1776 ../libmythdb/mythevent.h \
1777 ../libmythdb/mythsocket_cb.h \
1778 ../libmythdb/mythverbose.h \
1779 ../libmythdb/mythdb.h \
1780 ../libmythdb/mythdbcon.h \
1781 ../libmythdb/mythdbparams.h \
1782 playgroup.h \
1783 ../libmyth/settings.h \
1784 ../libmyth/mythwidgets.h \
1785 ../libmyth/virtualkeyboard_qt.h \
1786 ../libmyth/mythdialogs.h \
1787 ../libmythui/mythmainwindow.h \
1788 ../libmythui/mythuitype.h \
1789 ../libmythui/xmlparsebase.h \
1790 ../libmythui/mythrect.h \
1791 ../libmythui/mythgesture.h \
1792 ../libmythui/mythscreenstack.h \
1793 ../libmythdb/mythstorage.h \
1794 ../libmyth/mythconfigdialogs.h \
1795 ../libmyth/mythconfiggroups.h \
1796 ../libmyth/mythterminal.h \
1797 ../libmyth/programinfo.h \
1798 ../libmyth/recordingtypes.h
1799 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o playgroup.o playgroup.cpp
1800
1801channelsettings.o: channelsettings.cpp channelsettings.h \
1802 ../libmyth/settings.h \
1803 ../libmythdb/mythexp.h \
1804 ../libmyth/mythwidgets.h \
1805 ../libmyth/virtualkeyboard_qt.h \
1806 ../libmyth/mythdialogs.h \
1807 ../libmythui/mythmainwindow.h \
1808 ../libmythui/mythuitype.h \
1809 ../libmythui/xmlparsebase.h \
1810 ../libmythui/mythrect.h \
1811 ../libmythui/mythgesture.h \
1812 ../libmythui/mythscreenstack.h \
1813 ../libmythdb/mythdbcon.h \
1814 ../libmythdb/mythstorage.h \
1815 ../libmyth/mythconfigdialogs.h \
1816 ../libmyth/mythconfiggroups.h \
1817 ../libmyth/mythterminal.h \
1818 ../libmyth/mythwizard.h \
1819 ../libmythdb/mythdb.h \
1820 ../libmythdb/mythdbparams.h \
1821 ../libmythdb/mythverbose.h \
1822 cardutil.h \
1823 channelutil.h \
1824 dtvmultiplex.h \
1825 dtvconfparserhelpers.h \
1826 dbchannelinfo.h \
1827 ../libmyth/programinfo.h \
1828 ../libmyth/recordingtypes.h
1829 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o channelsettings.o channelsettings.cpp
1830
1831previewgenerator.o: previewgenerator.cpp ../libmythdb/mythconfig.h \
1832 RingBuffer.h \
1833 ../libavcodec/avcodec.h \
1834 ../libmythdb/mythexp.h \
1835 NuppelVideoPlayer.h \
1836 playercontext.h \
1837 ../libmyth/mythdeque.h \
1838 tv.h \
1839 videoouttypes.h \
1840 ../libmyth/util.h \
1841 ../libmythdb/mythtimer.h \
1842 ../libmythui/mythsystem.h \
1843 ../libmythdb/compat.h \
1844 ../libmyth/volumebase.h \
1845 osd.h \
1846 ../libmythui/themeinfo.h \
1847 jitterometer.h \
1848 videooutbase.h \
1849 frame.h \
1850 fourcc.h \
1851 filter.h \
1852 videobuffers.h \
1853 mythcodecid.h \
1854 videooutwindow.h \
1855 ../libmythui/DisplayRes.h \
1856 ../libmythui/DisplayResScreen.h \
1857 videodisplayprofile.h \
1858 ../libmyth/mythcontext.h \
1859 ../libmythdb/mythobservable.h \
1860 ../libmythdb/mythevent.h \
1861 ../libmythdb/mythsocket_cb.h \
1862 ../libmythdb/mythverbose.h \
1863 teletextdecoder.h \
1864 textsubtitleparser.h \
1865 tv_play.h \
1866 ../libmyth/programinfo.h \
1867 ../libmyth/recordingtypes.h \
1868 ../libmythdb/mythdbcon.h \
1869 ../libmyth/programlist.h \
1870 channelutil.h \
1871 dtvmultiplex.h \
1872 dtvconfparserhelpers.h \
1873 dbchannelinfo.h \
1874 inputinfo.h \
1875 channelgroup.h \
1876 yuv2rgb.h \
1877 cc608decoder.h \
1878 format.h \
1879 cc708decoder.h \
1880 cc708window.h \
1881 decoderbase.h \
1882 remoteencoder.h \
1883 previewgenerator.h \
1884 tv_rec.h \
1885 inputgroupmap.h \
1886 recordinginfo.h \
1887 signalmonitorlistener.h \
1888 signalmonitorvalue.h \
1889 ../libmythdb/mythsocket.h \
1890 ../libmythdb/msocketdevice.h \
1891 ../libmythdb/remotefile.h \
1892 ../libmyth/storagegroup.h \
1893 ../libmyth/settings.h \
1894 ../libmyth/mythwidgets.h \
1895 ../libmyth/virtualkeyboard_qt.h \
1896 ../libmyth/mythdialogs.h \
1897 ../libmythui/mythmainwindow.h \
1898 ../libmythui/mythuitype.h \
1899 ../libmythui/xmlparsebase.h \
1900 ../libmythui/mythrect.h \
1901 ../libmythui/mythgesture.h \
1902 ../libmythui/mythscreenstack.h \
1903 ../libmythdb/mythstorage.h \
1904 ../libmyth/mythconfigdialogs.h \
1905 ../libmyth/mythconfiggroups.h \
1906 ../libmyth/mythterminal.h \
1907 ../libmythdb/decodeencode.h \
1908 ../libmythdb/mythdirs.h
1909 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o previewgenerator.o previewgenerator.cpp
1910
1911transporteditor.o: transporteditor.cpp transporteditor.h \
1912 ../libmyth/settings.h \
1913 ../libmythdb/mythexp.h \
1914 ../libmyth/mythwidgets.h \
1915 ../libmyth/virtualkeyboard_qt.h \
1916 ../libmyth/mythdialogs.h \
1917 ../libmythui/mythmainwindow.h \
1918 ../libmythui/mythuitype.h \
1919 ../libmythui/xmlparsebase.h \
1920 ../libmythui/mythrect.h \
1921 ../libmythui/mythgesture.h \
1922 ../libmythui/mythscreenstack.h \
1923 ../libmythdb/mythdbcon.h \
1924 ../libmythdb/mythstorage.h \
1925 ../libmyth/mythconfigdialogs.h \
1926 ../libmyth/mythconfiggroups.h \
1927 ../libmyth/mythterminal.h \
1928 videosource.h \
1929 datadirect.h \
1930 cardutil.h \
1931 ../libmyth/mythcontext.h \
1932 ../libmythdb/mythobservable.h \
1933 ../libmythdb/mythevent.h \
1934 ../libmythdb/mythsocket_cb.h \
1935 ../libmythdb/mythverbose.h \
1936 ../libmythdb/mythdb.h \
1937 ../libmythdb/mythdbparams.h
1938 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o transporteditor.o transporteditor.cpp
1939
1940channelgroup.o: channelgroup.cpp ../libmyth/mythcontext.h \
1941 ../libmythdb/mythexp.h \
1942 ../libmythdb/mythobservable.h \
1943 ../libmythdb/mythevent.h \
1944 ../libmythdb/mythsocket_cb.h \
1945 ../libmythdb/mythverbose.h \
1946 ../libmythdb/mythdb.h \
1947 ../libmythdb/mythdbcon.h \
1948 ../libmythdb/mythdbparams.h \
1949 channelgroup.h
1950 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o channelgroup.o channelgroup.cpp
1951
1952channelgroupsettings.o: channelgroupsettings.cpp ../libmyth/mythcontext.h \
1953 ../libmythdb/mythexp.h \
1954 ../libmythdb/mythobservable.h \
1955 ../libmythdb/mythevent.h \
1956 ../libmythdb/mythsocket_cb.h \
1957 ../libmythdb/mythverbose.h \
1958 ../libmythdb/mythdb.h \
1959 ../libmythdb/mythdbcon.h \
1960 ../libmythdb/mythdbparams.h \
1961 channelutil.h \
1962 dtvmultiplex.h \
1963 dtvconfparserhelpers.h \
1964 dbchannelinfo.h \
1965 channelgroup.h \
1966 channelgroupsettings.h \
1967 ../libmyth/settings.h \
1968 ../libmyth/mythwidgets.h \
1969 ../libmyth/virtualkeyboard_qt.h \
1970 ../libmyth/mythdialogs.h \
1971 ../libmythui/mythmainwindow.h \
1972 ../libmythui/mythuitype.h \
1973 ../libmythui/xmlparsebase.h \
1974 ../libmythui/mythrect.h \
1975 ../libmythui/mythgesture.h \
1976 ../libmythui/mythscreenstack.h \
1977 ../libmythdb/mythstorage.h \
1978 ../libmyth/mythconfigdialogs.h \
1979 ../libmyth/mythconfiggroups.h \
1980 ../libmyth/mythterminal.h
1981 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o channelgroupsettings.o channelgroupsettings.cpp
1982
1983myth_imgconvert.o: myth_imgconvert.cpp ../libmythdb/mythverbose.h \
1984 ../libmythdb/mythexp.h \
1985 myth_imgconvert.h
1986 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o myth_imgconvert.o myth_imgconvert.cpp
1987
1988recordingrule.o: recordingrule.cpp recordingrule.h \
1989 ../libmythdb/mythexp.h \
1990 ../libmyth/programinfo.h \
1991 ../libmyth/recordingtypes.h \
1992 ../libmythdb/mythdbcon.h \
1993 recordingprofile.h \
1994 ../libmyth/settings.h \
1995 ../libmyth/mythwidgets.h \
1996 ../libmyth/virtualkeyboard_qt.h \
1997 ../libmyth/mythdialogs.h \
1998 ../libmythui/mythmainwindow.h \
1999 ../libmythui/mythuitype.h \
2000 ../libmythui/xmlparsebase.h \
2001 ../libmythui/mythrect.h \
2002 ../libmythui/mythgesture.h \
2003 ../libmythui/mythscreenstack.h \
2004 ../libmythdb/mythstorage.h \
2005 ../libmyth/mythconfigdialogs.h \
2006 ../libmyth/mythconfiggroups.h \
2007 ../libmyth/mythterminal.h \
2008 ../libmythdb/mythdb.h \
2009 ../libmythdb/mythdbparams.h \
2010 ../libmyth/mythcontext.h \
2011 ../libmythdb/mythobservable.h \
2012 ../libmythdb/mythevent.h \
2013 ../libmythdb/mythsocket_cb.h \
2014 ../libmythdb/mythverbose.h \
2015 scheduledrecording.h \
2016 playgroup.h
2017 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o recordingrule.o recordingrule.cpp
2018
2019programdetail.o: programdetail.cpp programdetail.h \
2020 ../libmythdb/mythexp.h \
2021 ../libmyth/programlist.h \
2022 ../libmythdb/mythdbcon.h \
2023 ../libmyth/programinfo.h \
2024 ../libmyth/recordingtypes.h
2025 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o programdetail.o programdetail.cpp
2026
2027iso639.o: iso639.cpp iso639.h \
2028 ../libmythdb/mythexp.h \
2029 ../libmyth/mythcontext.h \
2030 ../libmythdb/mythobservable.h \
2031 ../libmythdb/mythevent.h \
2032 ../libmythdb/mythsocket_cb.h \
2033 ../libmythdb/mythverbose.h \
2034 ../libmythui/mythuihelper.h
2035 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o iso639.o iso639.cpp
2036
2037mythsystemevent.o: mythsystemevent.cpp ../libmyth/mythcontext.h \
2038 ../libmythdb/mythexp.h \
2039 ../libmythdb/mythobservable.h \
2040 ../libmythdb/mythevent.h \
2041 ../libmythdb/mythsocket_cb.h \
2042 ../libmythdb/mythverbose.h \
2043 ../libmythui/mythsystem.h \
2044 mythsystemevent.h \
2045 ../libmyth/programinfo.h \
2046 ../libmyth/recordingtypes.h \
2047 ../libmythdb/mythdbcon.h \
2048 recordinginfo.h \
2049 ../libmyth/rawsettingseditor.h \
2050 ../libmythui/mythscreentype.h \
2051 ../libmythui/mythuitype.h \
2052 ../libmythui/xmlparsebase.h \
2053 ../libmythui/mythrect.h \
2054 ../libmythui/mythgesture.h \
2055 ../libmythui/mythuitext.h \
2056 ../libmythdb/mythstorage.h \
2057 ../libmythui/mythuiutils.h \
2058 ../libmythui/mythuibutton.h \
2059 ../libmythui/mythuistatetype.h \
2060 ../libmythui/mythimage.h \
2061 ../libmythui/mythpainter.h \
2062 ../libmythdb/compat.h \
2063 ../libmythdb/mythconfig.h \
2064 ../libmythui/mythuishape.h \
2065 ../libmythui/mythuitextedit.h \
2066 ../libmythdb/mythtimer.h \
2067 ../libmythui/mythuiimage.h \
2068 ../libmythui/mythvirtualkeyboard.h \
2069 ../libmyth/remoteutil.h
2070 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o mythsystemevent.o mythsystemevent.cpp
2071
2072diseqc.o: diseqc.cpp ../libmyth/mythcontext.h \
2073 ../libmythdb/mythexp.h \
2074 ../libmythdb/mythobservable.h \
2075 ../libmythdb/mythevent.h \
2076 ../libmythdb/mythsocket_cb.h \
2077 ../libmythdb/mythverbose.h \
2078 ../libmythdb/mythdb.h \
2079 ../libmythdb/mythdbcon.h \
2080 ../libmythdb/mythdbparams.h \
2081 diseqc.h \
2082 dtvmultiplex.h \
2083 dtvconfparserhelpers.h \
2084 dbchannelinfo.h \
2085 ../libmythdb/compat.h \
2086 ../libmythdb/mythconfig.h \
2087 dvbtypes.h
2088 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o diseqc.o diseqc.cpp
2089
2090diseqcsettings.o: diseqcsettings.cpp ../libmyth/mythcontext.h \
2091 ../libmythdb/mythexp.h \
2092 ../libmythdb/mythobservable.h \
2093 ../libmythdb/mythevent.h \
2094 ../libmythdb/mythsocket_cb.h \
2095 ../libmythdb/mythverbose.h \
2096 ../libmythdb/mythdbcon.h \
2097 diseqcsettings.h \
2098 diseqc.h \
2099 ../libmyth/settings.h \
2100 ../libmyth/mythwidgets.h \
2101 ../libmyth/virtualkeyboard_qt.h \
2102 ../libmyth/mythdialogs.h \
2103 ../libmythui/mythmainwindow.h \
2104 ../libmythui/mythuitype.h \
2105 ../libmythui/xmlparsebase.h \
2106 ../libmythui/mythrect.h \
2107 ../libmythui/mythgesture.h \
2108 ../libmythui/mythscreenstack.h \
2109 ../libmythdb/mythstorage.h \
2110 ../libmyth/mythconfigdialogs.h \
2111 ../libmyth/mythconfiggroups.h \
2112 ../libmyth/mythterminal.h
2113 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o diseqcsettings.o diseqcsettings.cpp
2114
2115datadirect.o: datadirect.cpp datadirect.h \
2116 ../libmythdb/mythexp.h \
2117 sourceutil.h \
2118 channelutil.h \
2119 dtvmultiplex.h \
2120 dtvconfparserhelpers.h \
2121 dbchannelinfo.h \
2122 frequencytables.h \
2123 dtvchannel.h \
2124 channelbase.h \
2125 inputinfo.h \
2126 tv.h \
2127 videoouttypes.h \
2128 dtvconfparser.h \
2129 listingsources.h \
2130 ../libmyth/mythwidgets.h \
2131 ../libmyth/virtualkeyboard_qt.h \
2132 ../libmyth/mythdialogs.h \
2133 ../libmythui/mythmainwindow.h \
2134 ../libmythui/mythuitype.h \
2135 ../libmythui/xmlparsebase.h \
2136 ../libmythui/mythrect.h \
2137 ../libmythui/mythgesture.h \
2138 ../libmythui/mythscreenstack.h \
2139 ../libmyth/mythcontext.h \
2140 ../libmythdb/mythobservable.h \
2141 ../libmythdb/mythevent.h \
2142 ../libmythdb/mythsocket_cb.h \
2143 ../libmythdb/mythverbose.h \
2144 ../libmythdb/mythdb.h \
2145 ../libmythdb/mythdbcon.h \
2146 ../libmythdb/mythdbparams.h \
2147 ../libmythdb/mythversion.h \
2148 ../libmyth/util.h \
2149 ../libmythdb/mythtimer.h \
2150 ../libmythui/mythsystem.h \
2151 ../libmythdb/compat.h \
2152 ../libmythdb/mythconfig.h \
2153 ../libmyth/dbutil.h
2154 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o datadirect.o datadirect.cpp
2155
2156teletextdecoder.o: teletextdecoder.cpp ivtv_myth.h \
2157 vbitext/vt.h \
2158 osd.h \
2159 ../libmythui/themeinfo.h \
2160 ../libmythdb/mythexp.h \
2161 teletextdecoder.h \
2162 vbilut.h \
2163 ../libmythdb/mythverbose.h
2164 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o teletextdecoder.o teletextdecoder.cpp
2165
2166vbilut.o: vbilut.cpp vbilut.h
2167 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o vbilut.o vbilut.cpp
2168
2169tspacket.o: mpeg/tspacket.cpp mpeg/tspacket.h \
2170 ../libmyth/mythcontext.h \
2171 ../libmythdb/mythexp.h \
2172 ../libmythdb/mythobservable.h \
2173 ../libmythdb/mythevent.h \
2174 ../libmythdb/mythsocket_cb.h \
2175 ../libmythdb/mythverbose.h
2176 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o tspacket.o mpeg/tspacket.cpp
2177
2178pespacket.o: mpeg/pespacket.cpp ../libmythdb/mythverbose.h \
2179 ../libmythdb/mythexp.h \
2180 mpeg/pespacket.h \
2181 mpeg/tspacket.h \
2182 ../libmyth/mythcontext.h \
2183 ../libmythdb/mythobservable.h \
2184 ../libmythdb/mythevent.h \
2185 ../libmythdb/mythsocket_cb.h \
2186 mpeg/mpegtables.h \
2187 mpeg/mpegdescriptors.h \
2188 iso639.h \
2189 ../libmythdb/mythconfig.h
2190 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o pespacket.o mpeg/pespacket.cpp
2191
2192mpegtables.o: mpeg/mpegtables.cpp mpeg/mpegtables.h \
2193 mpeg/pespacket.h \
2194 mpeg/tspacket.h \
2195 ../libmyth/mythcontext.h \
2196 ../libmythdb/mythexp.h \
2197 ../libmythdb/mythobservable.h \
2198 ../libmythdb/mythevent.h \
2199 ../libmythdb/mythsocket_cb.h \
2200 ../libmythdb/mythverbose.h \
2201 mpeg/mpegdescriptors.h \
2202 iso639.h \
2203 mpeg/atscdescriptors.h
2204 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o mpegtables.o mpeg/mpegtables.cpp
2205
2206atsctables.o: mpeg/atsctables.cpp mpeg/atsctables.h \
2207 mpeg/mpegtables.h \
2208 mpeg/pespacket.h \
2209 mpeg/tspacket.h \
2210 ../libmyth/mythcontext.h \
2211 ../libmythdb/mythexp.h \
2212 ../libmythdb/mythobservable.h \
2213 ../libmythdb/mythevent.h \
2214 ../libmythdb/mythsocket_cb.h \
2215 ../libmythdb/mythverbose.h \
2216 mpeg/mpegdescriptors.h \
2217 iso639.h \
2218 mpeg/atscdescriptors.h
2219 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o atsctables.o mpeg/atsctables.cpp
2220
2221dvbtables.o: mpeg/dvbtables.cpp mpeg/dvbtables.h \
2222 mpeg/mpegtables.h \
2223 mpeg/pespacket.h \
2224 mpeg/tspacket.h \
2225 ../libmyth/mythcontext.h \
2226 ../libmythdb/mythexp.h \
2227 ../libmythdb/mythobservable.h \
2228 ../libmythdb/mythevent.h \
2229 ../libmythdb/mythsocket_cb.h \
2230 ../libmythdb/mythverbose.h \
2231 mpeg/mpegdescriptors.h \
2232 iso639.h \
2233 mpeg/dvbdescriptors.h \
2234 ../libmyth/programinfo.h \
2235 ../libmyth/recordingtypes.h \
2236 ../libmythdb/mythdbcon.h
2237 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o dvbtables.o mpeg/dvbtables.cpp
2238
2239premieretables.o: mpeg/premieretables.cpp mpeg/premieretables.h \
2240 mpeg/mpegtables.h \
2241 mpeg/pespacket.h \
2242 mpeg/tspacket.h \
2243 ../libmyth/mythcontext.h \
2244 ../libmythdb/mythexp.h \
2245 ../libmythdb/mythobservable.h \
2246 ../libmythdb/mythevent.h \
2247 ../libmythdb/mythsocket_cb.h \
2248 ../libmythdb/mythverbose.h \
2249 mpeg/mpegdescriptors.h \
2250 iso639.h \
2251 mpeg/dvbdescriptors.h \
2252 ../libmyth/programinfo.h \
2253 ../libmyth/recordingtypes.h \
2254 ../libmythdb/mythdbcon.h
2255 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o premieretables.o mpeg/premieretables.cpp
2256
2257mpegstreamdata.o: mpeg/mpegstreamdata.cpp mpeg/mpegstreamdata.h \
2258 mpeg/tspacket.h \
2259 ../libmyth/mythcontext.h \
2260 ../libmythdb/mythexp.h \
2261 ../libmythdb/mythobservable.h \
2262 ../libmythdb/mythevent.h \
2263 ../libmythdb/mythsocket_cb.h \
2264 ../libmythdb/mythverbose.h \
2265 ../libmyth/util.h \
2266 ../libmythdb/mythtimer.h \
2267 ../libmythui/mythsystem.h \
2268 ../libmythdb/compat.h \
2269 ../libmythdb/mythconfig.h \
2270 mpeg/streamlisteners.h \
2271 eitscanner.h \
2272 mpeg/mpegtables.h \
2273 mpeg/pespacket.h \
2274 mpeg/mpegdescriptors.h \
2275 iso639.h \
2276 RingBuffer.h \
2277 ../libavcodec/avcodec.h \
2278 mpeg/atscstreamdata.h \
2279 mpeg/atsctables.h \
2280 mpeg/atscdescriptors.h
2281 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o mpegstreamdata.o mpeg/mpegstreamdata.cpp
2282
2283atscstreamdata.o: mpeg/atscstreamdata.cpp mpeg/atscstreamdata.h \
2284 mpeg/mpegstreamdata.h \
2285 mpeg/tspacket.h \
2286 ../libmyth/mythcontext.h \
2287 ../libmythdb/mythexp.h \
2288 ../libmythdb/mythobservable.h \
2289 ../libmythdb/mythevent.h \
2290 ../libmythdb/mythsocket_cb.h \
2291 ../libmythdb/mythverbose.h \
2292 ../libmyth/util.h \
2293 ../libmythdb/mythtimer.h \
2294 ../libmythui/mythsystem.h \
2295 ../libmythdb/compat.h \
2296 ../libmythdb/mythconfig.h \
2297 mpeg/streamlisteners.h \
2298 eitscanner.h \
2299 mpeg/mpegtables.h \
2300 mpeg/pespacket.h \
2301 mpeg/mpegdescriptors.h \
2302 iso639.h \
2303 mpeg/atsctables.h \
2304 mpeg/atscdescriptors.h \
2305 RingBuffer.h \
2306 ../libavcodec/avcodec.h \
2307 eithelper.h \
2308 ../libmyth/mythdeque.h
2309 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o atscstreamdata.o mpeg/atscstreamdata.cpp
2310
2311dvbstreamdata.o: mpeg/dvbstreamdata.cpp mpeg/dvbstreamdata.h \
2312 mpeg/mpegstreamdata.h \
2313 mpeg/tspacket.h \
2314 ../libmyth/mythcontext.h \
2315 ../libmythdb/mythexp.h \
2316 ../libmythdb/mythobservable.h \
2317 ../libmythdb/mythevent.h \
2318 ../libmythdb/mythsocket_cb.h \
2319 ../libmythdb/mythverbose.h \
2320 ../libmyth/util.h \
2321 ../libmythdb/mythtimer.h \
2322 ../libmythui/mythsystem.h \
2323 ../libmythdb/compat.h \
2324 ../libmythdb/mythconfig.h \
2325 mpeg/streamlisteners.h \
2326 eitscanner.h \
2327 mpeg/mpegtables.h \
2328 mpeg/pespacket.h \
2329 mpeg/mpegdescriptors.h \
2330 iso639.h \
2331 mpeg/dvbtables.h \
2332 mpeg/dvbdescriptors.h \
2333 ../libmyth/programinfo.h \
2334 ../libmyth/recordingtypes.h \
2335 ../libmythdb/mythdbcon.h \
2336 mpeg/premieretables.h \
2337 eithelper.h \
2338 ../libmyth/mythdeque.h
2339 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o dvbstreamdata.o mpeg/dvbstreamdata.cpp
2340
2341scanstreamdata.o: mpeg/scanstreamdata.cpp mpeg/scanstreamdata.h \
2342 mpeg/atscstreamdata.h \
2343 mpeg/mpegstreamdata.h \
2344 mpeg/tspacket.h \
2345 ../libmyth/mythcontext.h \
2346 ../libmythdb/mythexp.h \
2347 ../libmythdb/mythobservable.h \
2348 ../libmythdb/mythevent.h \
2349 ../libmythdb/mythsocket_cb.h \
2350 ../libmythdb/mythverbose.h \
2351 ../libmyth/util.h \
2352 ../libmythdb/mythtimer.h \
2353 ../libmythui/mythsystem.h \
2354 ../libmythdb/compat.h \
2355 ../libmythdb/mythconfig.h \
2356 mpeg/streamlisteners.h \
2357 eitscanner.h \
2358 mpeg/mpegtables.h \
2359 mpeg/pespacket.h \
2360 mpeg/mpegdescriptors.h \
2361 iso639.h \
2362 mpeg/dvbstreamdata.h \
2363 mpeg/atsctables.h \
2364 mpeg/atscdescriptors.h \
2365 mpeg/dvbtables.h \
2366 mpeg/dvbdescriptors.h \
2367 ../libmyth/programinfo.h \
2368 ../libmyth/recordingtypes.h \
2369 ../libmythdb/mythdbcon.h
2370 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o scanstreamdata.o mpeg/scanstreamdata.cpp
2371
2372mpegdescriptors.o: mpeg/mpegdescriptors.cpp mpeg/atscdescriptors.h \
2373 mpeg/mpegdescriptors.h \
2374 iso639.h \
2375 ../libmythdb/mythexp.h \
2376 mpeg/dvbdescriptors.h \
2377 ../libmyth/programinfo.h \
2378 ../libmyth/recordingtypes.h \
2379 ../libmythdb/mythdbcon.h
2380 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o mpegdescriptors.o mpeg/mpegdescriptors.cpp
2381
2382atscdescriptors.o: mpeg/atscdescriptors.cpp mpeg/atscdescriptors.h \
2383 mpeg/mpegdescriptors.h \
2384 iso639.h \
2385 ../libmythdb/mythexp.h \
2386 ../libmyth/mythcontext.h \
2387 ../libmythdb/mythobservable.h \
2388 ../libmythdb/mythevent.h \
2389 ../libmythdb/mythsocket_cb.h \
2390 ../libmythdb/mythverbose.h \
2391 mpeg/atsc_huffman.h
2392 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o atscdescriptors.o mpeg/atscdescriptors.cpp
2393
2394dvbdescriptors.o: mpeg/dvbdescriptors.cpp mpeg/dvbdescriptors.h \
2395 ../libmythdb/mythexp.h \
2396 mpeg/mpegdescriptors.h \
2397 iso639.h \
2398 ../libmyth/programinfo.h \
2399 ../libmyth/recordingtypes.h \
2400 ../libmythdb/mythdbcon.h \
2401 mpeg/iso6937tables.h \
2402 mpeg/freesat_huffman.h \
2403 ../libmythdb/mythverbose.h
2404 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o dvbdescriptors.o mpeg/dvbdescriptors.cpp
2405
2406dishdescriptors.o: mpeg/dishdescriptors.cpp mpeg/dishdescriptors.h \
2407 mpeg/atscdescriptors.h \
2408 mpeg/mpegdescriptors.h \
2409 iso639.h \
2410 ../libmythdb/mythexp.h \
2411 mpeg/atsc_huffman.h
2412 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o dishdescriptors.o mpeg/dishdescriptors.cpp
2413
2414premieredescriptors.o: mpeg/premieredescriptors.cpp mpeg/premieredescriptors.h \
2415 mpeg/mpegdescriptors.h \
2416 iso639.h \
2417 ../libmythdb/mythexp.h \
2418 mpeg/dvbdescriptors.h \
2419 ../libmyth/programinfo.h \
2420 ../libmyth/recordingtypes.h \
2421 ../libmythdb/mythdbcon.h
2422 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o premieredescriptors.o mpeg/premieredescriptors.cpp
2423
2424atsc_huffman.o: mpeg/atsc_huffman.cpp mpeg/atsc_huffman.h
2425 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o atsc_huffman.o mpeg/atsc_huffman.cpp
2426
2427freesat_huffman.o: mpeg/freesat_huffman.cpp mpeg/freesat_huffman.h \
2428 mpeg/freesat_tables.h
2429 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o freesat_huffman.o mpeg/freesat_huffman.cpp
2430
2431iso6937tables.o: mpeg/iso6937tables.cpp mpeg/iso6937tables.h
2432 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o iso6937tables.o mpeg/iso6937tables.cpp
2433
2434H264Parser.o: mpeg/H264Parser.cpp mpeg/H264Parser.h \
2435 ../libmythdb/compat.h \
2436 ../libmythdb/mythconfig.h \
2437 ../libavcodec/avcodec.h
2438 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o H264Parser.o mpeg/H264Parser.cpp
2439
2440frequencies.o: frequencies.c frequencies.h
2441 $(CC) -c $(CFLAGS) $(INCPATH) -o frequencies.o frequencies.c
2442
2443frequencytables.o: frequencytables.cpp frequencies.h \
2444 frequencytables.h \
2445 dtvchannel.h \
2446 channelbase.h \
2447 channelutil.h \
2448 ../libmythdb/mythexp.h \
2449 dtvmultiplex.h \
2450 dtvconfparserhelpers.h \
2451 dbchannelinfo.h \
2452 inputinfo.h \
2453 tv.h \
2454 videoouttypes.h \
2455 dtvconfparser.h \
2456 ../libmythdb/compat.h \
2457 ../libmythdb/mythconfig.h
2458 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o frequencytables.o frequencytables.cpp
2459
2460channelutil.o: channelutil.cpp channelutil.h \
2461 ../libmythdb/mythexp.h \
2462 dtvmultiplex.h \
2463 dtvconfparserhelpers.h \
2464 dbchannelinfo.h \
2465 ../libmythdb/mythdb.h \
2466 ../libmythdb/mythdbcon.h \
2467 ../libmythdb/mythdbparams.h \
2468 mpeg/dvbtables.h \
2469 mpeg/mpegtables.h \
2470 mpeg/pespacket.h \
2471 mpeg/tspacket.h \
2472 ../libmyth/mythcontext.h \
2473 ../libmythdb/mythobservable.h \
2474 ../libmythdb/mythevent.h \
2475 ../libmythdb/mythsocket_cb.h \
2476 ../libmythdb/mythverbose.h \
2477 mpeg/mpegdescriptors.h \
2478 iso639.h \
2479 mpeg/dvbdescriptors.h \
2480 ../libmyth/programinfo.h \
2481 ../libmyth/recordingtypes.h \
2482 tv.h \
2483 videoouttypes.h
2484 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o channelutil.o channelutil.cpp
2485
2486dbchannelinfo.o: dbchannelinfo.cpp dbchannelinfo.h \
2487 ../libmythdb/mythexp.h \
2488 ../libmyth/mythcontext.h \
2489 ../libmythdb/mythobservable.h \
2490 ../libmythdb/mythevent.h \
2491 ../libmythdb/mythsocket_cb.h \
2492 ../libmythdb/mythverbose.h \
2493 ../libmythdb/mythdb.h \
2494 ../libmythdb/mythdbcon.h \
2495 ../libmythdb/mythdbparams.h \
2496 ../libmythdb/mythdirs.h \
2497 mpeg/mpegstreamdata.h \
2498 mpeg/tspacket.h \
2499 ../libmyth/util.h \
2500 ../libmythdb/mythtimer.h \
2501 ../libmythui/mythsystem.h \
2502 ../libmythdb/compat.h \
2503 ../libmythdb/mythconfig.h \
2504 mpeg/streamlisteners.h \
2505 eitscanner.h \
2506 mpeg/mpegtables.h \
2507 mpeg/pespacket.h \
2508 mpeg/mpegdescriptors.h \
2509 iso639.h \
2510 ../libmythdb/remotefile.h
2511 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o dbchannelinfo.o dbchannelinfo.cpp
2512
2513dtvmultiplex.o: dtvmultiplex.cpp dtvmultiplex.h \
2514 dtvconfparserhelpers.h \
2515 dbchannelinfo.h \
2516 ../libmythdb/mythexp.h \
2517 ../libmythdb/mythdb.h \
2518 ../libmythdb/mythdbcon.h \
2519 ../libmythdb/mythdbparams.h \
2520 ../libmythdb/mythverbose.h \
2521 mpeg/dvbdescriptors.h \
2522 mpeg/mpegdescriptors.h \
2523 iso639.h \
2524 ../libmyth/programinfo.h \
2525 ../libmyth/recordingtypes.h
2526 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o dtvmultiplex.o dtvmultiplex.cpp
2527
2528dtvconfparser.o: dtvconfparser.cpp ../libmyth/mythcontext.h \
2529 ../libmythdb/mythexp.h \
2530 ../libmythdb/mythobservable.h \
2531 ../libmythdb/mythevent.h \
2532 ../libmythdb/mythsocket_cb.h \
2533 ../libmythdb/mythverbose.h \
2534 ../libmythdb/mythdbcon.h \
2535 dtvconfparser.h \
2536 dtvchannel.h \
2537 channelbase.h \
2538 channelutil.h \
2539 dtvmultiplex.h \
2540 dtvconfparserhelpers.h \
2541 dbchannelinfo.h \
2542 inputinfo.h \
2543 tv.h \
2544 videoouttypes.h
2545 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o dtvconfparser.o dtvconfparser.cpp
2546
2547dtvconfparserhelpers.o: dtvconfparserhelpers.cpp ../libmythdb/mythverbose.h \
2548 ../libmythdb/mythexp.h \
2549 dtvconfparserhelpers.h
2550 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o dtvconfparserhelpers.o dtvconfparserhelpers.cpp
2551
2552scaninfo.o: channelscan/scaninfo.cpp ../libmythdb/mythdb.h \
2553 ../libmythdb/mythexp.h \
2554 ../libmythdb/mythdbcon.h \
2555 ../libmythdb/mythdbparams.h \
2556 channelscan/scaninfo.h \
2557 dtvmultiplex.h \
2558 dtvconfparserhelpers.h \
2559 dbchannelinfo.h \
2560 ../libmyth/mythcontext.h \
2561 ../libmythdb/mythobservable.h \
2562 ../libmythdb/mythevent.h \
2563 ../libmythdb/mythsocket_cb.h \
2564 ../libmythdb/mythverbose.h
2565 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o scaninfo.o channelscan/scaninfo.cpp
2566
2567channelimporter.o: channelscan/channelimporter.cpp ../libmyth/mythdialogs.h \
2568 ../libmythdb/mythexp.h \
2569 ../libmythui/mythmainwindow.h \
2570 ../libmythui/mythuitype.h \
2571 ../libmythui/xmlparsebase.h \
2572 ../libmythui/mythrect.h \
2573 ../libmythui/mythgesture.h \
2574 ../libmythui/mythscreenstack.h \
2575 ../libmythdb/mythdb.h \
2576 ../libmythdb/mythdbcon.h \
2577 ../libmythdb/mythdbparams.h \
2578 channelscan/channelimporter.h \
2579 channelscan/scaninfo.h \
2580 dtvmultiplex.h \
2581 dtvconfparserhelpers.h \
2582 dbchannelinfo.h \
2583 channelscan/channelscantypes.h \
2584 mpeg/mpegstreamdata.h \
2585 mpeg/tspacket.h \
2586 ../libmyth/mythcontext.h \
2587 ../libmythdb/mythobservable.h \
2588 ../libmythdb/mythevent.h \
2589 ../libmythdb/mythsocket_cb.h \
2590 ../libmythdb/mythverbose.h \
2591 ../libmyth/util.h \
2592 ../libmythdb/mythtimer.h \
2593 ../libmythui/mythsystem.h \
2594 ../libmythdb/compat.h \
2595 ../libmythdb/mythconfig.h \
2596 mpeg/streamlisteners.h \
2597 eitscanner.h \
2598 mpeg/mpegtables.h \
2599 mpeg/pespacket.h \
2600 mpeg/mpegdescriptors.h \
2601 iso639.h \
2602 channelutil.h \
2603 ../libmyth/mythwidgets.h \
2604 ../libmyth/virtualkeyboard_qt.h
2605 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o channelimporter.o channelscan/channelimporter.cpp
2606
2607profilegroup.o: profilegroup.cpp recordingprofile.h \
2608 ../libmyth/settings.h \
2609 ../libmythdb/mythexp.h \
2610 ../libmyth/mythwidgets.h \
2611 ../libmyth/virtualkeyboard_qt.h \
2612 ../libmyth/mythdialogs.h \
2613 ../libmythui/mythmainwindow.h \
2614 ../libmythui/mythuitype.h \
2615 ../libmythui/xmlparsebase.h \
2616 ../libmythui/mythrect.h \
2617 ../libmythui/mythgesture.h \
2618 ../libmythui/mythscreenstack.h \
2619 ../libmythdb/mythdbcon.h \
2620 ../libmythdb/mythstorage.h \
2621 ../libmyth/mythconfigdialogs.h \
2622 ../libmyth/mythconfiggroups.h \
2623 ../libmyth/mythterminal.h \
2624 videosource.h \
2625 datadirect.h \
2626 profilegroup.h \
2627 ../libmyth/mythcontext.h \
2628 ../libmythdb/mythobservable.h \
2629 ../libmythdb/mythevent.h \
2630 ../libmythdb/mythsocket_cb.h \
2631 ../libmythdb/mythverbose.h \
2632 ../libmythdb/mythdb.h \
2633 ../libmythdb/mythdbparams.h \
2634 ../libmythui/mythuihelper.h \
2635 cardutil.h
2636 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o profilegroup.o profilegroup.cpp
2637
2638tv_play.o: tv_play.cpp ../libmythdb/mythdb.h \
2639 ../libmythdb/mythexp.h \
2640 ../libmythdb/mythdbcon.h \
2641 ../libmythdb/mythdbparams.h \
2642 tv_play.h \
2643 ../libmyth/mythdeque.h \
2644 tv.h \
2645 videoouttypes.h \
2646 ../libmyth/util.h \
2647 ../libmythdb/mythtimer.h \
2648 ../libmythui/mythsystem.h \
2649 ../libmythdb/compat.h \
2650 ../libmythdb/mythconfig.h \
2651 ../libmyth/programinfo.h \
2652 ../libmyth/recordingtypes.h \
2653 ../libmyth/programlist.h \
2654 channelutil.h \
2655 dtvmultiplex.h \
2656 dtvconfparserhelpers.h \
2657 dbchannelinfo.h \
2658 ../libmyth/volumebase.h \
2659 inputinfo.h \
2660 channelgroup.h \
2661 tv_rec.h \
2662 inputgroupmap.h \
2663 recordinginfo.h \
2664 signalmonitorlistener.h \
2665 signalmonitorvalue.h \
2666 ../libmyth/mythcontext.h \
2667 ../libmythdb/mythobservable.h \
2668 ../libmythdb/mythevent.h \
2669 ../libmythdb/mythsocket_cb.h \
2670 ../libmythdb/mythverbose.h \
2671 osd.h \
2672 ../libmythui/themeinfo.h \
2673 osdsurface.h \
2674 blend.h \
2675 osdtypes.h \
2676 cc708window.h \
2677 osdimagecache.h \
2678 osdlistbtntype.h \
2679 ttfont.h \
2680 ../libmyth/generictree.h \
2681 ../libmyth/dialogbox.h \
2682 ../libmyth/mythdialogs.h \
2683 ../libmythui/mythmainwindow.h \
2684 ../libmythui/mythuitype.h \
2685 ../libmythui/xmlparsebase.h \
2686 ../libmythui/mythrect.h \
2687 ../libmythui/mythgesture.h \
2688 ../libmythui/mythscreenstack.h \
2689 remoteencoder.h \
2690 ../libmyth/remoteutil.h \
2691 tvremoteutil.h \
2692 NuppelVideoPlayer.h \
2693 playercontext.h \
2694 RingBuffer.h \
2695 ../libavcodec/avcodec.h \
2696 jitterometer.h \
2697 videooutbase.h \
2698 frame.h \
2699 fourcc.h \
2700 filter.h \
2701 videobuffers.h \
2702 mythcodecid.h \
2703 videooutwindow.h \
2704 ../libmythui/DisplayRes.h \
2705 ../libmythui/DisplayResScreen.h \
2706 videodisplayprofile.h \
2707 teletextdecoder.h \
2708 textsubtitleparser.h \
2709 yuv2rgb.h \
2710 cc608decoder.h \
2711 format.h \
2712 cc708decoder.h \
2713 decoderbase.h \
2714 DetectLetterbox.h \
2715 udpnotify.h \
2716 vsync.h \
2717 ../libmythdb/lcddevice.h \
2718 jobqueue.h \
2719 ../libmyth/audiooutput.h \
2720 ../libmyth/audiosettings.h \
2721 ../libmyth/output.h \
2722 scheduledrecording.h \
2723 previewgenerator.h \
2724 livetvchain.h \
2725 playgroup.h \
2726 ../libmyth/settings.h \
2727 ../libmyth/mythwidgets.h \
2728 ../libmyth/virtualkeyboard_qt.h \
2729 ../libmythdb/mythstorage.h \
2730 ../libmyth/mythconfigdialogs.h \
2731 ../libmyth/mythconfiggroups.h \
2732 ../libmyth/mythterminal.h \
2733 DVDRingBuffer.h \
2734 ../libmythdvdnav/dvdnav/dvdnav.h \
2735 ../libmythdvdnav/dvdnav/dvd_types.h \
2736 ../libmythdvdnav/dvdread/dvd_reader.h \
2737 ../libmythdvdnav/dvdread/nav_types.h \
2738 ../libmythdvdnav/dvdread/ifo_types.h \
2739 ../libmythdvdnav/dvdnav/dvdnav_events.h \
2740 datadirect.h \
2741 sourceutil.h \
2742 cardutil.h \
2743 util-osx-cocoa.h \
2744 ../libmythui/mythuihelper.h \
2745 ../libmythui/mythdialogbox.h \
2746 ../libmythui/mythscreentype.h \
2747 ../libmythui/mythuitext.h \
2748 ../libmythui/mythuiutils.h \
2749 ../libmythui/mythuitextedit.h \
2750 ../libmythui/mythuistatetype.h \
2751 ../libmythui/mythimage.h \
2752 ../libmythui/mythpainter.h \
2753 ../libmythui/mythuiimage.h \
2754 ../libmythui/mythvirtualkeyboard.h \
2755 tvosdmenuentry.h \
2756 tv_play_win.h \
2757 mythsystemevent.h \
2758 ../libmyth/rawsettingseditor.h \
2759 ../libmythui/mythuibutton.h \
2760 ../libmythui/mythuishape.h
2761 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o tv_play.o tv_play.cpp
2762
2763NuppelVideoPlayer.o: NuppelVideoPlayer.cpp ../libmythdb/mythconfig.h \
2764 ../libmythdb/mythdbcon.h \
2765 ../libmythdb/mythexp.h \
2766 ../libmyth/dialogbox.h \
2767 ../libmyth/mythdialogs.h \
2768 ../libmythui/mythmainwindow.h \
2769 ../libmythui/mythuitype.h \
2770 ../libmythui/xmlparsebase.h \
2771 ../libmythui/mythrect.h \
2772 ../libmythui/mythgesture.h \
2773 ../libmythui/mythscreenstack.h \
2774 ../libmythdb/compat.h \
2775 NuppelVideoPlayer.h \
2776 playercontext.h \
2777 ../libmyth/mythdeque.h \
2778 tv.h \
2779 videoouttypes.h \
2780 ../libmyth/util.h \
2781 ../libmythdb/mythtimer.h \
2782 ../libmythui/mythsystem.h \
2783 ../libmyth/volumebase.h \
2784 RingBuffer.h \
2785 ../libavcodec/avcodec.h \
2786 osd.h \
2787 ../libmythui/themeinfo.h \
2788 jitterometer.h \
2789 videooutbase.h \
2790 frame.h \
2791 fourcc.h \
2792 filter.h \
2793 videobuffers.h \
2794 mythcodecid.h \
2795 videooutwindow.h \
2796 ../libmythui/DisplayRes.h \
2797 ../libmythui/DisplayResScreen.h \
2798 videodisplayprofile.h \
2799 ../libmyth/mythcontext.h \
2800 ../libmythdb/mythobservable.h \
2801 ../libmythdb/mythevent.h \
2802 ../libmythdb/mythsocket_cb.h \
2803 ../libmythdb/mythverbose.h \
2804 teletextdecoder.h \
2805 textsubtitleparser.h \
2806 tv_play.h \
2807 ../libmyth/programinfo.h \
2808 ../libmyth/recordingtypes.h \
2809 ../libmyth/programlist.h \
2810 channelutil.h \
2811 dtvmultiplex.h \
2812 dtvconfparserhelpers.h \
2813 dbchannelinfo.h \
2814 inputinfo.h \
2815 channelgroup.h \
2816 yuv2rgb.h \
2817 cc608decoder.h \
2818 format.h \
2819 cc708decoder.h \
2820 cc708window.h \
2821 decoderbase.h \
2822 remoteencoder.h \
2823 DetectLetterbox.h \
2824 ../libmyth/audiooutput.h \
2825 ../libmyth/audiosettings.h \
2826 ../libmyth/output.h \
2827 recordingprofile.h \
2828 ../libmyth/settings.h \
2829 ../libmyth/mythwidgets.h \
2830 ../libmyth/virtualkeyboard_qt.h \
2831 ../libmythdb/mythstorage.h \
2832 ../libmyth/mythconfigdialogs.h \
2833 ../libmyth/mythconfiggroups.h \
2834 ../libmyth/mythterminal.h \
2835 osdtypes.h \
2836 osdimagecache.h \
2837 osdsurface.h \
2838 blend.h \
2839 osdtypeteletext.h \
2840 ../libmyth/remoteutil.h \
2841 fifowriter.h \
2842 filtermanager.h \
2843 ../libmythdb/decodeencode.h \
2844 livetvchain.h \
2845 nuppeldecoder.h \
2846 RTjpegN.h \
2847 ../libavcodec/x86/mmx.h \
2848 avformatdecoder.h \
2849 vbilut.h \
2850 mpeg/H264Parser.h \
2851 ../libavformat/avformat.h \
2852 ../libavformat/avio.h \
2853 ../libavcodec/audioconvert.h \
2854 avfringbuffer.h \
2855 dummydecoder.h \
2856 jobqueue.h \
2857 DVDRingBuffer.h \
2858 ../libmythdvdnav/dvdnav/dvdnav.h \
2859 ../libmythdvdnav/dvdnav/dvd_types.h \
2860 ../libmythdvdnav/dvdread/dvd_reader.h \
2861 ../libmythdvdnav/dvdread/nav_types.h \
2862 ../libmythdvdnav/dvdread/ifo_types.h \
2863 ../libmythdvdnav/dvdnav/dvdnav_events.h \
2864 NuppelVideoRecorder.h \
2865 minilzo.h \
2866 lzoconf.h \
2867 lzodefs.h \
2868 recorderbase.h \
2869 interactivetv.h \
2870 util-osx-cocoa.h \
2871 myth_imgconvert.h \
2872 mythsystemevent.h \
2873 recordinginfo.h \
2874 ../libmyth/rawsettingseditor.h \
2875 ../libmythui/mythscreentype.h \
2876 ../libmythui/mythuitext.h \
2877 ../libmythui/mythuiutils.h \
2878 ../libmythui/mythuibutton.h \
2879 ../libmythui/mythuistatetype.h \
2880 ../libmythui/mythimage.h \
2881 ../libmythui/mythpainter.h \
2882 ../libmythui/mythuishape.h \
2883 ../libmythui/mythuitextedit.h \
2884 ../libmythui/mythuiimage.h \
2885 ../libmythui/mythvirtualkeyboard.h \
2886 vbitext/vbi.h \
2887 vbitext/vt.h \
2888 vbitext/dllist.h \
2889 vbitext/lang.h \
2890 vsync.h \
2891 videoout_null.h
2892 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o NuppelVideoPlayer.o NuppelVideoPlayer.cpp
2893
2894DVDRingBuffer.o: DVDRingBuffer.cpp ../libmythdb/mythconfig.h \
2895 DVDRingBuffer.h \
2896 ../libmyth/util.h \
2897 ../libmythdb/mythexp.h \
2898 ../libmythdb/mythtimer.h \
2899 ../libmythui/mythsystem.h \
2900 ../libmythdb/compat.h \
2901 ../libavcodec/avcodec.h \
2902 ../libmythdvdnav/dvdnav/dvdnav.h \
2903 ../libmythdvdnav/dvdnav/dvd_types.h \
2904 ../libmythdvdnav/dvdread/dvd_reader.h \
2905 ../libmythdvdnav/dvdread/nav_types.h \
2906 ../libmythdvdnav/dvdread/ifo_types.h \
2907 ../libmythdvdnav/dvdnav/dvdnav_events.h \
2908 ../libmyth/mythcontext.h \
2909 ../libmythdb/mythobservable.h \
2910 ../libmythdb/mythevent.h \
2911 ../libmythdb/mythsocket_cb.h \
2912 ../libmythdb/mythverbose.h \
2913 ../libmyth/mythmediamonitor.h \
2914 ../libmyth/mythmedia.h \
2915 iso639.h \
2916 NuppelVideoPlayer.h \
2917 playercontext.h \
2918 ../libmyth/mythdeque.h \
2919 tv.h \
2920 videoouttypes.h \
2921 ../libmyth/volumebase.h \
2922 RingBuffer.h \
2923 osd.h \
2924 ../libmythui/themeinfo.h \
2925 jitterometer.h \
2926 videooutbase.h \
2927 frame.h \
2928 fourcc.h \
2929 filter.h \
2930 videobuffers.h \
2931 mythcodecid.h \
2932 videooutwindow.h \
2933 ../libmythui/DisplayRes.h \
2934 ../libmythui/DisplayResScreen.h \
2935 videodisplayprofile.h \
2936 teletextdecoder.h \
2937 textsubtitleparser.h \
2938 tv_play.h \
2939 ../libmyth/programinfo.h \
2940 ../libmyth/recordingtypes.h \
2941 ../libmythdb/mythdbcon.h \
2942 ../libmyth/programlist.h \
2943 channelutil.h \
2944 dtvmultiplex.h \
2945 dtvconfparserhelpers.h \
2946 dbchannelinfo.h \
2947 inputinfo.h \
2948 channelgroup.h \
2949 yuv2rgb.h \
2950 cc608decoder.h \
2951 format.h \
2952 cc708decoder.h \
2953 cc708window.h \
2954 decoderbase.h \
2955 remoteencoder.h \
2956 ../libmythui/mythuihelper.h
2957 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o DVDRingBuffer.o DVDRingBuffer.cpp
2958
2959playercontext.o: playercontext.cpp ../libmythdb/mythconfig.h \
2960 playercontext.h \
2961 ../libmyth/mythdeque.h \
2962 tv.h \
2963 videoouttypes.h \
2964 ../libmyth/util.h \
2965 ../libmythdb/mythexp.h \
2966 ../libmythdb/mythtimer.h \
2967 ../libmythui/mythsystem.h \
2968 ../libmythdb/compat.h \
2969 NuppelVideoPlayer.h \
2970 ../libmyth/volumebase.h \
2971 RingBuffer.h \
2972 ../libavcodec/avcodec.h \
2973 osd.h \
2974 ../libmythui/themeinfo.h \
2975 jitterometer.h \
2976 videooutbase.h \
2977 frame.h \
2978 fourcc.h \
2979 filter.h \
2980 videobuffers.h \
2981 mythcodecid.h \
2982 videooutwindow.h \
2983 ../libmythui/DisplayRes.h \
2984 ../libmythui/DisplayResScreen.h \
2985 videodisplayprofile.h \
2986 ../libmyth/mythcontext.h \
2987 ../libmythdb/mythobservable.h \
2988 ../libmythdb/mythevent.h \
2989 ../libmythdb/mythsocket_cb.h \
2990 ../libmythdb/mythverbose.h \
2991 teletextdecoder.h \
2992 textsubtitleparser.h \
2993 tv_play.h \
2994 ../libmyth/programinfo.h \
2995 ../libmyth/recordingtypes.h \
2996 ../libmythdb/mythdbcon.h \
2997 ../libmyth/programlist.h \
2998 channelutil.h \
2999 dtvmultiplex.h \
3000 dtvconfparserhelpers.h \
3001 dbchannelinfo.h \
3002 inputinfo.h \
3003 channelgroup.h \
3004 yuv2rgb.h \
3005 cc608decoder.h \
3006 format.h \
3007 cc708decoder.h \
3008 cc708window.h \
3009 decoderbase.h \
3010 remoteencoder.h \
3011 livetvchain.h \
3012 playgroup.h \
3013 ../libmyth/settings.h \
3014 ../libmyth/mythwidgets.h \
3015 ../libmyth/virtualkeyboard_qt.h \
3016 ../libmyth/mythdialogs.h \
3017 ../libmythui/mythmainwindow.h \
3018 ../libmythui/mythuitype.h \
3019 ../libmythui/xmlparsebase.h \
3020 ../libmythui/mythrect.h \
3021 ../libmythui/mythgesture.h \
3022 ../libmythui/mythscreenstack.h \
3023 ../libmythdb/mythstorage.h \
3024 ../libmyth/mythconfigdialogs.h \
3025 ../libmyth/mythconfiggroups.h \
3026 ../libmyth/mythterminal.h \
3027 util-osx-cocoa.h \
3028 ../libmyth/storagegroup.h
3029 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o playercontext.o playercontext.cpp
3030
3031tv_play_win.o: tv_play_win.cpp ../libmythui/mythmainwindow.h \
3032 ../libmythui/mythuitype.h \
3033 ../libmythui/xmlparsebase.h \
3034 ../libmythui/mythrect.h \
3035 ../libmythdb/mythexp.h \
3036 ../libmythui/mythgesture.h \
3037 ../libmythui/mythscreenstack.h \
3038 ../libmythui/myththemebase.h \
3039 ../libmythdb/mythverbose.h \
3040 tv_play_win.h \
3041 ../libmythui/mythscreentype.h \
3042 ../libmythui/mythuitext.h \
3043 ../libmythdb/mythstorage.h \
3044 ../libmythdb/mythdbcon.h \
3045 ../libmythui/mythuiutils.h
3046 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o tv_play_win.o tv_play_win.cpp
3047
3048textsubtitleparser.o: textsubtitleparser.cpp ../libmyth/mythcontext.h \
3049 ../libmythdb/mythexp.h \
3050 ../libmythdb/mythobservable.h \
3051 ../libmythdb/mythevent.h \
3052 ../libmythdb/mythsocket_cb.h \
3053 ../libmythdb/mythverbose.h \
3054 RingBuffer.h \
3055 ../libmythdb/mythconfig.h \
3056 ../libavcodec/avcodec.h \
3057 textsubtitleparser.h \
3058 xine_demux_sputext.h
3059 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o textsubtitleparser.o textsubtitleparser.cpp
3060
3061xine_demux_sputext.o: xine_demux_sputext.cpp xine_demux_sputext.h \
3062 RingBuffer.h \
3063 ../libmythdb/mythconfig.h \
3064 ../libavcodec/avcodec.h \
3065 ../libmythdb/mythexp.h
3066 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o xine_demux_sputext.o xine_demux_sputext.cpp
3067
3068decoderbase.o: decoderbase.cpp ../libmythdb/mythconfig.h \
3069 NuppelVideoPlayer.h \
3070 playercontext.h \
3071 ../libmyth/mythdeque.h \
3072 tv.h \
3073 videoouttypes.h \
3074 ../libmyth/util.h \
3075 ../libmythdb/mythexp.h \
3076 ../libmythdb/mythtimer.h \
3077 ../libmythui/mythsystem.h \
3078 ../libmythdb/compat.h \
3079 ../libmyth/volumebase.h \
3080 RingBuffer.h \
3081 ../libavcodec/avcodec.h \
3082 osd.h \
3083 ../libmythui/themeinfo.h \
3084 jitterometer.h \
3085 videooutbase.h \
3086 frame.h \
3087 fourcc.h \
3088 filter.h \
3089 videobuffers.h \
3090 mythcodecid.h \
3091 videooutwindow.h \
3092 ../libmythui/DisplayRes.h \
3093 ../libmythui/DisplayResScreen.h \
3094 videodisplayprofile.h \
3095 ../libmyth/mythcontext.h \
3096 ../libmythdb/mythobservable.h \
3097 ../libmythdb/mythevent.h \
3098 ../libmythdb/mythsocket_cb.h \
3099 ../libmythdb/mythverbose.h \
3100 teletextdecoder.h \
3101 textsubtitleparser.h \
3102 tv_play.h \
3103 ../libmyth/programinfo.h \
3104 ../libmyth/recordingtypes.h \
3105 ../libmythdb/mythdbcon.h \
3106 ../libmyth/programlist.h \
3107 channelutil.h \
3108 dtvmultiplex.h \
3109 dtvconfparserhelpers.h \
3110 dbchannelinfo.h \
3111 inputinfo.h \
3112 channelgroup.h \
3113 yuv2rgb.h \
3114 cc608decoder.h \
3115 format.h \
3116 cc708decoder.h \
3117 cc708window.h \
3118 decoderbase.h \
3119 remoteencoder.h \
3120 livetvchain.h \
3121 DVDRingBuffer.h \
3122 ../libmythdvdnav/dvdnav/dvdnav.h \
3123 ../libmythdvdnav/dvdnav/dvd_types.h \
3124 ../libmythdvdnav/dvdread/dvd_reader.h \
3125 ../libmythdvdnav/dvdread/nav_types.h \
3126 ../libmythdvdnav/dvdread/ifo_types.h \
3127 ../libmythdvdnav/dvdnav/dvdnav_events.h \
3128 iso639.h
3129 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o decoderbase.o decoderbase.cpp
3130
3131nuppeldecoder.o: nuppeldecoder.cpp ../libmythdb/mythconfig.h \
3132 nuppeldecoder.h \
3133 format.h \
3134 decoderbase.h \
3135 RingBuffer.h \
3136 ../libavcodec/avcodec.h \
3137 ../libmythdb/mythexp.h \
3138 remoteencoder.h \
3139 videoouttypes.h \
3140 tv.h \
3141 ../libmyth/mythcontext.h \
3142 ../libmythdb/mythobservable.h \
3143 ../libmythdb/mythevent.h \
3144 ../libmythdb/mythsocket_cb.h \
3145 ../libmythdb/mythverbose.h \
3146 ../libmythdb/mythdbcon.h \
3147 ../libmyth/programinfo.h \
3148 ../libmyth/recordingtypes.h \
3149 mythcodecid.h \
3150 RTjpegN.h \
3151 ../libavcodec/x86/mmx.h \
3152 frame.h \
3153 fourcc.h \
3154 NuppelVideoPlayer.h \
3155 playercontext.h \
3156 ../libmyth/mythdeque.h \
3157 ../libmyth/util.h \
3158 ../libmythdb/mythtimer.h \
3159 ../libmythui/mythsystem.h \
3160 ../libmythdb/compat.h \
3161 ../libmyth/volumebase.h \
3162 osd.h \
3163 ../libmythui/themeinfo.h \
3164 jitterometer.h \
3165 videooutbase.h \
3166 filter.h \
3167 videobuffers.h \
3168 videooutwindow.h \
3169 ../libmythui/DisplayRes.h \
3170 ../libmythui/DisplayResScreen.h \
3171 videodisplayprofile.h \
3172 teletextdecoder.h \
3173 textsubtitleparser.h \
3174 tv_play.h \
3175 ../libmyth/programlist.h \
3176 channelutil.h \
3177 dtvmultiplex.h \
3178 dtvconfparserhelpers.h \
3179 dbchannelinfo.h \
3180 inputinfo.h \
3181 channelgroup.h \
3182 yuv2rgb.h \
3183 cc608decoder.h \
3184 cc708decoder.h \
3185 cc708window.h \
3186 myth_imgconvert.h \
3187 minilzo.h \
3188 lzoconf.h \
3189 lzodefs.h \
3190 ../libavutil/bswap.h \
3191 ../libavutil/common.h \
3192 ../libavutil/intmath.h \
3193 ../libavutil/arm/intmath.h \
3194 ../libavutil/x86/intmath.h \
3195 ../libavutil/mem.h \
3196 ../libavutil/internal.h \
3197 ../libavutil/timer.h \
3198 ../libavutil/arm/timer.h \
3199 ../libavutil/bfin/timer.h \
3200 ../libavutil/ppc/timer.h \
3201 ../libavutil/x86/timer.h \
3202 ../libavutil/arm/bswap.h \
3203 ../libavutil/avr32/bswap.h \
3204 ../libavutil/bfin/bswap.h \
3205 ../libavutil/sh4/bswap.h \
3206 ../libavutil/x86/bswap.h
3207 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o nuppeldecoder.o nuppeldecoder.cpp
3208
3209avformatdecoder.o: avformatdecoder.cpp ../libmythdb/mythconfig.h \
3210 avformatdecoder.h \
3211 ../libmyth/programinfo.h \
3212 ../libmyth/recordingtypes.h \
3213 ../libmythdb/mythexp.h \
3214 ../libmythdb/mythdbcon.h \
3215 format.h \
3216 decoderbase.h \
3217 RingBuffer.h \
3218 ../libavcodec/avcodec.h \
3219 remoteencoder.h \
3220 videoouttypes.h \
3221 tv.h \
3222 ../libmyth/mythcontext.h \
3223 ../libmythdb/mythobservable.h \
3224 ../libmythdb/mythevent.h \
3225 ../libmythdb/mythsocket_cb.h \
3226 ../libmythdb/mythverbose.h \
3227 mythcodecid.h \
3228 vbilut.h \
3229 mpeg/H264Parser.h \
3230 ../libmythdb/compat.h \
3231 videodisplayprofile.h \
3232 frame.h \
3233 fourcc.h \
3234 ../libavformat/avformat.h \
3235 ../libavformat/avio.h \
3236 ../libavcodec/audioconvert.h \
3237 avfringbuffer.h \
3238 NuppelVideoPlayer.h \
3239 playercontext.h \
3240 ../libmyth/mythdeque.h \
3241 ../libmyth/util.h \
3242 ../libmythdb/mythtimer.h \
3243 ../libmythui/mythsystem.h \
3244 ../libmyth/volumebase.h \
3245 osd.h \
3246 ../libmythui/themeinfo.h \
3247 jitterometer.h \
3248 videooutbase.h \
3249 filter.h \
3250 videobuffers.h \
3251 videooutwindow.h \
3252 ../libmythui/DisplayRes.h \
3253 ../libmythui/DisplayResScreen.h \
3254 teletextdecoder.h \
3255 textsubtitleparser.h \
3256 tv_play.h \
3257 ../libmyth/programlist.h \
3258 channelutil.h \
3259 dtvmultiplex.h \
3260 dtvconfparserhelpers.h \
3261 dbchannelinfo.h \
3262 inputinfo.h \
3263 channelgroup.h \
3264 yuv2rgb.h \
3265 cc608decoder.h \
3266 cc708decoder.h \
3267 cc708window.h \
3268 iso639.h \
3269 mpeg/mpegtables.h \
3270 mpeg/pespacket.h \
3271 mpeg/tspacket.h \
3272 mpeg/mpegdescriptors.h \
3273 mpeg/atscdescriptors.h \
3274 mpeg/dvbdescriptors.h \
3275 interactivetv.h \
3276 DVDRingBuffer.h \
3277 ../libmythdvdnav/dvdnav/dvdnav.h \
3278 ../libmythdvdnav/dvdnav/dvd_types.h \
3279 ../libmythdvdnav/dvdread/dvd_reader.h \
3280 ../libmythdvdnav/dvdread/nav_types.h \
3281 ../libmythdvdnav/dvdread/ifo_types.h \
3282 ../libmythdvdnav/dvdnav/dvdnav_events.h \
3283 ../libmythui/mythuihelper.h \
3284 myth_imgconvert.h \
3285 ../libmythdb/lcddevice.h \
3286 videoout_dvdv.h \
3287 ../libavcodec/dvdv.h \
3288 videoout_quartz.h \
3289 videoout_xv.h \
3290 ../libmythui/mythxdisplay.h \
3291 XvMCSurfaceTypes.h \
3292 videoout_vdpau.h \
3293 ../libmythui/mythrender_vdpau.h \
3294 ../libmythui/mythimage.h \
3295 ../libmythui/mythpainter.h \
3296 ../libmythui/mythrender_base.h \
3297 ../libavcodec/vdpau.h \
3298 ../libavutil/avutil.h \
3299 ../libavutil/common.h \
3300 ../libavutil/intmath.h \
3301 ../libavutil/arm/intmath.h \
3302 ../libavutil/x86/intmath.h \
3303 ../libavutil/mem.h \
3304 ../libavutil/internal.h \
3305 ../libavutil/timer.h \
3306 ../libavutil/arm/timer.h \
3307 ../libavutil/bfin/timer.h \
3308 ../libavutil/ppc/timer.h \
3309 ../libavutil/x86/timer.h \
3310 ../libavutil/mathematics.h \
3311 ../libavutil/rational.h \
3312 ../libavutil/intfloat_readwrite.h \
3313 ../libavutil/log.h \
3314 ../libavutil/pixfmt.h \
3315 ../libavcodec/ac3_parser.h \
3316 ../libavcodec/ac3.h \
3317 ../libavcodec/ac3tab.h \
3318 ../libavcodec/get_bits.h \
3319 ../libavcodec/mathops.h \
3320 ../libavcodec/arm/mathops.h \
3321 ../libavcodec/avr32/mathops.h \
3322 ../libavcodec/bfin/mathops.h \
3323 ../libavcodec/mips/mathops.h \
3324 ../libavcodec/ppc/mathops.h \
3325 ../libavcodec/x86/mathops.h \
3326 ../libmythmpeg2/mpeg2.h \
3327 ivtv_myth.h
3328 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o avformatdecoder.o avformatdecoder.cpp
3329
3330osd.o: osd.cpp ttfont.h \
3331 ../libmythdb/mythconfig.h \
3332 osd.h \
3333 ../libmythui/themeinfo.h \
3334 ../libmythdb/mythexp.h \
3335 osdtypes.h \
3336 cc708window.h \
3337 osdimagecache.h \
3338 osdsurface.h \
3339 blend.h \
3340 ../libmyth/mythcontext.h \
3341 ../libmythdb/mythobservable.h \
3342 ../libmythdb/mythevent.h \
3343 ../libmythdb/mythsocket_cb.h \
3344 ../libmythdb/mythverbose.h \
3345 textsubtitleparser.h \
3346 ../libmythdb/oldsettings.h \
3347 udpnotify.h \
3348 ../libmythdb/compat.h \
3349 ../libmyth/util.h \
3350 ../libmythdb/mythtimer.h \
3351 ../libmythui/mythsystem.h \
3352 channelutil.h \
3353 dtvmultiplex.h \
3354 dtvconfparserhelpers.h \
3355 dbchannelinfo.h \
3356 ../libmythui/x11colors.h \
3357 ../libmythdb/mythdirs.h \
3358 osdtypeteletext.h \
3359 teletextdecoder.h \
3360 osdlistbtntype.h \
3361 ../libmyth/generictree.h
3362 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o osd.o osd.cpp
3363
3364osdtypes.o: osdtypes.cpp yuv2rgb.h \
3365 osdtypes.h \
3366 ../libmythdb/mythexp.h \
3367 cc708window.h \
3368 osdimagecache.h \
3369 ttfont.h \
3370 ../libmythdb/mythconfig.h \
3371 osdsurface.h \
3372 blend.h \
3373 osdlistbtntype.h \
3374 ../libmyth/generictree.h \
3375 osdtypeteletext.h \
3376 teletextdecoder.h \
3377 ../libmyth/util.h \
3378 ../libmythdb/mythtimer.h \
3379 ../libmythui/mythsystem.h \
3380 ../libmythdb/compat.h \
3381 ../libmyth/mythcontext.h \
3382 ../libmythdb/mythobservable.h \
3383 ../libmythdb/mythevent.h \
3384 ../libmythdb/mythsocket_cb.h \
3385 ../libmythdb/mythverbose.h \
3386 ../libmyth/mythdialogs.h \
3387 ../libmythui/mythmainwindow.h \
3388 ../libmythui/mythuitype.h \
3389 ../libmythui/xmlparsebase.h \
3390 ../libmythui/mythrect.h \
3391 ../libmythui/mythgesture.h \
3392 ../libmythui/mythscreenstack.h
3393 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o osdtypes.o osdtypes.cpp
3394
3395osdsurface.o: osdsurface.cpp ../libmythdb/mythconfig.h \
3396 osdsurface.h \
3397 blend.h \
3398 dithertable.h \
3399 ../libmyth/mythcontext.h \
3400 ../libmythdb/mythexp.h \
3401 ../libmythdb/mythobservable.h \
3402 ../libmythdb/mythevent.h \
3403 ../libmythdb/mythsocket_cb.h \
3404 ../libmythdb/mythverbose.h \
3405 ../libmythdb/compat.h \
3406 ../libavcodec/dsputil.h \
3407 ../libavcodec/avcodec.h \
3408 ../libavcodec/x86/mmx.h
3409 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o osdsurface.o osdsurface.cpp
3410
3411osdlistbtntype.o: osdlistbtntype.cpp ../libmyth/mythcontext.h \
3412 ../libmythdb/mythexp.h \
3413 ../libmythdb/mythobservable.h \
3414 ../libmythdb/mythevent.h \
3415 ../libmythdb/mythsocket_cb.h \
3416 ../libmythdb/mythverbose.h \
3417 ../libmyth/mythdialogs.h \
3418 ../libmythui/mythmainwindow.h \
3419 ../libmythui/mythuitype.h \
3420 ../libmythui/xmlparsebase.h \
3421 ../libmythui/mythrect.h \
3422 ../libmythui/mythgesture.h \
3423 ../libmythui/mythscreenstack.h \
3424 osdlistbtntype.h \
3425 osdtypes.h \
3426 cc708window.h \
3427 osdimagecache.h \
3428 ttfont.h \
3429 ../libmythdb/mythconfig.h \
3430 ../libmyth/generictree.h \
3431 ../libmythdb/mythdirs.h
3432 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o osdlistbtntype.o osdlistbtntype.cpp
3433
3434osdimagecache.o: osdimagecache.cpp ../libmyth/mythcontext.h \
3435 ../libmythdb/mythexp.h \
3436 ../libmythdb/mythobservable.h \
3437 ../libmythdb/mythevent.h \
3438 ../libmythdb/mythsocket_cb.h \
3439 ../libmythdb/mythverbose.h \
3440 osdimagecache.h \
3441 ../libmythdb/mythdirs.h
3442 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o osdimagecache.o osdimagecache.cpp
3443
3444osdtypeteletext.o: osdtypeteletext.cpp ../libmythdb/mythverbose.h \
3445 ../libmythdb/mythexp.h \
3446 osd.h \
3447 ../libmythui/themeinfo.h \
3448 osdsurface.h \
3449 blend.h \
3450 ../libmythdb/mythconfig.h \
3451 osdtypes.h \
3452 cc708window.h \
3453 osdimagecache.h \
3454 osdtypeteletext.h \
3455 teletextdecoder.h \
3456 ttfont.h \
3457 vbilut.h
3458 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o osdtypeteletext.o osdtypeteletext.cpp
3459
3460udpnotify.o: udpnotify.cpp udpnotify.h \
3461 ../libmyth/mythcontext.h \
3462 ../libmythdb/mythexp.h \
3463 ../libmythdb/mythobservable.h \
3464 ../libmythdb/mythevent.h \
3465 ../libmythdb/mythsocket_cb.h \
3466 ../libmythdb/mythverbose.h
3467 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o udpnotify.o udpnotify.cpp
3468
3469tvosdmenuentry.o: tvosdmenuentry.cpp tvosdmenuentry.h \
3470 tv.h \
3471 videoouttypes.h \
3472 ../libmythdb/mythexp.h \
3473 ../libmythdb/mythdb.h \
3474 ../libmythdb/mythdbcon.h \
3475 ../libmythdb/mythdbparams.h \
3476 ../libmyth/mythcontext.h \
3477 ../libmythdb/mythobservable.h \
3478 ../libmythdb/mythevent.h \
3479 ../libmythdb/mythsocket_cb.h \
3480 ../libmythdb/mythverbose.h
3481 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o tvosdmenuentry.o tvosdmenuentry.cpp
3482
3483videooutbase.o: videooutbase.cpp osd.h \
3484 ../libmythui/themeinfo.h \
3485 ../libmythdb/mythexp.h \
3486 osdsurface.h \
3487 blend.h \
3488 ../libmythdb/mythconfig.h \
3489 NuppelVideoPlayer.h \
3490 playercontext.h \
3491 ../libmyth/mythdeque.h \
3492 tv.h \
3493 videoouttypes.h \
3494 ../libmyth/util.h \
3495 ../libmythdb/mythtimer.h \
3496 ../libmythui/mythsystem.h \
3497 ../libmythdb/compat.h \
3498 ../libmyth/volumebase.h \
3499 RingBuffer.h \
3500 ../libavcodec/avcodec.h \
3501 jitterometer.h \
3502 videooutbase.h \
3503 frame.h \
3504 fourcc.h \
3505 filter.h \
3506 videobuffers.h \
3507 mythcodecid.h \
3508 videooutwindow.h \
3509 ../libmythui/DisplayRes.h \
3510 ../libmythui/DisplayResScreen.h \
3511 videodisplayprofile.h \
3512 ../libmyth/mythcontext.h \
3513 ../libmythdb/mythobservable.h \
3514 ../libmythdb/mythevent.h \
3515 ../libmythdb/mythsocket_cb.h \
3516 ../libmythdb/mythverbose.h \
3517 teletextdecoder.h \
3518 textsubtitleparser.h \
3519 tv_play.h \
3520 ../libmyth/programinfo.h \
3521 ../libmyth/recordingtypes.h \
3522 ../libmythdb/mythdbcon.h \
3523 ../libmyth/programlist.h \
3524 channelutil.h \
3525 dtvmultiplex.h \
3526 dtvconfparserhelpers.h \
3527 dbchannelinfo.h \
3528 inputinfo.h \
3529 channelgroup.h \
3530 yuv2rgb.h \
3531 cc608decoder.h \
3532 format.h \
3533 cc708decoder.h \
3534 cc708window.h \
3535 decoderbase.h \
3536 remoteencoder.h \
3537 ../libmythui/mythmainwindow.h \
3538 ../libmythui/mythuitype.h \
3539 ../libmythui/xmlparsebase.h \
3540 ../libmythui/mythrect.h \
3541 ../libmythui/mythgesture.h \
3542 ../libmythui/mythscreenstack.h \
3543 ../libmythui/mythuihelper.h \
3544 ../libmythui/mythxdisplay.h \
3545 videoout_xv.h \
3546 XvMCSurfaceTypes.h \
3547 videoout_directfb.h \
3548 videoout_d3d.h \
3549 videoout_quartz.h \
3550 videoout_opengl.h \
3551 openglvideo.h \
3552 util-opengl.h \
3553 openglcontext.h \
3554 ../libmythui/util-osx.h \
3555 videoout_vdpau.h \
3556 ../libmythui/mythrender_vdpau.h \
3557 ../libmythui/mythimage.h \
3558 ../libmythui/mythpainter.h \
3559 ../libmythui/mythrender_base.h \
3560 videoout_null.h \
3561 dithertable.h \
3562 filtermanager.h
3563 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o videooutbase.o videooutbase.cpp
3564
3565videoout_null.o: videoout_null.cpp ../libmythdb/mythverbose.h \
3566 ../libmythdb/mythexp.h \
3567 videoout_null.h \
3568 videooutbase.h \
3569 frame.h \
3570 fourcc.h \
3571 filter.h \
3572 videobuffers.h \
3573 ../libmyth/mythdeque.h \
3574 mythcodecid.h \
3575 videoouttypes.h \
3576 videooutwindow.h \
3577 ../libmythui/DisplayRes.h \
3578 ../libmythui/DisplayResScreen.h \
3579 videodisplayprofile.h \
3580 ../libmyth/mythcontext.h \
3581 ../libmythdb/mythobservable.h \
3582 ../libmythdb/mythevent.h \
3583 ../libmythdb/mythsocket_cb.h
3584 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o videoout_null.o videoout_null.cpp
3585
3586videobuffers.o: videobuffers.cpp ../libmythdb/mythconfig.h \
3587 ../libmyth/mythcontext.h \
3588 ../libmythdb/mythexp.h \
3589 ../libmythdb/mythobservable.h \
3590 ../libmythdb/mythevent.h \
3591 ../libmythdb/mythsocket_cb.h \
3592 ../libmythdb/mythverbose.h \
3593 videobuffers.h \
3594 frame.h \
3595 fourcc.h \
3596 ../libmyth/mythdeque.h \
3597 ../libavcodec/avcodec.h \
3598 ../libmythdb/compat.h \
3599 videoout_xv.h \
3600 videooutbase.h \
3601 filter.h \
3602 mythcodecid.h \
3603 videoouttypes.h \
3604 videooutwindow.h \
3605 ../libmythui/DisplayRes.h \
3606 ../libmythui/DisplayResScreen.h \
3607 videodisplayprofile.h \
3608 ../libmythui/mythxdisplay.h \
3609 XvMCSurfaceTypes.h
3610 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o videobuffers.o videobuffers.cpp
3611
3612vsync.o: vsync.cpp ../libmythdb/compat.h \
3613 ../libmythdb/mythconfig.h \
3614 ../libmyth/mythcontext.h \
3615 ../libmythdb/mythexp.h \
3616 ../libmythdb/mythobservable.h \
3617 ../libmythdb/mythevent.h \
3618 ../libmythdb/mythsocket_cb.h \
3619 ../libmythdb/mythverbose.h \
3620 ../libmythui/mythmainwindow.h \
3621 ../libmythui/mythuitype.h \
3622 ../libmythui/xmlparsebase.h \
3623 ../libmythui/mythrect.h \
3624 ../libmythui/mythgesture.h \
3625 ../libmythui/mythscreenstack.h \
3626 videoout_xv.h \
3627 videooutbase.h \
3628 frame.h \
3629 fourcc.h \
3630 filter.h \
3631 videobuffers.h \
3632 ../libmyth/mythdeque.h \
3633 mythcodecid.h \
3634 videoouttypes.h \
3635 videooutwindow.h \
3636 ../libmythui/DisplayRes.h \
3637 ../libmythui/DisplayResScreen.h \
3638 videodisplayprofile.h \
3639 ../libmythui/mythxdisplay.h \
3640 ../libavcodec/avcodec.h \
3641 XvMCSurfaceTypes.h \
3642 videoout_vdpau.h \
3643 ../libmythui/mythrender_vdpau.h \
3644 ../libmythui/mythimage.h \
3645 ../libmythui/mythpainter.h \
3646 ../libmythui/mythrender_base.h \
3647 util-opengl.h \
3648 openglcontext.h \
3649 ../libmythui/util-osx.h \
3650 vsync.h
3651 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o vsync.o vsync.cpp
3652
3653jitterometer.o: jitterometer.cpp jitterometer.h
3654 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o jitterometer.o jitterometer.cpp
3655
3656yuv2rgb.o: yuv2rgb.cpp ../libmythdb/mythconfig.h \
3657 ../libavcodec/x86/mmx.h \
3658 yuv2rgb.h
3659 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o yuv2rgb.o yuv2rgb.cpp
3660
3661videodisplayprofile.o: videodisplayprofile.cpp videodisplayprofile.h \
3662 ../libmyth/mythcontext.h \
3663 ../libmythdb/mythexp.h \
3664 ../libmythdb/mythobservable.h \
3665 ../libmythdb/mythevent.h \
3666 ../libmythdb/mythsocket_cb.h \
3667 ../libmythdb/mythverbose.h \
3668 ../libmythdb/mythdb.h \
3669 ../libmythdb/mythdbcon.h \
3670 ../libmythdb/mythdbparams.h \
3671 videooutbase.h \
3672 frame.h \
3673 fourcc.h \
3674 filter.h \
3675 videobuffers.h \
3676 ../libmyth/mythdeque.h \
3677 mythcodecid.h \
3678 videoouttypes.h \
3679 videooutwindow.h \
3680 ../libmythui/DisplayRes.h \
3681 ../libmythui/DisplayResScreen.h \
3682 avformatdecoder.h \
3683 ../libmyth/programinfo.h \
3684 ../libmyth/recordingtypes.h \
3685 format.h \
3686 decoderbase.h \
3687 RingBuffer.h \
3688 ../libmythdb/mythconfig.h \
3689 ../libavcodec/avcodec.h \
3690 remoteencoder.h \
3691 tv.h \
3692 vbilut.h \
3693 mpeg/H264Parser.h \
3694 ../libmythdb/compat.h \
3695 ../libavformat/avformat.h \
3696 ../libavformat/avio.h \
3697 ../libavcodec/audioconvert.h \
3698 avfringbuffer.h
3699 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o videodisplayprofile.o videodisplayprofile.cpp
3700
3701mythcodecid.o: mythcodecid.cpp mythcodecid.h \
3702 ../libmythdb/mythverbose.h \
3703 ../libmythdb/mythexp.h
3704 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o mythcodecid.o mythcodecid.cpp
3705
3706videooutwindow.o: videooutwindow.cpp ../libmythdb/mythconfig.h \
3707 videooutwindow.h \
3708 mythcodecid.h \
3709 videoouttypes.h \
3710 osd.h \
3711 ../libmythui/themeinfo.h \
3712 ../libmythdb/mythexp.h \
3713 osdsurface.h \
3714 blend.h \
3715 NuppelVideoPlayer.h \
3716 playercontext.h \
3717 ../libmyth/mythdeque.h \
3718 tv.h \
3719 ../libmyth/util.h \
3720 ../libmythdb/mythtimer.h \
3721 ../libmythui/mythsystem.h \
3722 ../libmythdb/compat.h \
3723 ../libmyth/volumebase.h \
3724 RingBuffer.h \
3725 ../libavcodec/avcodec.h \
3726 jitterometer.h \
3727 videooutbase.h \
3728 frame.h \
3729 fourcc.h \
3730 filter.h \
3731 videobuffers.h \
3732 ../libmythui/DisplayRes.h \
3733 ../libmythui/DisplayResScreen.h \
3734 videodisplayprofile.h \
3735 ../libmyth/mythcontext.h \
3736 ../libmythdb/mythobservable.h \
3737 ../libmythdb/mythevent.h \
3738 ../libmythdb/mythsocket_cb.h \
3739 ../libmythdb/mythverbose.h \
3740 teletextdecoder.h \
3741 textsubtitleparser.h \
3742 tv_play.h \
3743 ../libmyth/programinfo.h \
3744 ../libmyth/recordingtypes.h \
3745 ../libmythdb/mythdbcon.h \
3746 ../libmyth/programlist.h \
3747 channelutil.h \
3748 dtvmultiplex.h \
3749 dtvconfparserhelpers.h \
3750 dbchannelinfo.h \
3751 inputinfo.h \
3752 channelgroup.h \
3753 yuv2rgb.h \
3754 cc608decoder.h \
3755 format.h \
3756 cc708decoder.h \
3757 cc708window.h \
3758 decoderbase.h \
3759 remoteencoder.h \
3760 ../libmythui/mythxdisplay.h \
3761 dithertable.h \
3762 filtermanager.h
3763 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o videooutwindow.o videooutwindow.cpp
3764
3765videoout_xv.o: videoout_xv.cpp NuppelVideoPlayer.h \
3766 playercontext.h \
3767 ../libmyth/mythdeque.h \
3768 tv.h \
3769 videoouttypes.h \
3770 ../libmyth/util.h \
3771 ../libmythdb/mythexp.h \
3772 ../libmythdb/mythtimer.h \
3773 ../libmythui/mythsystem.h \
3774 ../libmythdb/compat.h \
3775 ../libmythdb/mythconfig.h \
3776 ../libmyth/volumebase.h \
3777 RingBuffer.h \
3778 ../libavcodec/avcodec.h \
3779 osd.h \
3780 ../libmythui/themeinfo.h \
3781 jitterometer.h \
3782 videooutbase.h \
3783 frame.h \
3784 fourcc.h \
3785 filter.h \
3786 videobuffers.h \
3787 mythcodecid.h \
3788 videooutwindow.h \
3789 ../libmythui/DisplayRes.h \
3790 ../libmythui/DisplayResScreen.h \
3791 videodisplayprofile.h \
3792 ../libmyth/mythcontext.h \
3793 ../libmythdb/mythobservable.h \
3794 ../libmythdb/mythevent.h \
3795 ../libmythdb/mythsocket_cb.h \
3796 ../libmythdb/mythverbose.h \
3797 teletextdecoder.h \
3798 textsubtitleparser.h \
3799 tv_play.h \
3800 ../libmyth/programinfo.h \
3801 ../libmyth/recordingtypes.h \
3802 ../libmythdb/mythdbcon.h \
3803 ../libmyth/programlist.h \
3804 channelutil.h \
3805 dtvmultiplex.h \
3806 dtvconfparserhelpers.h \
3807 dbchannelinfo.h \
3808 inputinfo.h \
3809 channelgroup.h \
3810 yuv2rgb.h \
3811 cc608decoder.h \
3812 format.h \
3813 cc708decoder.h \
3814 cc708window.h \
3815 decoderbase.h \
3816 remoteencoder.h \
3817 osdsurface.h \
3818 blend.h \
3819 osdxvmc.h \
3820 XvMCSurfaceTypes.h \
3821 ../libmythui/mythxdisplay.h \
3822 osdchromakey.h \
3823 videoout_xv.h \
3824 util-xv.h \
3825 ../libmythdb/exitcodes.h \
3826 util-xvmc.h \
3827 filtermanager.h \
3828 ../libmythui/mythmainwindow.h \
3829 ../libmythui/mythuitype.h \
3830 ../libmythui/xmlparsebase.h \
3831 ../libmythui/mythrect.h \
3832 ../libmythui/mythgesture.h \
3833 ../libmythui/mythscreenstack.h \
3834 myth_imgconvert.h \
3835 ../libmythui/mythuihelper.h
3836 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o videoout_xv.o videoout_xv.cpp
3837
3838XvMCSurfaceTypes.o: XvMCSurfaceTypes.cpp XvMCSurfaceTypes.h \
3839 ../libmyth/mythcontext.h \
3840 ../libmythdb/mythexp.h \
3841 ../libmythdb/mythobservable.h \
3842 ../libmythdb/mythevent.h \
3843 ../libmythdb/mythsocket_cb.h \
3844 ../libmythdb/mythverbose.h \
3845 ../libmythui/mythxdisplay.h \
3846 fourcc.h
3847 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o XvMCSurfaceTypes.o XvMCSurfaceTypes.cpp
3848
3849osdxvmc.o: osdxvmc.cpp osdxvmc.h \
3850 videooutbase.h \
3851 frame.h \
3852 fourcc.h \
3853 filter.h \
3854 videobuffers.h \
3855 ../libmyth/mythdeque.h \
3856 mythcodecid.h \
3857 videoouttypes.h \
3858 videooutwindow.h \
3859 ../libmythui/DisplayRes.h \
3860 ../libmythui/DisplayResScreen.h \
3861 ../libmythdb/mythexp.h \
3862 videodisplayprofile.h \
3863 ../libmyth/mythcontext.h \
3864 ../libmythdb/mythobservable.h \
3865 ../libmythdb/mythevent.h \
3866 ../libmythdb/mythsocket_cb.h \
3867 ../libmythdb/mythverbose.h \
3868 XvMCSurfaceTypes.h \
3869 ../libmythui/mythxdisplay.h \
3870 videoout_xv.h \
3871 ../libavcodec/avcodec.h
3872 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o osdxvmc.o osdxvmc.cpp
3873
3874osdchromakey.o: osdchromakey.cpp osd.h \
3875 ../libmythui/themeinfo.h \
3876 ../libmythdb/mythexp.h \
3877 osdsurface.h \
3878 blend.h \
3879 ../libmythdb/mythconfig.h \
3880 osdchromakey.h \
3881 ../libmyth/mythcontext.h \
3882 ../libmythdb/mythobservable.h \
3883 ../libmythdb/mythevent.h \
3884 ../libmythdb/mythsocket_cb.h \
3885 ../libmythdb/mythverbose.h \
3886 videoout_xv.h \
3887 videooutbase.h \
3888 frame.h \
3889 fourcc.h \
3890 filter.h \
3891 videobuffers.h \
3892 ../libmyth/mythdeque.h \
3893 mythcodecid.h \
3894 videoouttypes.h \
3895 videooutwindow.h \
3896 ../libmythui/DisplayRes.h \
3897 ../libmythui/DisplayResScreen.h \
3898 videodisplayprofile.h \
3899 ../libmythui/mythxdisplay.h \
3900 ../libavcodec/avcodec.h \
3901 XvMCSurfaceTypes.h
3902 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o osdchromakey.o osdchromakey.cpp
3903
3904util-xvmc.o: util-xvmc.cpp
3905 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o util-xvmc.o util-xvmc.cpp
3906
3907util-xv.o: util-xv.cpp ../libmythui/mythxdisplay.h \
3908 ../libmythdb/mythexp.h \
3909 util-xv.h \
3910 videobuffers.h \
3911 frame.h \
3912 fourcc.h \
3913 ../libmyth/mythdeque.h \
3914 ../libmythdb/exitcodes.h
3915 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o util-xv.o util-xv.cpp
3916
3917videoout_vdpau.o: videoout_vdpau.cpp ../libmyth/mythcontext.h \
3918 ../libmythdb/mythexp.h \
3919 ../libmythdb/mythobservable.h \
3920 ../libmythdb/mythevent.h \
3921 ../libmythdb/mythsocket_cb.h \
3922 ../libmythdb/mythverbose.h \
3923 NuppelVideoPlayer.h \
3924 playercontext.h \
3925 ../libmyth/mythdeque.h \
3926 tv.h \
3927 videoouttypes.h \
3928 ../libmyth/util.h \
3929 ../libmythdb/mythtimer.h \
3930 ../libmythui/mythsystem.h \
3931 ../libmythdb/compat.h \
3932 ../libmythdb/mythconfig.h \
3933 ../libmyth/volumebase.h \
3934 RingBuffer.h \
3935 ../libavcodec/avcodec.h \
3936 osd.h \
3937 ../libmythui/themeinfo.h \
3938 jitterometer.h \
3939 videooutbase.h \
3940 frame.h \
3941 fourcc.h \
3942 filter.h \
3943 videobuffers.h \
3944 mythcodecid.h \
3945 videooutwindow.h \
3946 ../libmythui/DisplayRes.h \
3947 ../libmythui/DisplayResScreen.h \
3948 videodisplayprofile.h \
3949 teletextdecoder.h \
3950 textsubtitleparser.h \
3951 tv_play.h \
3952 ../libmyth/programinfo.h \
3953 ../libmyth/recordingtypes.h \
3954 ../libmythdb/mythdbcon.h \
3955 ../libmyth/programlist.h \
3956 channelutil.h \
3957 dtvmultiplex.h \
3958 dtvconfparserhelpers.h \
3959 dbchannelinfo.h \
3960 inputinfo.h \
3961 channelgroup.h \
3962 yuv2rgb.h \
3963 cc608decoder.h \
3964 format.h \
3965 cc708decoder.h \
3966 cc708window.h \
3967 decoderbase.h \
3968 remoteencoder.h \
3969 videoout_vdpau.h \
3970 ../libmythui/mythrender_vdpau.h \
3971 ../libmythui/mythimage.h \
3972 ../libmythui/mythpainter.h \
3973 ../libmythui/mythxdisplay.h \
3974 ../libmythui/mythrender_base.h \
3975 osdsurface.h \
3976 blend.h
3977 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o videoout_vdpau.o videoout_vdpau.cpp
3978
3979util-opengl.o: util-opengl.cpp ../libmythdb/compat.h \
3980 ../libmythdb/mythconfig.h \
3981 util-opengl.h \
3982 ../libmyth/mythcontext.h \
3983 ../libmythdb/mythexp.h \
3984 ../libmythdb/mythobservable.h \
3985 ../libmythdb/mythevent.h \
3986 ../libmythdb/mythsocket_cb.h \
3987 ../libmythdb/mythverbose.h \
3988 frame.h \
3989 fourcc.h \
3990 ../libmythui/mythxdisplay.h \
3991 ../libavcodec/x86/mmx.h
3992 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o util-opengl.o util-opengl.cpp
3993
3994openglcontext.o: openglcontext.cpp ../libmythdb/compat.h \
3995 ../libmythdb/mythconfig.h \
3996 ../libmyth/mythcontext.h \
3997 ../libmythdb/mythexp.h \
3998 ../libmythdb/mythobservable.h \
3999 ../libmythdb/mythevent.h \
4000 ../libmythdb/mythsocket_cb.h \
4001 ../libmythdb/mythverbose.h \
4002 openglcontext.h \
4003 ../libmythui/mythxdisplay.h \
4004 ../libmythui/util-osx.h \
4005 frame.h \
4006 fourcc.h \
4007 videooutbase.h \
4008 filter.h \
4009 videobuffers.h \
4010 ../libmyth/mythdeque.h \
4011 mythcodecid.h \
4012 videoouttypes.h \
4013 videooutwindow.h \
4014 ../libmythui/DisplayRes.h \
4015 ../libmythui/DisplayResScreen.h \
4016 videodisplayprofile.h \
4017 myth_imgconvert.h \
4018 util-opengl.h
4019 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o openglcontext.o openglcontext.cpp
4020
4021openglvideo.o: openglvideo.cpp ../libmyth/mythcontext.h \
4022 ../libmythdb/mythexp.h \
4023 ../libmythdb/mythobservable.h \
4024 ../libmythdb/mythevent.h \
4025 ../libmythdb/mythsocket_cb.h \
4026 ../libmythdb/mythverbose.h \
4027 tv.h \
4028 videoouttypes.h \
4029 openglvideo.h \
4030 videooutbase.h \
4031 frame.h \
4032 fourcc.h \
4033 filter.h \
4034 videobuffers.h \
4035 ../libmyth/mythdeque.h \
4036 mythcodecid.h \
4037 videooutwindow.h \
4038 ../libmythui/DisplayRes.h \
4039 ../libmythui/DisplayResScreen.h \
4040 videodisplayprofile.h \
4041 util-opengl.h \
4042 ../libmythdb/mythconfig.h \
4043 ../libmythui/mythxdisplay.h \
4044 openglcontext.h \
4045 ../libmythui/util-osx.h \
4046 ../libavcodec/avcodec.h
4047 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o openglvideo.o openglvideo.cpp
4048
4049videoout_opengl.o: videoout_opengl.cpp ../libmyth/mythcontext.h \
4050 ../libmythdb/mythexp.h \
4051 ../libmythdb/mythobservable.h \
4052 ../libmythdb/mythevent.h \
4053 ../libmythdb/mythsocket_cb.h \
4054 ../libmythdb/mythverbose.h \
4055 NuppelVideoPlayer.h \
4056 playercontext.h \
4057 ../libmyth/mythdeque.h \
4058 tv.h \
4059 videoouttypes.h \
4060 ../libmyth/util.h \
4061 ../libmythdb/mythtimer.h \
4062 ../libmythui/mythsystem.h \
4063 ../libmythdb/compat.h \
4064 ../libmythdb/mythconfig.h \
4065 ../libmyth/volumebase.h \
4066 RingBuffer.h \
4067 ../libavcodec/avcodec.h \
4068 osd.h \
4069 ../libmythui/themeinfo.h \
4070 jitterometer.h \
4071 videooutbase.h \
4072 frame.h \
4073 fourcc.h \
4074 filter.h \
4075 videobuffers.h \
4076 mythcodecid.h \
4077 videooutwindow.h \
4078 ../libmythui/DisplayRes.h \
4079 ../libmythui/DisplayResScreen.h \
4080 videodisplayprofile.h \
4081 teletextdecoder.h \
4082 textsubtitleparser.h \
4083 tv_play.h \
4084 ../libmyth/programinfo.h \
4085 ../libmyth/recordingtypes.h \
4086 ../libmythdb/mythdbcon.h \
4087 ../libmyth/programlist.h \
4088 channelutil.h \
4089 dtvmultiplex.h \
4090 dtvconfparserhelpers.h \
4091 dbchannelinfo.h \
4092 inputinfo.h \
4093 channelgroup.h \
4094 yuv2rgb.h \
4095 cc608decoder.h \
4096 format.h \
4097 cc708decoder.h \
4098 cc708window.h \
4099 decoderbase.h \
4100 remoteencoder.h \
4101 videoout_opengl.h \
4102 openglvideo.h \
4103 util-opengl.h \
4104 ../libmythui/mythxdisplay.h \
4105 openglcontext.h \
4106 ../libmythui/util-osx.h \
4107 filtermanager.h \
4108 osdsurface.h \
4109 blend.h \
4110 ../libmythui/mythuihelper.h
4111 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o videoout_opengl.o videoout_opengl.cpp
4112
4113ttfont.o: ttfont.cpp ttfont.h \
4114 ../libmythdb/mythconfig.h \
4115 osdtypes.h \
4116 ../libmythdb/mythexp.h \
4117 cc708window.h \
4118 osdimagecache.h \
4119 osdsurface.h \
4120 blend.h \
4121 ../libmythdb/mythverbose.h
4122 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o ttfont.o ttfont.cpp
4123
4124DetectLetterbox.o: DetectLetterbox.cpp DetectLetterbox.h \
4125 NuppelVideoPlayer.h \
4126 playercontext.h \
4127 ../libmyth/mythdeque.h \
4128 tv.h \
4129 videoouttypes.h \
4130 ../libmyth/util.h \
4131 ../libmythdb/mythexp.h \
4132 ../libmythdb/mythtimer.h \
4133 ../libmythui/mythsystem.h \
4134 ../libmythdb/compat.h \
4135 ../libmythdb/mythconfig.h \
4136 ../libmyth/volumebase.h \
4137 RingBuffer.h \
4138 ../libavcodec/avcodec.h \
4139 osd.h \
4140 ../libmythui/themeinfo.h \
4141 jitterometer.h \
4142 videooutbase.h \
4143 frame.h \
4144 fourcc.h \
4145 filter.h \
4146 videobuffers.h \
4147 mythcodecid.h \
4148 videooutwindow.h \
4149 ../libmythui/DisplayRes.h \
4150 ../libmythui/DisplayResScreen.h \
4151 videodisplayprofile.h \
4152 ../libmyth/mythcontext.h \
4153 ../libmythdb/mythobservable.h \
4154 ../libmythdb/mythevent.h \
4155 ../libmythdb/mythsocket_cb.h \
4156 ../libmythdb/mythverbose.h \
4157 teletextdecoder.h \
4158 textsubtitleparser.h \
4159 tv_play.h \
4160 ../libmyth/programinfo.h \
4161 ../libmyth/recordingtypes.h \
4162 ../libmythdb/mythdbcon.h \
4163 ../libmyth/programlist.h \
4164 channelutil.h \
4165 dtvmultiplex.h \
4166 dtvconfparserhelpers.h \
4167 dbchannelinfo.h \
4168 inputinfo.h \
4169 channelgroup.h \
4170 yuv2rgb.h \
4171 cc608decoder.h \
4172 format.h \
4173 cc708decoder.h \
4174 cc708window.h \
4175 decoderbase.h \
4176 remoteencoder.h
4177 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o DetectLetterbox.o DetectLetterbox.cpp
4178
4179dsmcc.o: dsmcc.cpp ../libmythdb/mythverbose.h \
4180 ../libmythdb/mythexp.h \
4181 dsmccreceiver.h \
4182 dsmccbiop.h \
4183 dsmcccache.h \
4184 dsmcc.h \
4185 dsmccobjcarousel.h
4186 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o dsmcc.o dsmcc.cpp
4187
4188dsmcccache.o: dsmcccache.cpp dsmcccache.h \
4189 dsmccbiop.h \
4190 dsmccreceiver.h \
4191 dsmcc.h \
4192 dsmccobjcarousel.h \
4193 ../libmythdb/mythverbose.h \
4194 ../libmythdb/mythexp.h
4195 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o dsmcccache.o dsmcccache.cpp
4196
4197dsmccbiop.o: dsmccbiop.cpp dsmccbiop.h \
4198 dsmcccache.h \
4199 dsmccreceiver.h \
4200 dsmccobjcarousel.h \
4201 dsmcc.h \
4202 ../libmythdb/mythverbose.h \
4203 ../libmythdb/mythexp.h
4204 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o dsmccbiop.o dsmccbiop.cpp
4205
4206dsmccobjcarousel.o: dsmccobjcarousel.cpp dsmccobjcarousel.h \
4207 dsmcccache.h \
4208 dsmccbiop.h \
4209 dsmccreceiver.h \
4210 dsmcc.h \
4211 ../libmythdb/mythverbose.h \
4212 ../libmythdb/mythexp.h
4213 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o dsmccobjcarousel.o dsmccobjcarousel.cpp
4214
4215interactivetv.o: interactivetv.cpp interactivetv.h \
4216 mhi.h \
4217 ../libmythfreemheg/freemheg.h \
4218 dsmcc.h \
4219 dsmccreceiver.h \
4220 dsmccbiop.h \
4221 dsmcccache.h \
4222 dsmccobjcarousel.h \
4223 osdtypes.h \
4224 ../libmythdb/mythexp.h \
4225 cc708window.h \
4226 osdimagecache.h \
4227 ../libmyth/mythcontext.h \
4228 ../libmythdb/mythobservable.h \
4229 ../libmythdb/mythevent.h \
4230 ../libmythdb/mythsocket_cb.h \
4231 ../libmythdb/mythverbose.h \
4232 ../libmythdb/mythdbcon.h \
4233 NuppelVideoPlayer.h \
4234 playercontext.h \
4235 ../libmyth/mythdeque.h \
4236 tv.h \
4237 videoouttypes.h \
4238 ../libmyth/util.h \
4239 ../libmythdb/mythtimer.h \
4240 ../libmythui/mythsystem.h \
4241 ../libmythdb/compat.h \
4242 ../libmythdb/mythconfig.h \
4243 ../libmyth/volumebase.h \
4244 RingBuffer.h \
4245 ../libavcodec/avcodec.h \
4246 osd.h \
4247 ../libmythui/themeinfo.h \
4248 jitterometer.h \
4249 videooutbase.h \
4250 frame.h \
4251 fourcc.h \
4252 filter.h \
4253 videobuffers.h \
4254 mythcodecid.h \
4255 videooutwindow.h \
4256 ../libmythui/DisplayRes.h \
4257 ../libmythui/DisplayResScreen.h \
4258 videodisplayprofile.h \
4259 teletextdecoder.h \
4260 textsubtitleparser.h \
4261 tv_play.h \
4262 ../libmyth/programinfo.h \
4263 ../libmyth/recordingtypes.h \
4264 ../libmyth/programlist.h \
4265 channelutil.h \
4266 dtvmultiplex.h \
4267 dtvconfparserhelpers.h \
4268 dbchannelinfo.h \
4269 inputinfo.h \
4270 channelgroup.h \
4271 yuv2rgb.h \
4272 cc608decoder.h \
4273 format.h \
4274 cc708decoder.h \
4275 decoderbase.h \
4276 remoteencoder.h
4277 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o interactivetv.o interactivetv.cpp
4278
4279mhi.o: mhi.cpp mhi.h \
4280 ../libmythfreemheg/freemheg.h \
4281 interactivetv.h \
4282 dsmcc.h \
4283 dsmccreceiver.h \
4284 dsmccbiop.h \
4285 dsmcccache.h \
4286 dsmccobjcarousel.h \
4287 osdtypes.h \
4288 ../libmythdb/mythexp.h \
4289 cc708window.h \
4290 osdimagecache.h \
4291 ../libmyth/mythcontext.h \
4292 ../libmythdb/mythobservable.h \
4293 ../libmythdb/mythevent.h \
4294 ../libmythdb/mythsocket_cb.h \
4295 ../libmythdb/mythverbose.h \
4296 ../libmythdb/mythdbcon.h \
4297 NuppelVideoPlayer.h \
4298 playercontext.h \
4299 ../libmyth/mythdeque.h \
4300 tv.h \
4301 videoouttypes.h \
4302 ../libmyth/util.h \
4303 ../libmythdb/mythtimer.h \
4304 ../libmythui/mythsystem.h \
4305 ../libmythdb/compat.h \
4306 ../libmythdb/mythconfig.h \
4307 ../libmyth/volumebase.h \
4308 RingBuffer.h \
4309 ../libavcodec/avcodec.h \
4310 osd.h \
4311 ../libmythui/themeinfo.h \
4312 jitterometer.h \
4313 videooutbase.h \
4314 frame.h \
4315 fourcc.h \
4316 filter.h \
4317 videobuffers.h \
4318 mythcodecid.h \
4319 videooutwindow.h \
4320 ../libmythui/DisplayRes.h \
4321 ../libmythui/DisplayResScreen.h \
4322 videodisplayprofile.h \
4323 teletextdecoder.h \
4324 textsubtitleparser.h \
4325 tv_play.h \
4326 ../libmyth/programinfo.h \
4327 ../libmyth/recordingtypes.h \
4328 ../libmyth/programlist.h \
4329 channelutil.h \
4330 dtvmultiplex.h \
4331 dtvconfparserhelpers.h \
4332 dbchannelinfo.h \
4333 inputinfo.h \
4334 channelgroup.h \
4335 yuv2rgb.h \
4336 cc608decoder.h \
4337 format.h \
4338 cc708decoder.h \
4339 decoderbase.h \
4340 remoteencoder.h \
4341 ../libmythdb/mythdirs.h \
4342 myth_imgconvert.h
4343 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o mhi.o mhi.cpp
4344
4345blend.o: blend.c blend.h \
4346 ../libmythdb/mythconfig.h \
4347 ../libavcodec/x86/mmx.h
4348 $(CC) -c $(CFLAGS) $(INCPATH) -o blend.o blend.c
4349
4350channelbase.o: channelbase.cpp videodev_myth.h \
4351 ../libmythdb/mythconfig.h \
4352 videodev2_myth.h \
4353 channelbase.h \
4354 channelutil.h \
4355 ../libmythdb/mythexp.h \
4356 dtvmultiplex.h \
4357 dtvconfparserhelpers.h \
4358 dbchannelinfo.h \
4359 inputinfo.h \
4360 tv.h \
4361 videoouttypes.h \
4362 frequencies.h \
4363 tv_rec.h \
4364 inputgroupmap.h \
4365 ../libmyth/mythdeque.h \
4366 recordinginfo.h \
4367 ../libmyth/programinfo.h \
4368 ../libmyth/recordingtypes.h \
4369 ../libmythdb/mythdbcon.h \
4370 signalmonitorlistener.h \
4371 signalmonitorvalue.h \
4372 ../libmyth/mythcontext.h \
4373 ../libmythdb/mythobservable.h \
4374 ../libmythdb/mythevent.h \
4375 ../libmythdb/mythsocket_cb.h \
4376 ../libmythdb/mythverbose.h \
4377 ../libmythdb/exitcodes.h \
4378 ../libmythdb/mythdb.h \
4379 ../libmythdb/mythdbparams.h \
4380 cardutil.h \
4381 ../libmyth/settings.h \
4382 ../libmyth/mythwidgets.h \
4383 ../libmyth/virtualkeyboard_qt.h \
4384 ../libmyth/mythdialogs.h \
4385 ../libmythui/mythmainwindow.h \
4386 ../libmythui/mythuitype.h \
4387 ../libmythui/xmlparsebase.h \
4388 ../libmythui/mythrect.h \
4389 ../libmythui/mythgesture.h \
4390 ../libmythui/mythscreenstack.h \
4391 ../libmythdb/mythstorage.h \
4392 ../libmyth/mythconfigdialogs.h \
4393 ../libmyth/mythconfiggroups.h \
4394 ../libmyth/mythterminal.h \
4395 tvremoteutil.h \
4396 sourceutil.h \
4397 ../libmythdb/compat.h
4398 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o channelbase.o channelbase.cpp
4399
4400dtvchannel.o: dtvchannel.cpp dtvchannel.h \
4401 channelbase.h \
4402 channelutil.h \
4403 ../libmythdb/mythexp.h \
4404 dtvmultiplex.h \
4405 dtvconfparserhelpers.h \
4406 dbchannelinfo.h \
4407 inputinfo.h \
4408 tv.h \
4409 videoouttypes.h \
4410 ../libmythdb/mythdb.h \
4411 ../libmythdb/mythdbcon.h \
4412 ../libmythdb/mythdbparams.h \
4413 cardutil.h \
4414 ../libmyth/settings.h \
4415 ../libmyth/mythwidgets.h \
4416 ../libmyth/virtualkeyboard_qt.h \
4417 ../libmyth/mythdialogs.h \
4418 ../libmythui/mythmainwindow.h \
4419 ../libmythui/mythuitype.h \
4420 ../libmythui/xmlparsebase.h \
4421 ../libmythui/mythrect.h \
4422 ../libmythui/mythgesture.h \
4423 ../libmythui/mythscreenstack.h \
4424 ../libmythdb/mythstorage.h \
4425 ../libmyth/mythconfigdialogs.h \
4426 ../libmyth/mythconfiggroups.h \
4427 ../libmyth/mythterminal.h
4428 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o dtvchannel.o dtvchannel.cpp
4429
4430signalmonitor.o: signalmonitor.cpp ../libmyth/mythcontext.h \
4431 ../libmythdb/mythexp.h \
4432 ../libmythdb/mythobservable.h \
4433 ../libmythdb/mythevent.h \
4434 ../libmythdb/mythsocket_cb.h \
4435 ../libmythdb/mythverbose.h \
4436 signalmonitor.h \
4437 signalmonitorvalue.h \
4438 signalmonitorlistener.h \
4439 channelbase.h \
4440 channelutil.h \
4441 dtvmultiplex.h \
4442 dtvconfparserhelpers.h \
4443 dbchannelinfo.h \
4444 inputinfo.h \
4445 tv.h \
4446 videoouttypes.h \
4447 cardutil.h \
4448 ../libmyth/settings.h \
4449 ../libmyth/mythwidgets.h \
4450 ../libmyth/virtualkeyboard_qt.h \
4451 ../libmyth/mythdialogs.h \
4452 ../libmythui/mythmainwindow.h \
4453 ../libmythui/mythuitype.h \
4454 ../libmythui/xmlparsebase.h \
4455 ../libmythui/mythrect.h \
4456 ../libmythui/mythgesture.h \
4457 ../libmythui/mythscreenstack.h \
4458 ../libmythdb/mythdbcon.h \
4459 ../libmythdb/mythstorage.h \
4460 ../libmyth/mythconfigdialogs.h \
4461 ../libmyth/mythconfiggroups.h \
4462 ../libmyth/mythterminal.h \
4463 ../libmythdb/compat.h \
4464 ../libmythdb/mythconfig.h \
4465 ../libavcodec/avcodec.h \
4466 ../libmyth/util.h \
4467 ../libmythdb/mythtimer.h \
4468 ../libmythui/mythsystem.h \
4469 dvbsignalmonitor.h \
4470 dtvsignalmonitor.h \
4471 mpeg/streamlisteners.h \
4472 mpeg/tspacket.h \
4473 dvbchannel.h \
4474 dtvchannel.h \
4475 diseqc.h \
4476 analogsignalmonitor.h \
4477 v4lchannel.h \
4478 videodev_myth.h \
4479 videodev2_myth.h \
4480 hdhrsignalmonitor.h \
4481 hdhrchannel.h \
4482 iptvsignalmonitor.h \
4483 iptvchannel.h \
4484 iptv/iptvchannelinfo.h \
4485 firewiresignalmonitor.h \
4486 firewiredevice.h \
4487 avcinfo.h \
4488 firewirechannel.h \
4489 tv_rec.h \
4490 inputgroupmap.h \
4491 ../libmyth/mythdeque.h \
4492 recordinginfo.h \
4493 ../libmyth/programinfo.h \
4494 ../libmyth/recordingtypes.h
4495 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o signalmonitor.o signalmonitor.cpp
4496
4497dtvsignalmonitor.o: dtvsignalmonitor.cpp dtvchannel.h \
4498 channelbase.h \
4499 channelutil.h \
4500 ../libmythdb/mythexp.h \
4501 dtvmultiplex.h \
4502 dtvconfparserhelpers.h \
4503 dbchannelinfo.h \
4504 inputinfo.h \
4505 tv.h \
4506 videoouttypes.h \
4507 dvbchannel.h \
4508 ../libmyth/mythcontext.h \
4509 ../libmythdb/mythobservable.h \
4510 ../libmythdb/mythevent.h \
4511 ../libmythdb/mythsocket_cb.h \
4512 ../libmythdb/mythverbose.h \
4513 ../libmythdb/mythdbcon.h \
4514 mpeg/streamlisteners.h \
4515 mpeg/tspacket.h \
4516 ../libmyth/util.h \
4517 ../libmythdb/mythtimer.h \
4518 ../libmythui/mythsystem.h \
4519 ../libmythdb/compat.h \
4520 ../libmythdb/mythconfig.h \
4521 diseqc.h \
4522 dtvsignalmonitor.h \
4523 signalmonitor.h \
4524 signalmonitorvalue.h \
4525 signalmonitorlistener.h \
4526 cardutil.h \
4527 ../libmyth/settings.h \
4528 ../libmyth/mythwidgets.h \
4529 ../libmyth/virtualkeyboard_qt.h \
4530 ../libmyth/mythdialogs.h \
4531 ../libmythui/mythmainwindow.h \
4532 ../libmythui/mythuitype.h \
4533 ../libmythui/xmlparsebase.h \
4534 ../libmythui/mythrect.h \
4535 ../libmythui/mythgesture.h \
4536 ../libmythui/mythscreenstack.h \
4537 ../libmythdb/mythstorage.h \
4538 ../libmyth/mythconfigdialogs.h \
4539 ../libmyth/mythconfiggroups.h \
4540 ../libmyth/mythterminal.h \
4541 mpeg/scanstreamdata.h \
4542 mpeg/atscstreamdata.h \
4543 mpeg/mpegstreamdata.h \
4544 eitscanner.h \
4545 mpeg/mpegtables.h \
4546 mpeg/pespacket.h \
4547 mpeg/mpegdescriptors.h \
4548 iso639.h \
4549 mpeg/dvbstreamdata.h \
4550 mpeg/atsctables.h \
4551 mpeg/atscdescriptors.h \
4552 mpeg/dvbtables.h \
4553 mpeg/dvbdescriptors.h \
4554 ../libmyth/programinfo.h \
4555 ../libmyth/recordingtypes.h
4556 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o dtvsignalmonitor.o dtvsignalmonitor.cpp
4557
4558inputinfo.o: inputinfo.cpp inputinfo.h \
4559 channelutil.h \
4560 ../libmythdb/mythexp.h \
4561 dtvmultiplex.h \
4562 dtvconfparserhelpers.h \
4563 dbchannelinfo.h
4564 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o inputinfo.o inputinfo.cpp
4565
4566inputgroupmap.o: inputgroupmap.cpp inputgroupmap.h \
4567 ../libmythdb/mythexp.h \
4568 ../libmythdb/mythdb.h \
4569 ../libmythdb/mythdbcon.h \
4570 ../libmythdb/mythdbparams.h
4571 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o inputgroupmap.o inputgroupmap.cpp
4572
4573scanwizard.o: scanwizard.cpp channelscan/scanwizardconfig.h \
4574 ../libmyth/settings.h \
4575 ../libmythdb/mythexp.h \
4576 ../libmyth/mythwidgets.h \
4577 ../libmyth/virtualkeyboard_qt.h \
4578 ../libmyth/mythdialogs.h \
4579 ../libmythui/mythmainwindow.h \
4580 ../libmythui/mythuitype.h \
4581 ../libmythui/xmlparsebase.h \
4582 ../libmythui/mythrect.h \
4583 ../libmythui/mythgesture.h \
4584 ../libmythui/mythscreenstack.h \
4585 ../libmythdb/mythdbcon.h \
4586 ../libmythdb/mythstorage.h \
4587 ../libmyth/mythconfigdialogs.h \
4588 ../libmyth/mythconfiggroups.h \
4589 ../libmyth/mythterminal.h \
4590 channelscan/inputselectorsetting.h \
4591 channelscan/channelscantypes.h \
4592 channelscan/channelscanner_gui.h \
4593 channelscan/channelscanner.h \
4594 dtvconfparser.h \
4595 dtvchannel.h \
4596 channelbase.h \
4597 channelutil.h \
4598 dtvmultiplex.h \
4599 dtvconfparserhelpers.h \
4600 dbchannelinfo.h \
4601 inputinfo.h \
4602 tv.h \
4603 videoouttypes.h \
4604 channelscan/scanmonitor.h \
4605 signalmonitorlistener.h \
4606 signalmonitorvalue.h \
4607 ../libmyth/mythcontext.h \
4608 ../libmythdb/mythobservable.h \
4609 ../libmythdb/mythevent.h \
4610 ../libmythdb/mythsocket_cb.h \
4611 ../libmythdb/mythverbose.h \
4612 scanwizard.h \
4613 ../libmyth/mythwizard.h \
4614 sourceutil.h \
4615 cardutil.h \
4616 videosource.h \
4617 datadirect.h \
4618 channelscan/scaninfo.h \
4619 channelscan/channelimporter.h
4620 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o scanwizard.o scanwizard.cpp
4621
4622channelscan_sm.o: channelscan/channelscan_sm.cpp channelscan/channelscan_sm.h \
4623 frequencytables.h \
4624 dtvchannel.h \
4625 channelbase.h \
4626 channelutil.h \
4627 ../libmythdb/mythexp.h \
4628 dtvmultiplex.h \
4629 dtvconfparserhelpers.h \
4630 dbchannelinfo.h \
4631 inputinfo.h \
4632 tv.h \
4633 videoouttypes.h \
4634 dtvconfparser.h \
4635 mpeg/streamlisteners.h \
4636 mpeg/tspacket.h \
4637 ../libmyth/mythcontext.h \
4638 ../libmythdb/mythobservable.h \
4639 ../libmythdb/mythevent.h \
4640 ../libmythdb/mythsocket_cb.h \
4641 ../libmythdb/mythverbose.h \
4642 ../libmyth/util.h \
4643 ../libmythdb/mythtimer.h \
4644 ../libmythui/mythsystem.h \
4645 ../libmythdb/compat.h \
4646 ../libmythdb/mythconfig.h \
4647 channelscan/scanmonitor.h \
4648 signalmonitorlistener.h \
4649 signalmonitorvalue.h \
4650 frequencies.h \
4651 ../libmythdb/mythdbcon.h \
4652 cardutil.h \
4653 ../libmyth/settings.h \
4654 ../libmyth/mythwidgets.h \
4655 ../libmyth/virtualkeyboard_qt.h \
4656 ../libmyth/mythdialogs.h \
4657 ../libmythui/mythmainwindow.h \
4658 ../libmythui/mythuitype.h \
4659 ../libmythui/xmlparsebase.h \
4660 ../libmythui/mythrect.h \
4661 ../libmythui/mythgesture.h \
4662 ../libmythui/mythscreenstack.h \
4663 ../libmythdb/mythstorage.h \
4664 ../libmyth/mythconfigdialogs.h \
4665 ../libmyth/mythconfiggroups.h \
4666 ../libmyth/mythterminal.h \
4667 sourceutil.h \
4668 ../libmythdb/mythdb.h \
4669 ../libmythdb/mythdbparams.h \
4670 dtvsignalmonitor.h \
4671 signalmonitor.h \
4672 mpeg/scanstreamdata.h \
4673 mpeg/atscstreamdata.h \
4674 mpeg/mpegstreamdata.h \
4675 eitscanner.h \
4676 mpeg/mpegtables.h \
4677 mpeg/pespacket.h \
4678 mpeg/mpegdescriptors.h \
4679 iso639.h \
4680 mpeg/dvbstreamdata.h \
4681 mpeg/atsctables.h \
4682 mpeg/atscdescriptors.h \
4683 dvbsignalmonitor.h \
4684 mpeg/dvbtables.h \
4685 mpeg/dvbdescriptors.h \
4686 ../libmyth/programinfo.h \
4687 ../libmyth/recordingtypes.h \
4688 dvbchannel.h \
4689 diseqc.h \
4690 hdhrchannel.h \
4691 v4lchannel.h \
4692 videodev_myth.h \
4693 videodev2_myth.h
4694 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o channelscan_sm.o channelscan/channelscan_sm.cpp
4695
4696channelscanner.o: channelscan/channelscanner.cpp channelscan/channelscanner.h \
4697 ../libmythdb/mythexp.h \
4698 dtvconfparser.h \
4699 dtvchannel.h \
4700 channelbase.h \
4701 channelutil.h \
4702 dtvmultiplex.h \
4703 dtvconfparserhelpers.h \
4704 dbchannelinfo.h \
4705 inputinfo.h \
4706 tv.h \
4707 videoouttypes.h \
4708 channelscan/scanmonitor.h \
4709 signalmonitorlistener.h \
4710 signalmonitorvalue.h \
4711 ../libmyth/mythcontext.h \
4712 ../libmythdb/mythobservable.h \
4713 ../libmythdb/mythevent.h \
4714 ../libmythdb/mythsocket_cb.h \
4715 ../libmythdb/mythverbose.h \
4716 channelscan/channelscantypes.h \
4717 cardutil.h \
4718 ../libmyth/settings.h \
4719 ../libmyth/mythwidgets.h \
4720 ../libmyth/virtualkeyboard_qt.h \
4721 ../libmyth/mythdialogs.h \
4722 ../libmythui/mythmainwindow.h \
4723 ../libmythui/mythuitype.h \
4724 ../libmythui/xmlparsebase.h \
4725 ../libmythui/mythrect.h \
4726 ../libmythui/mythgesture.h \
4727 ../libmythui/mythscreenstack.h \
4728 ../libmythdb/mythdbcon.h \
4729 ../libmythdb/mythstorage.h \
4730 ../libmyth/mythconfigdialogs.h \
4731 ../libmyth/mythconfiggroups.h \
4732 ../libmyth/mythterminal.h \
4733 iptv/iptvchannelfetcher.h \
4734 iptv/iptvchannelinfo.h \
4735 channelscan/channelscan_sm.h \
4736 frequencytables.h \
4737 mpeg/streamlisteners.h \
4738 mpeg/tspacket.h \
4739 ../libmyth/util.h \
4740 ../libmythdb/mythtimer.h \
4741 ../libmythui/mythsystem.h \
4742 ../libmythdb/compat.h \
4743 ../libmythdb/mythconfig.h \
4744 channelscan/scanwizardconfig.h \
4745 channelscan/inputselectorsetting.h \
4746 v4lchannel.h \
4747 videodev_myth.h \
4748 videodev2_myth.h \
4749 analogsignalmonitor.h \
4750 signalmonitor.h \
4751 dvbchannel.h \
4752 diseqc.h \
4753 dvbsignalmonitor.h \
4754 dtvsignalmonitor.h \
4755 hdhrchannel.h
4756 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o channelscanner.o channelscan/channelscanner.cpp
4757
4758channelscanner_gui.o: channelscan/channelscanner_gui.cpp ../libmyth/mythcontext.h \
4759 ../libmythdb/mythexp.h \
4760 ../libmythdb/mythobservable.h \
4761 ../libmythdb/mythevent.h \
4762 ../libmythdb/mythsocket_cb.h \
4763 ../libmythdb/mythverbose.h \
4764 scanwizard.h \
4765 ../libmythdb/mythdbcon.h \
4766 ../libmyth/mythwizard.h \
4767 ../libmyth/mythwidgets.h \
4768 ../libmyth/virtualkeyboard_qt.h \
4769 ../libmyth/mythdialogs.h \
4770 ../libmythui/mythmainwindow.h \
4771 ../libmythui/mythuitype.h \
4772 ../libmythui/xmlparsebase.h \
4773 ../libmythui/mythrect.h \
4774 ../libmythui/mythgesture.h \
4775 ../libmythui/mythscreenstack.h \
4776 ../libmyth/settings.h \
4777 ../libmythdb/mythstorage.h \
4778 ../libmyth/mythconfigdialogs.h \
4779 ../libmyth/mythconfiggroups.h \
4780 ../libmyth/mythterminal.h \
4781 channelscan/channelscanner_gui.h \
4782 channelscan/channelscanner.h \
4783 dtvconfparser.h \
4784 dtvchannel.h \
4785 channelbase.h \
4786 channelutil.h \
4787 dtvmultiplex.h \
4788 dtvconfparserhelpers.h \
4789 dbchannelinfo.h \
4790 inputinfo.h \
4791 tv.h \
4792 videoouttypes.h \
4793 channelscan/scanmonitor.h \
4794 signalmonitorlistener.h \
4795 signalmonitorvalue.h \
4796 channelscan/channelscantypes.h \
4797 channelscan/channelscanner_gui_scan_pane.h \
4798 channelscan/channelimporter.h \
4799 channelscan/scaninfo.h \
4800 channelscan/loglist.h \
4801 channelscan/channelscan_sm.h \
4802 frequencytables.h \
4803 mpeg/streamlisteners.h \
4804 mpeg/tspacket.h \
4805 ../libmyth/util.h \
4806 ../libmythdb/mythtimer.h \
4807 ../libmythui/mythsystem.h \
4808 ../libmythdb/compat.h \
4809 ../libmythdb/mythconfig.h \
4810 dtvsignalmonitor.h \
4811 signalmonitor.h \
4812 cardutil.h \
4813 dvbsignalmonitor.h \
4814 mpeg/mpegstreamdata.h \
4815 eitscanner.h \
4816 mpeg/mpegtables.h \
4817 mpeg/pespacket.h \
4818 mpeg/mpegdescriptors.h \
4819 iso639.h
4820 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o channelscanner_gui.o channelscan/channelscanner_gui.cpp
4821
4822channelscanner_gui_scan_pane.o: channelscan/channelscanner_gui_scan_pane.cpp channelscan/channelscanner_gui_scan_pane.h \
4823 ../libmyth/settings.h \
4824 ../libmythdb/mythexp.h \
4825 ../libmyth/mythwidgets.h \
4826 ../libmyth/virtualkeyboard_qt.h \
4827 ../libmyth/mythdialogs.h \
4828 ../libmythui/mythmainwindow.h \
4829 ../libmythui/mythuitype.h \
4830 ../libmythui/xmlparsebase.h \
4831 ../libmythui/mythrect.h \
4832 ../libmythui/mythgesture.h \
4833 ../libmythui/mythscreenstack.h \
4834 ../libmythdb/mythdbcon.h \
4835 ../libmythdb/mythstorage.h \
4836 ../libmyth/mythconfigdialogs.h \
4837 ../libmyth/mythconfiggroups.h \
4838 ../libmyth/mythterminal.h \
4839 ../libmyth/mythcontext.h \
4840 ../libmythdb/mythobservable.h \
4841 ../libmythdb/mythevent.h \
4842 ../libmythdb/mythsocket_cb.h \
4843 ../libmythdb/mythverbose.h \
4844 channelscan/loglist.h
4845 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o channelscanner_gui_scan_pane.o channelscan/channelscanner_gui_scan_pane.cpp
4846
4847channelscanner_cli.o: channelscan/channelscanner_cli.cpp channelscan/channelscanner_cli.h \
4848 ../libmythdb/mythexp.h \
4849 ../libmyth/settings.h \
4850 ../libmyth/mythwidgets.h \
4851 ../libmyth/virtualkeyboard_qt.h \
4852 ../libmyth/mythdialogs.h \
4853 ../libmythui/mythmainwindow.h \
4854 ../libmythui/mythuitype.h \
4855 ../libmythui/xmlparsebase.h \
4856 ../libmythui/mythrect.h \
4857 ../libmythui/mythgesture.h \
4858 ../libmythui/mythscreenstack.h \
4859 ../libmythdb/mythdbcon.h \
4860 ../libmythdb/mythstorage.h \
4861 ../libmyth/mythconfigdialogs.h \
4862 ../libmyth/mythconfiggroups.h \
4863 ../libmyth/mythterminal.h \
4864 channelscan/channelscanner.h \
4865 dtvconfparser.h \
4866 dtvchannel.h \
4867 channelbase.h \
4868 channelutil.h \
4869 dtvmultiplex.h \
4870 dtvconfparserhelpers.h \
4871 dbchannelinfo.h \
4872 inputinfo.h \
4873 tv.h \
4874 videoouttypes.h \
4875 channelscan/scanmonitor.h \
4876 signalmonitorlistener.h \
4877 signalmonitorvalue.h \
4878 ../libmyth/mythcontext.h \
4879 ../libmythdb/mythobservable.h \
4880 ../libmythdb/mythevent.h \
4881 ../libmythdb/mythsocket_cb.h \
4882 ../libmythdb/mythverbose.h \
4883 channelscan/channelscantypes.h \
4884 channelscan/channelscan_sm.h \
4885 frequencytables.h \
4886 mpeg/streamlisteners.h \
4887 mpeg/tspacket.h \
4888 ../libmyth/util.h \
4889 ../libmythdb/mythtimer.h \
4890 ../libmythui/mythsystem.h \
4891 ../libmythdb/compat.h \
4892 ../libmythdb/mythconfig.h \
4893 channelscan/channelimporter.h \
4894 channelscan/scaninfo.h
4895 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o channelscanner_cli.o channelscan/channelscanner_cli.cpp
4896
4897frequencytablesetting.o: channelscan/frequencytablesetting.cpp channelscan/frequencytablesetting.h \
4898 ../libmyth/settings.h \
4899 ../libmythdb/mythexp.h \
4900 ../libmyth/mythwidgets.h \
4901 ../libmyth/virtualkeyboard_qt.h \
4902 ../libmyth/mythdialogs.h \
4903 ../libmythui/mythmainwindow.h \
4904 ../libmythui/mythuitype.h \
4905 ../libmythui/xmlparsebase.h \
4906 ../libmythui/mythrect.h \
4907 ../libmythui/mythgesture.h \
4908 ../libmythui/mythscreenstack.h \
4909 ../libmythdb/mythdbcon.h \
4910 ../libmythdb/mythstorage.h \
4911 ../libmyth/mythconfigdialogs.h \
4912 ../libmyth/mythconfiggroups.h \
4913 ../libmyth/mythterminal.h
4914 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o frequencytablesetting.o channelscan/frequencytablesetting.cpp
4915
4916inputselectorsetting.o: channelscan/inputselectorsetting.cpp channelscan/inputselectorsetting.h \
4917 ../libmyth/settings.h \
4918 ../libmythdb/mythexp.h \
4919 ../libmyth/mythwidgets.h \
4920 ../libmyth/virtualkeyboard_qt.h \
4921 ../libmyth/mythdialogs.h \
4922 ../libmythui/mythmainwindow.h \
4923 ../libmythui/mythuitype.h \
4924 ../libmythui/xmlparsebase.h \
4925 ../libmythui/mythrect.h \
4926 ../libmythui/mythgesture.h \
4927 ../libmythui/mythscreenstack.h \
4928 ../libmythdb/mythdbcon.h \
4929 ../libmythdb/mythstorage.h \
4930 ../libmyth/mythconfigdialogs.h \
4931 ../libmyth/mythconfiggroups.h \
4932 ../libmyth/mythterminal.h \
4933 cardutil.h \
4934 ../libmyth/mythcontext.h \
4935 ../libmythdb/mythobservable.h \
4936 ../libmythdb/mythevent.h \
4937 ../libmythdb/mythsocket_cb.h \
4938 ../libmythdb/mythverbose.h \
4939 ../libmythdb/mythdb.h \
4940 ../libmythdb/mythdbparams.h
4941 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o inputselectorsetting.o channelscan/inputselectorsetting.cpp
4942
4943loglist.o: channelscan/loglist.cpp channelscan/loglist.h \
4944 ../libmyth/settings.h \
4945 ../libmythdb/mythexp.h \
4946 ../libmyth/mythwidgets.h \
4947 ../libmyth/virtualkeyboard_qt.h \
4948 ../libmyth/mythdialogs.h \
4949 ../libmythui/mythmainwindow.h \
4950 ../libmythui/mythuitype.h \
4951 ../libmythui/xmlparsebase.h \
4952 ../libmythui/mythrect.h \
4953 ../libmythui/mythgesture.h \
4954 ../libmythui/mythscreenstack.h \
4955 ../libmythdb/mythdbcon.h \
4956 ../libmythdb/mythstorage.h \
4957 ../libmyth/mythconfigdialogs.h \
4958 ../libmyth/mythconfiggroups.h \
4959 ../libmyth/mythterminal.h
4960 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o loglist.o channelscan/loglist.cpp
4961
4962multiplexsetting.o: channelscan/multiplexsetting.cpp channelscan/multiplexsetting.h \
4963 ../libmyth/settings.h \
4964 ../libmythdb/mythexp.h \
4965 ../libmyth/mythwidgets.h \
4966 ../libmyth/virtualkeyboard_qt.h \
4967 ../libmyth/mythdialogs.h \
4968 ../libmythui/mythmainwindow.h \
4969 ../libmythui/mythuitype.h \
4970 ../libmythui/xmlparsebase.h \
4971 ../libmythui/mythrect.h \
4972 ../libmythui/mythgesture.h \
4973 ../libmythui/mythscreenstack.h \
4974 ../libmythdb/mythdbcon.h \
4975 ../libmythdb/mythstorage.h \
4976 ../libmyth/mythconfigdialogs.h \
4977 ../libmyth/mythconfiggroups.h \
4978 ../libmyth/mythterminal.h \
4979 frequencies.h
4980 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o multiplexsetting.o channelscan/multiplexsetting.cpp
4981
4982paneanalog.o: channelscan/paneanalog.cpp channelscan/paneanalog.h \
4983 ../libmyth/settings.h \
4984 ../libmythdb/mythexp.h \
4985 ../libmyth/mythwidgets.h \
4986 ../libmyth/virtualkeyboard_qt.h \
4987 ../libmyth/mythdialogs.h \
4988 ../libmythui/mythmainwindow.h \
4989 ../libmythui/mythuitype.h \
4990 ../libmythui/xmlparsebase.h \
4991 ../libmythui/mythrect.h \
4992 ../libmythui/mythgesture.h \
4993 ../libmythui/mythscreenstack.h \
4994 ../libmythdb/mythdbcon.h \
4995 ../libmythdb/mythstorage.h \
4996 ../libmyth/mythconfigdialogs.h \
4997 ../libmyth/mythconfiggroups.h \
4998 ../libmyth/mythterminal.h \
4999 videosource.h \
5000 datadirect.h
5001 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o paneanalog.o channelscan/paneanalog.cpp
5002
5003scanmonitor.o: channelscan/scanmonitor.cpp channelscan/scanmonitor.h \
5004 signalmonitorlistener.h \
5005 ../libmythdb/mythexp.h \
5006 signalmonitorvalue.h \
5007 ../libmyth/mythcontext.h \
5008 ../libmythdb/mythobservable.h \
5009 ../libmythdb/mythevent.h \
5010 ../libmythdb/mythsocket_cb.h \
5011 ../libmythdb/mythverbose.h \
5012 channelscan/channelscanner.h \
5013 dtvconfparser.h \
5014 dtvchannel.h \
5015 channelbase.h \
5016 channelutil.h \
5017 dtvmultiplex.h \
5018 dtvconfparserhelpers.h \
5019 dbchannelinfo.h \
5020 inputinfo.h \
5021 tv.h \
5022 videoouttypes.h \
5023 channelscan/channelscantypes.h
5024 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o scanmonitor.o channelscan/scanmonitor.cpp
5025
5026scanwizardconfig.o: channelscan/scanwizardconfig.cpp channelscan/scanwizardconfig.h \
5027 ../libmyth/settings.h \
5028 ../libmythdb/mythexp.h \
5029 ../libmyth/mythwidgets.h \
5030 ../libmyth/virtualkeyboard_qt.h \
5031 ../libmyth/mythdialogs.h \
5032 ../libmythui/mythmainwindow.h \
5033 ../libmythui/mythuitype.h \
5034 ../libmythui/xmlparsebase.h \
5035 ../libmythui/mythrect.h \
5036 ../libmythui/mythgesture.h \
5037 ../libmythui/mythscreenstack.h \
5038 ../libmythdb/mythdbcon.h \
5039 ../libmythdb/mythstorage.h \
5040 ../libmyth/mythconfigdialogs.h \
5041 ../libmyth/mythconfiggroups.h \
5042 ../libmyth/mythterminal.h \
5043 channelscan/inputselectorsetting.h \
5044 channelscan/channelscantypes.h \
5045 videosource.h \
5046 datadirect.h \
5047 cardutil.h \
5048 channelscan/frequencytablesetting.h \
5049 channelscan/channelscanmiscsettings.h \
5050 scanwizard.h \
5051 ../libmyth/mythwizard.h \
5052 channelscan/panedvbs.h \
5053 channelscan/panedvbs2.h \
5054 channelscan/modulationsetting.h \
5055 channelscan/panedvbc.h \
5056 channelscan/panedvbt.h \
5057 channelscan/paneatsc.h \
5058 frequencytables.h \
5059 dtvchannel.h \
5060 channelbase.h \
5061 channelutil.h \
5062 dtvmultiplex.h \
5063 dtvconfparserhelpers.h \
5064 dbchannelinfo.h \
5065 inputinfo.h \
5066 tv.h \
5067 videoouttypes.h \
5068 dtvconfparser.h \
5069 channelscan/paneanalog.h \
5070 channelscan/panesingle.h \
5071 channelscan/multiplexsetting.h \
5072 channelscan/paneall.h \
5073 channelscan/panedvbutilsimport.h \
5074 channelscan/paneexistingscanimport.h \
5075 channelscan/scaninfo.h
5076 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o scanwizardconfig.o channelscan/scanwizardconfig.cpp
5077
5078eithelper.o: eithelper.cpp eithelper.h \
5079 ../libmyth/mythdeque.h \
5080 eitfixup.h \
5081 programdata.h \
5082 ../libmythdb/mythexp.h \
5083 listingsources.h \
5084 eitcache.h \
5085 ../libmythdb/mythdb.h \
5086 ../libmythdb/mythdbcon.h \
5087 ../libmythdb/mythdbparams.h \
5088 mpeg/atsctables.h \
5089 mpeg/mpegtables.h \
5090 mpeg/pespacket.h \
5091 mpeg/tspacket.h \
5092 ../libmyth/mythcontext.h \
5093 ../libmythdb/mythobservable.h \
5094 ../libmythdb/mythevent.h \
5095 ../libmythdb/mythsocket_cb.h \
5096 ../libmythdb/mythverbose.h \
5097 mpeg/mpegdescriptors.h \
5098 iso639.h \
5099 mpeg/atscdescriptors.h \
5100 mpeg/dvbtables.h \
5101 mpeg/dvbdescriptors.h \
5102 ../libmyth/programinfo.h \
5103 ../libmyth/recordingtypes.h \
5104 mpeg/premieretables.h \
5105 mpeg/dishdescriptors.h \
5106 mpeg/premieredescriptors.h \
5107 ../libmyth/util.h \
5108 ../libmythdb/mythtimer.h \
5109 ../libmythui/mythsystem.h \
5110 ../libmythdb/compat.h \
5111 ../libmythdb/mythconfig.h
5112 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o eithelper.o eithelper.cpp
5113
5114eitscanner.o: eitscanner.cpp ../libmythdb/compat.h \
5115 ../libmythdb/mythconfig.h \
5116 tv_rec.h \
5117 inputinfo.h \
5118 channelutil.h \
5119 ../libmythdb/mythexp.h \
5120 dtvmultiplex.h \
5121 dtvconfparserhelpers.h \
5122 dbchannelinfo.h \
5123 inputgroupmap.h \
5124 ../libmyth/mythdeque.h \
5125 recordinginfo.h \
5126 ../libmyth/programinfo.h \
5127 ../libmyth/recordingtypes.h \
5128 ../libmythdb/mythdbcon.h \
5129 tv.h \
5130 videoouttypes.h \
5131 signalmonitorlistener.h \
5132 signalmonitorvalue.h \
5133 ../libmyth/mythcontext.h \
5134 ../libmythdb/mythobservable.h \
5135 ../libmythdb/mythevent.h \
5136 ../libmythdb/mythsocket_cb.h \
5137 ../libmythdb/mythverbose.h \
5138 channelbase.h \
5139 iso639.h \
5140 eitscanner.h \
5141 eithelper.h \
5142 scheduledrecording.h \
5143 ../libmyth/util.h \
5144 ../libmythdb/mythtimer.h \
5145 ../libmythui/mythsystem.h \
5146 ../libmythdb/mythdb.h \
5147 ../libmythdb/mythdbparams.h
5148 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o eitscanner.o eitscanner.cpp
5149
5150eitfixup.o: eitfixup.cpp eitfixup.h \
5151 programdata.h \
5152 ../libmythdb/mythexp.h \
5153 listingsources.h \
5154 ../libmyth/mythcontext.h \
5155 ../libmythdb/mythobservable.h \
5156 ../libmythdb/mythevent.h \
5157 ../libmythdb/mythsocket_cb.h \
5158 ../libmythdb/mythverbose.h \
5159 mpeg/dvbdescriptors.h \
5160 mpeg/mpegdescriptors.h \
5161 iso639.h \
5162 ../libmyth/programinfo.h \
5163 ../libmyth/recordingtypes.h \
5164 ../libmythdb/mythdbcon.h \
5165 channelutil.h \
5166 dtvmultiplex.h \
5167 dtvconfparserhelpers.h \
5168 dbchannelinfo.h
5169 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o eitfixup.o eitfixup.cpp
5170
5171eitcache.o: eitcache.cpp eitcache.h \
5172 ../libmythdb/mythexp.h \
5173 ../libmyth/mythcontext.h \
5174 ../libmythdb/mythobservable.h \
5175 ../libmythdb/mythevent.h \
5176 ../libmythdb/mythsocket_cb.h \
5177 ../libmythdb/mythverbose.h \
5178 ../libmythdb/mythdb.h \
5179 ../libmythdb/mythdbcon.h \
5180 ../libmythdb/mythdbparams.h
5181 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o eitcache.o eitcache.cpp
5182
5183programdata.o: programdata.cpp channelutil.h \
5184 ../libmythdb/mythexp.h \
5185 dtvmultiplex.h \
5186 dtvconfparserhelpers.h \
5187 dbchannelinfo.h \
5188 ../libmythdb/mythdb.h \
5189 ../libmythdb/mythdbcon.h \
5190 ../libmythdb/mythdbparams.h \
5191 ../libmythdb/mythverbose.h \
5192 ../libmyth/programinfo.h \
5193 ../libmyth/recordingtypes.h \
5194 programdata.h \
5195 listingsources.h \
5196 mpeg/dvbdescriptors.h \
5197 mpeg/mpegdescriptors.h \
5198 iso639.h
5199 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o programdata.o programdata.cpp
5200
5201tv_rec.o: tv_rec.cpp ../libmythdb/mythconfig.h \
5202 tv_rec.h \
5203 inputinfo.h \
5204 channelutil.h \
5205 ../libmythdb/mythexp.h \
5206 dtvmultiplex.h \
5207 dtvconfparserhelpers.h \
5208 dbchannelinfo.h \
5209 inputgroupmap.h \
5210 ../libmyth/mythdeque.h \
5211 recordinginfo.h \
5212 ../libmyth/programinfo.h \
5213 ../libmyth/recordingtypes.h \
5214 ../libmythdb/mythdbcon.h \
5215 tv.h \
5216 videoouttypes.h \
5217 signalmonitorlistener.h \
5218 signalmonitorvalue.h \
5219 ../libmyth/mythcontext.h \
5220 ../libmythdb/mythobservable.h \
5221 ../libmythdb/mythevent.h \
5222 ../libmythdb/mythsocket_cb.h \
5223 ../libmythdb/mythverbose.h \
5224 osd.h \
5225 ../libmythui/themeinfo.h \
5226 ../libmyth/dialogbox.h \
5227 ../libmyth/mythdialogs.h \
5228 ../libmythui/mythmainwindow.h \
5229 ../libmythui/mythuitype.h \
5230 ../libmythui/xmlparsebase.h \
5231 ../libmythui/mythrect.h \
5232 ../libmythui/mythgesture.h \
5233 ../libmythui/mythscreenstack.h \
5234 ../libmythdb/compat.h \
5235 recordingprofile.h \
5236 ../libmyth/settings.h \
5237 ../libmyth/mythwidgets.h \
5238 ../libmyth/virtualkeyboard_qt.h \
5239 ../libmythdb/mythstorage.h \
5240 ../libmyth/mythconfigdialogs.h \
5241 ../libmyth/mythconfiggroups.h \
5242 ../libmyth/mythterminal.h \
5243 ../libmyth/util.h \
5244 ../libmythdb/mythtimer.h \
5245 ../libmythui/mythsystem.h \
5246 NuppelVideoPlayer.h \
5247 playercontext.h \
5248 ../libmyth/volumebase.h \
5249 RingBuffer.h \
5250 ../libavcodec/avcodec.h \
5251 jitterometer.h \
5252 videooutbase.h \
5253 frame.h \
5254 fourcc.h \
5255 filter.h \
5256 videobuffers.h \
5257 mythcodecid.h \
5258 videooutwindow.h \
5259 ../libmythui/DisplayRes.h \
5260 ../libmythui/DisplayResScreen.h \
5261 videodisplayprofile.h \
5262 teletextdecoder.h \
5263 textsubtitleparser.h \
5264 tv_play.h \
5265 ../libmyth/programlist.h \
5266 channelgroup.h \
5267 yuv2rgb.h \
5268 cc608decoder.h \
5269 format.h \
5270 cc708decoder.h \
5271 cc708window.h \
5272 decoderbase.h \
5273 remoteencoder.h \
5274 dtvsignalmonitor.h \
5275 signalmonitor.h \
5276 channelbase.h \
5277 cardutil.h \
5278 mpeg/streamlisteners.h \
5279 mpeg/tspacket.h \
5280 ../libmythdb/mythdb.h \
5281 ../libmythdb/mythdbparams.h \
5282 jobqueue.h \
5283 recordingrule.h \
5284 eitscanner.h \
5285 previewgenerator.h \
5286 ../libmyth/storagegroup.h \
5287 ../libmyth/remoteutil.h \
5288 tvremoteutil.h \
5289 mythsystemevent.h \
5290 ../libmyth/rawsettingseditor.h \
5291 ../libmythui/mythscreentype.h \
5292 ../libmythui/mythuitext.h \
5293 ../libmythui/mythuiutils.h \
5294 ../libmythui/mythuibutton.h \
5295 ../libmythui/mythuistatetype.h \
5296 ../libmythui/mythimage.h \
5297 ../libmythui/mythpainter.h \
5298 ../libmythui/mythuishape.h \
5299 ../libmythui/mythuitextedit.h \
5300 ../libmythui/mythuiimage.h \
5301 ../libmythui/mythvirtualkeyboard.h \
5302 mpeg/atscstreamdata.h \
5303 mpeg/mpegstreamdata.h \
5304 mpeg/mpegtables.h \
5305 mpeg/pespacket.h \
5306 mpeg/mpegdescriptors.h \
5307 iso639.h \
5308 mpeg/dvbstreamdata.h \
5309 mpeg/atsctables.h \
5310 mpeg/atscdescriptors.h \
5311 livetvchain.h \
5312 dummychannel.h \
5313 dtvchannel.h \
5314 dvbchannel.h \
5315 diseqc.h \
5316 hdhrchannel.h \
5317 iptvchannel.h \
5318 iptv/iptvchannelinfo.h \
5319 firewirechannel.h \
5320 firewiredevice.h \
5321 avcinfo.h \
5322 recorderbase.h \
5323 NuppelVideoRecorder.h \
5324 minilzo.h \
5325 lzoconf.h \
5326 lzodefs.h \
5327 mpegrecorder.h \
5328 dtvrecorder.h \
5329 mpeg/H264Parser.h \
5330 DeviceReadBuffer.h \
5331 dvbrecorder.h \
5332 hdhrrecorder.h \
5333 iptvrecorder.h \
5334 firewirerecorder.h \
5335 importrecorder.h \
5336 v4lchannel.h \
5337 videodev_myth.h \
5338 videodev2_myth.h
5339 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o tv_rec.o tv_rec.cpp
5340
5341recorderbase.o: recorderbase.cpp recorderbase.h \
5342 ../libmythdb/mythexp.h \
5343 ../libmythdb/mythtimer.h \
5344 tv_rec.h \
5345 inputinfo.h \
5346 channelutil.h \
5347 dtvmultiplex.h \
5348 dtvconfparserhelpers.h \
5349 dbchannelinfo.h \
5350 inputgroupmap.h \
5351 ../libmyth/mythdeque.h \
5352 recordinginfo.h \
5353 ../libmyth/programinfo.h \
5354 ../libmyth/recordingtypes.h \
5355 ../libmythdb/mythdbcon.h \
5356 tv.h \
5357 videoouttypes.h \
5358 signalmonitorlistener.h \
5359 signalmonitorvalue.h \
5360 ../libmyth/mythcontext.h \
5361 ../libmythdb/mythobservable.h \
5362 ../libmythdb/mythevent.h \
5363 ../libmythdb/mythsocket_cb.h \
5364 ../libmythdb/mythverbose.h \
5365 ../libmythdb/mythconfig.h \
5366 RingBuffer.h \
5367 ../libavcodec/avcodec.h \
5368 recordingprofile.h \
5369 ../libmyth/settings.h \
5370 ../libmyth/mythwidgets.h \
5371 ../libmyth/virtualkeyboard_qt.h \
5372 ../libmyth/mythdialogs.h \
5373 ../libmythui/mythmainwindow.h \
5374 ../libmythui/mythuitype.h \
5375 ../libmythui/xmlparsebase.h \
5376 ../libmythui/mythrect.h \
5377 ../libmythui/mythgesture.h \
5378 ../libmythui/mythscreenstack.h \
5379 ../libmythdb/mythstorage.h \
5380 ../libmyth/mythconfigdialogs.h \
5381 ../libmyth/mythconfiggroups.h \
5382 ../libmyth/mythterminal.h \
5383 ../libmyth/util.h \
5384 ../libmythui/mythsystem.h \
5385 ../libmythdb/compat.h
5386 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o recorderbase.o recorderbase.cpp
5387
5388DeviceReadBuffer.o: DeviceReadBuffer.cpp DeviceReadBuffer.h \
5389 ../libmyth/util.h \
5390 ../libmythdb/mythexp.h \
5391 ../libmythdb/mythtimer.h \
5392 ../libmythui/mythsystem.h \
5393 ../libmythdb/compat.h \
5394 ../libmythdb/mythconfig.h \
5395 ../libmyth/mythcontext.h \
5396 ../libmythdb/mythobservable.h \
5397 ../libmythdb/mythevent.h \
5398 ../libmythdb/mythsocket_cb.h \
5399 ../libmythdb/mythverbose.h \
5400 mpeg/tspacket.h
5401 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o DeviceReadBuffer.o DeviceReadBuffer.cpp
5402
5403dtvrecorder.o: dtvrecorder.cpp RingBuffer.h \
5404 ../libmythdb/mythconfig.h \
5405 ../libavcodec/avcodec.h \
5406 ../libmythdb/mythexp.h \
5407 ../libmyth/programinfo.h \
5408 ../libmyth/recordingtypes.h \
5409 ../libmythdb/mythdbcon.h \
5410 mpeg/mpegtables.h \
5411 mpeg/pespacket.h \
5412 mpeg/tspacket.h \
5413 ../libmyth/mythcontext.h \
5414 ../libmythdb/mythobservable.h \
5415 ../libmythdb/mythevent.h \
5416 ../libmythdb/mythsocket_cb.h \
5417 ../libmythdb/mythverbose.h \
5418 mpeg/mpegdescriptors.h \
5419 iso639.h \
5420 mpeg/mpegstreamdata.h \
5421 ../libmyth/util.h \
5422 ../libmythdb/mythtimer.h \
5423 ../libmythui/mythsystem.h \
5424 ../libmythdb/compat.h \
5425 mpeg/streamlisteners.h \
5426 eitscanner.h \
5427 dtvrecorder.h \
5428 recorderbase.h \
5429 mpeg/H264Parser.h \
5430 tv_rec.h \
5431 inputinfo.h \
5432 channelutil.h \
5433 dtvmultiplex.h \
5434 dtvconfparserhelpers.h \
5435 dbchannelinfo.h \
5436 inputgroupmap.h \
5437 ../libmyth/mythdeque.h \
5438 recordinginfo.h \
5439 tv.h \
5440 videoouttypes.h \
5441 signalmonitorlistener.h \
5442 signalmonitorvalue.h
5443 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o dtvrecorder.o dtvrecorder.cpp
5444
5445importrecorder.o: importrecorder.cpp NuppelVideoPlayer.h \
5446 playercontext.h \
5447 ../libmyth/mythdeque.h \
5448 tv.h \
5449 videoouttypes.h \
5450 ../libmyth/util.h \
5451 ../libmythdb/mythexp.h \
5452 ../libmythdb/mythtimer.h \
5453 ../libmythui/mythsystem.h \
5454 ../libmythdb/compat.h \
5455 ../libmythdb/mythconfig.h \
5456 ../libmyth/volumebase.h \
5457 RingBuffer.h \
5458 ../libavcodec/avcodec.h \
5459 osd.h \
5460 ../libmythui/themeinfo.h \
5461 jitterometer.h \
5462 videooutbase.h \
5463 frame.h \
5464 fourcc.h \
5465 filter.h \
5466 videobuffers.h \
5467 mythcodecid.h \
5468 videooutwindow.h \
5469 ../libmythui/DisplayRes.h \
5470 ../libmythui/DisplayResScreen.h \
5471 videodisplayprofile.h \
5472 ../libmyth/mythcontext.h \
5473 ../libmythdb/mythobservable.h \
5474 ../libmythdb/mythevent.h \
5475 ../libmythdb/mythsocket_cb.h \
5476 ../libmythdb/mythverbose.h \
5477 teletextdecoder.h \
5478 textsubtitleparser.h \
5479 tv_play.h \
5480 ../libmyth/programinfo.h \
5481 ../libmyth/recordingtypes.h \
5482 ../libmythdb/mythdbcon.h \
5483 ../libmyth/programlist.h \
5484 channelutil.h \
5485 dtvmultiplex.h \
5486 dtvconfparserhelpers.h \
5487 dbchannelinfo.h \
5488 inputinfo.h \
5489 channelgroup.h \
5490 yuv2rgb.h \
5491 cc608decoder.h \
5492 format.h \
5493 cc708decoder.h \
5494 cc708window.h \
5495 decoderbase.h \
5496 remoteencoder.h \
5497 importrecorder.h \
5498 dtvrecorder.h \
5499 recorderbase.h \
5500 mpeg/H264Parser.h \
5501 mpeg/tspacket.h \
5502 mpeg/mpegstreamdata.h \
5503 mpeg/streamlisteners.h \
5504 eitscanner.h \
5505 mpeg/mpegtables.h \
5506 mpeg/pespacket.h \
5507 mpeg/mpegdescriptors.h \
5508 iso639.h \
5509 DeviceReadBuffer.h \
5510 ../libmythdb/mythdirs.h \
5511 tv_rec.h \
5512 inputgroupmap.h \
5513 recordinginfo.h \
5514 signalmonitorlistener.h \
5515 signalmonitorvalue.h
5516 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o importrecorder.o importrecorder.cpp
5517
5518NuppelVideoRecorder.o: NuppelVideoRecorder.cpp ../libmythdb/mythconfig.h \
5519 ../libmyth/util.h \
5520 ../libmythdb/mythexp.h \
5521 ../libmythdb/mythtimer.h \
5522 ../libmythui/mythsystem.h \
5523 ../libmythdb/compat.h \
5524 ../libmyth/mythcontext.h \
5525 ../libmythdb/mythobservable.h \
5526 ../libmythdb/mythevent.h \
5527 ../libmythdb/mythsocket_cb.h \
5528 ../libmythdb/mythverbose.h \
5529 NuppelVideoRecorder.h \
5530 filter.h \
5531 frame.h \
5532 fourcc.h \
5533 minilzo.h \
5534 lzoconf.h \
5535 lzodefs.h \
5536 ../libavcodec/avcodec.h \
5537 recorderbase.h \
5538 format.h \
5539 cc608decoder.h \
5540 vbitext/cc.h \
5541 channelbase.h \
5542 channelutil.h \
5543 dtvmultiplex.h \
5544 dtvconfparserhelpers.h \
5545 dbchannelinfo.h \
5546 inputinfo.h \
5547 tv.h \
5548 videoouttypes.h \
5549 filtermanager.h \
5550 recordingprofile.h \
5551 ../libmyth/settings.h \
5552 ../libmyth/mythwidgets.h \
5553 ../libmyth/virtualkeyboard_qt.h \
5554 ../libmyth/mythdialogs.h \
5555 ../libmythui/mythmainwindow.h \
5556 ../libmythui/mythuitype.h \
5557 ../libmythui/xmlparsebase.h \
5558 ../libmythui/mythrect.h \
5559 ../libmythui/mythgesture.h \
5560 ../libmythui/mythscreenstack.h \
5561 ../libmythdb/mythdbcon.h \
5562 ../libmythdb/mythstorage.h \
5563 ../libmyth/mythconfigdialogs.h \
5564 ../libmyth/mythconfiggroups.h \
5565 ../libmyth/mythterminal.h \
5566 tv_rec.h \
5567 inputgroupmap.h \
5568 ../libmyth/mythdeque.h \
5569 recordinginfo.h \
5570 ../libmyth/programinfo.h \
5571 ../libmyth/recordingtypes.h \
5572 signalmonitorlistener.h \
5573 signalmonitorvalue.h \
5574 tv_play.h \
5575 ../libmyth/programlist.h \
5576 ../libmyth/volumebase.h \
5577 channelgroup.h \
5578 audioinput.h \
5579 myth_imgconvert.h \
5580 ../libavutil/bswap.h \
5581 ../libavutil/common.h \
5582 ../libavutil/intmath.h \
5583 ../libavutil/arm/intmath.h \
5584 ../libavutil/x86/intmath.h \
5585 ../libavutil/mem.h \
5586 ../libavutil/internal.h \
5587 ../libavutil/timer.h \
5588 ../libavutil/arm/timer.h \
5589 ../libavutil/bfin/timer.h \
5590 ../libavutil/ppc/timer.h \
5591 ../libavutil/x86/timer.h \
5592 ../libavutil/arm/bswap.h \
5593 ../libavutil/avr32/bswap.h \
5594 ../libavutil/bfin/bswap.h \
5595 ../libavutil/sh4/bswap.h \
5596 ../libavutil/x86/bswap.h \
5597 vbitext/vbi.h \
5598 vbitext/vt.h \
5599 vbitext/dllist.h \
5600 vbitext/lang.h \
5601 videodev_myth.h \
5602 videodev2_myth.h \
5603 go7007_myth.h \
5604 videodev_mjpeg.h \
5605 RingBuffer.h \
5606 RTjpegN.h \
5607 ../libavcodec/x86/mmx.h
5608 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o NuppelVideoRecorder.o NuppelVideoRecorder.cpp
5609
5610fifowriter.o: fifowriter.cpp fifowriter.h \
5611 ../libmythdb/mythexp.h \
5612 ../libmythdb/compat.h \
5613 ../libmythdb/mythconfig.h \
5614 ../libmythdb/mythverbose.h
5615 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o fifowriter.o fifowriter.cpp
5616
5617audioinput.o: audioinput.cpp ../libmyth/mythcontext.h \
5618 ../libmythdb/mythexp.h \
5619 ../libmythdb/mythobservable.h \
5620 ../libmythdb/mythevent.h \
5621 ../libmythdb/mythsocket_cb.h \
5622 ../libmythdb/mythverbose.h \
5623 ../libmythdb/mythconfig.h \
5624 audioinput.h \
5625 audioinputoss.h \
5626 audioinputalsa.h
5627 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o audioinput.o audioinput.cpp
5628
5629audioinputalsa.o: audioinputalsa.cpp ../libmyth/mythcontext.h \
5630 ../libmythdb/mythexp.h \
5631 ../libmythdb/mythobservable.h \
5632 ../libmythdb/mythevent.h \
5633 ../libmythdb/mythsocket_cb.h \
5634 ../libmythdb/mythverbose.h \
5635 audioinputalsa.h \
5636 audioinput.h
5637 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o audioinputalsa.o audioinputalsa.cpp
5638
5639audioinputoss.o: audioinputoss.cpp ../libmythdb/mythconfig.h \
5640 audioinputoss.h \
5641 audioinput.h \
5642 ../libmyth/mythcontext.h \
5643 ../libmythdb/mythexp.h \
5644 ../libmythdb/mythobservable.h \
5645 ../libmythdb/mythevent.h \
5646 ../libmythdb/mythsocket_cb.h \
5647 ../libmythdb/mythverbose.h
5648 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o audioinputoss.o audioinputoss.cpp
5649
5650v4lchannel.o: v4lchannel.cpp videodev_myth.h \
5651 ../libmythdb/mythconfig.h \
5652 videodev2_myth.h \
5653 v4lchannel.h \
5654 dtvchannel.h \
5655 channelbase.h \
5656 channelutil.h \
5657 ../libmythdb/mythexp.h \
5658 dtvmultiplex.h \
5659 dtvconfparserhelpers.h \
5660 dbchannelinfo.h \
5661 inputinfo.h \
5662 tv.h \
5663 videoouttypes.h \
5664 frequencies.h \
5665 tv_rec.h \
5666 inputgroupmap.h \
5667 ../libmyth/mythdeque.h \
5668 recordinginfo.h \
5669 ../libmyth/programinfo.h \
5670 ../libmyth/recordingtypes.h \
5671 ../libmythdb/mythdbcon.h \
5672 signalmonitorlistener.h \
5673 signalmonitorvalue.h \
5674 ../libmyth/mythcontext.h \
5675 ../libmythdb/mythobservable.h \
5676 ../libmythdb/mythevent.h \
5677 ../libmythdb/mythsocket_cb.h \
5678 ../libmythdb/mythverbose.h \
5679 ../libmythdb/mythdb.h \
5680 ../libmythdb/mythdbparams.h \
5681 cardutil.h \
5682 ../libmyth/settings.h \
5683 ../libmyth/mythwidgets.h \
5684 ../libmyth/virtualkeyboard_qt.h \
5685 ../libmyth/mythdialogs.h \
5686 ../libmythui/mythmainwindow.h \
5687 ../libmythui/mythuitype.h \
5688 ../libmythui/xmlparsebase.h \
5689 ../libmythui/mythrect.h \
5690 ../libmythui/mythgesture.h \
5691 ../libmythui/mythscreenstack.h \
5692 ../libmythdb/mythstorage.h \
5693 ../libmyth/mythconfigdialogs.h \
5694 ../libmyth/mythconfiggroups.h \
5695 ../libmyth/mythterminal.h
5696 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o v4lchannel.o v4lchannel.cpp
5697
5698analogsignalmonitor.o: analogsignalmonitor.cpp videodev_myth.h \
5699 ../libmythdb/mythconfig.h \
5700 videodev2_myth.h \
5701 ../libmyth/mythcontext.h \
5702 ../libmythdb/mythexp.h \
5703 ../libmythdb/mythobservable.h \
5704 ../libmythdb/mythevent.h \
5705 ../libmythdb/mythsocket_cb.h \
5706 ../libmythdb/mythverbose.h \
5707 analogsignalmonitor.h \
5708 signalmonitor.h \
5709 signalmonitorvalue.h \
5710 signalmonitorlistener.h \
5711 channelbase.h \
5712 channelutil.h \
5713 dtvmultiplex.h \
5714 dtvconfparserhelpers.h \
5715 dbchannelinfo.h \
5716 inputinfo.h \
5717 tv.h \
5718 videoouttypes.h \
5719 cardutil.h \
5720 ../libmyth/settings.h \
5721 ../libmyth/mythwidgets.h \
5722 ../libmyth/virtualkeyboard_qt.h \
5723 ../libmyth/mythdialogs.h \
5724 ../libmythui/mythmainwindow.h \
5725 ../libmythui/mythuitype.h \
5726 ../libmythui/xmlparsebase.h \
5727 ../libmythui/mythrect.h \
5728 ../libmythui/mythgesture.h \
5729 ../libmythui/mythscreenstack.h \
5730 ../libmythdb/mythdbcon.h \
5731 ../libmythdb/mythstorage.h \
5732 ../libmyth/mythconfigdialogs.h \
5733 ../libmyth/mythconfiggroups.h \
5734 ../libmyth/mythterminal.h \
5735 v4lchannel.h \
5736 dtvchannel.h
5737 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o analogsignalmonitor.o analogsignalmonitor.cpp
5738
5739firewirechannel.o: firewirechannel.cpp ../libmythdb/mythverbose.h \
5740 ../libmythdb/mythexp.h \
5741 tv_rec.h \
5742 inputinfo.h \
5743 channelutil.h \
5744 dtvmultiplex.h \
5745 dtvconfparserhelpers.h \
5746 dbchannelinfo.h \
5747 inputgroupmap.h \
5748 ../libmyth/mythdeque.h \
5749 recordinginfo.h \
5750 ../libmyth/programinfo.h \
5751 ../libmyth/recordingtypes.h \
5752 ../libmythdb/mythdbcon.h \
5753 tv.h \
5754 videoouttypes.h \
5755 signalmonitorlistener.h \
5756 signalmonitorvalue.h \
5757 ../libmyth/mythcontext.h \
5758 ../libmythdb/mythobservable.h \
5759 ../libmythdb/mythevent.h \
5760 ../libmythdb/mythsocket_cb.h \
5761 ../libmythdb/mythconfig.h \
5762 linuxfirewiredevice.h \
5763 firewiredevice.h \
5764 mpeg/streamlisteners.h \
5765 mpeg/tspacket.h \
5766 ../libmyth/util.h \
5767 ../libmythdb/mythtimer.h \
5768 ../libmythui/mythsystem.h \
5769 ../libmythdb/compat.h \
5770 avcinfo.h \
5771 darwinfirewiredevice.h \
5772 firewirechannel.h \
5773 dtvchannel.h \
5774 channelbase.h
5775 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o firewirechannel.o firewirechannel.cpp
5776
5777firewirerecorder.o: firewirerecorder.cpp firewirerecorder.h \
5778 dtvrecorder.h \
5779 recorderbase.h \
5780 ../libmythdb/mythexp.h \
5781 ../libmythdb/mythtimer.h \
5782 mpeg/H264Parser.h \
5783 ../libmythdb/compat.h \
5784 ../libmythdb/mythconfig.h \
5785 mpeg/tspacket.h \
5786 ../libmyth/mythcontext.h \
5787 ../libmythdb/mythobservable.h \
5788 ../libmythdb/mythevent.h \
5789 ../libmythdb/mythsocket_cb.h \
5790 ../libmythdb/mythverbose.h \
5791 mpeg/streamlisteners.h \
5792 ../libmyth/util.h \
5793 ../libmythui/mythsystem.h \
5794 firewirechannel.h \
5795 tv_rec.h \
5796 inputinfo.h \
5797 channelutil.h \
5798 dtvmultiplex.h \
5799 dtvconfparserhelpers.h \
5800 dbchannelinfo.h \
5801 inputgroupmap.h \
5802 ../libmyth/mythdeque.h \
5803 recordinginfo.h \
5804 ../libmyth/programinfo.h \
5805 ../libmyth/recordingtypes.h \
5806 ../libmythdb/mythdbcon.h \
5807 tv.h \
5808 videoouttypes.h \
5809 signalmonitorlistener.h \
5810 signalmonitorvalue.h \
5811 dtvchannel.h \
5812 channelbase.h \
5813 firewiredevice.h \
5814 avcinfo.h \
5815 mpeg/mpegtables.h \
5816 mpeg/pespacket.h \
5817 mpeg/mpegdescriptors.h \
5818 iso639.h \
5819 mpeg/mpegstreamdata.h \
5820 eitscanner.h
5821 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o firewirerecorder.o firewirerecorder.cpp
5822
5823firewiresignalmonitor.o: firewiresignalmonitor.cpp ../libmyth/mythcontext.h \
5824 ../libmythdb/mythexp.h \
5825 ../libmythdb/mythobservable.h \
5826 ../libmythdb/mythevent.h \
5827 ../libmythdb/mythsocket_cb.h \
5828 ../libmythdb/mythverbose.h \
5829 ../libmythdb/mythdbcon.h \
5830 mpeg/atscstreamdata.h \
5831 mpeg/mpegstreamdata.h \
5832 mpeg/tspacket.h \
5833 ../libmyth/util.h \
5834 ../libmythdb/mythtimer.h \
5835 ../libmythui/mythsystem.h \
5836 ../libmythdb/compat.h \
5837 ../libmythdb/mythconfig.h \
5838 mpeg/streamlisteners.h \
5839 eitscanner.h \
5840 mpeg/mpegtables.h \
5841 mpeg/pespacket.h \
5842 mpeg/mpegdescriptors.h \
5843 iso639.h \
5844 mpeg/atsctables.h \
5845 mpeg/atscdescriptors.h \
5846 firewirechannel.h \
5847 tv_rec.h \
5848 inputinfo.h \
5849 channelutil.h \
5850 dtvmultiplex.h \
5851 dtvconfparserhelpers.h \
5852 dbchannelinfo.h \
5853 inputgroupmap.h \
5854 ../libmyth/mythdeque.h \
5855 recordinginfo.h \
5856 ../libmyth/programinfo.h \
5857 ../libmyth/recordingtypes.h \
5858 tv.h \
5859 videoouttypes.h \
5860 signalmonitorlistener.h \
5861 signalmonitorvalue.h \
5862 dtvchannel.h \
5863 channelbase.h \
5864 firewiredevice.h \
5865 avcinfo.h \
5866 firewiresignalmonitor.h \
5867 dtvsignalmonitor.h \
5868 signalmonitor.h \
5869 cardutil.h \
5870 ../libmyth/settings.h \
5871 ../libmyth/mythwidgets.h \
5872 ../libmyth/virtualkeyboard_qt.h \
5873 ../libmyth/mythdialogs.h \
5874 ../libmythui/mythmainwindow.h \
5875 ../libmythui/mythuitype.h \
5876 ../libmythui/xmlparsebase.h \
5877 ../libmythui/mythrect.h \
5878 ../libmythui/mythgesture.h \
5879 ../libmythui/mythscreenstack.h \
5880 ../libmythdb/mythstorage.h \
5881 ../libmyth/mythconfigdialogs.h \
5882 ../libmyth/mythconfiggroups.h \
5883 ../libmyth/mythterminal.h
5884 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o firewiresignalmonitor.o firewiresignalmonitor.cpp
5885
5886firewiredevice.o: firewiredevice.cpp linuxfirewiredevice.h \
5887 firewiredevice.h \
5888 mpeg/streamlisteners.h \
5889 mpeg/tspacket.h \
5890 ../libmyth/mythcontext.h \
5891 ../libmythdb/mythexp.h \
5892 ../libmythdb/mythobservable.h \
5893 ../libmythdb/mythevent.h \
5894 ../libmythdb/mythsocket_cb.h \
5895 ../libmythdb/mythverbose.h \
5896 ../libmyth/util.h \
5897 ../libmythdb/mythtimer.h \
5898 ../libmythui/mythsystem.h \
5899 ../libmythdb/compat.h \
5900 ../libmythdb/mythconfig.h \
5901 avcinfo.h \
5902 darwinfirewiredevice.h \
5903 mpeg/pespacket.h
5904 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o firewiredevice.o firewiredevice.cpp
5905
5906avcinfo.o: avcinfo.cpp avcinfo.h \
5907 firewiredevice.h \
5908 mpeg/streamlisteners.h \
5909 mpeg/tspacket.h \
5910 ../libmyth/mythcontext.h \
5911 ../libmythdb/mythexp.h \
5912 ../libmythdb/mythobservable.h \
5913 ../libmythdb/mythevent.h \
5914 ../libmythdb/mythsocket_cb.h \
5915 ../libmythdb/mythverbose.h \
5916 ../libmyth/util.h \
5917 ../libmythdb/mythtimer.h \
5918 ../libmythui/mythsystem.h \
5919 ../libmythdb/compat.h \
5920 ../libmythdb/mythconfig.h
5921 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o avcinfo.o avcinfo.cpp
5922
5923linuxfirewiredevice.o: linuxfirewiredevice.cpp linuxfirewiredevice.h \
5924 firewiredevice.h \
5925 mpeg/streamlisteners.h \
5926 mpeg/tspacket.h \
5927 ../libmyth/mythcontext.h \
5928 ../libmythdb/mythexp.h \
5929 ../libmythdb/mythobservable.h \
5930 ../libmythdb/mythevent.h \
5931 ../libmythdb/mythsocket_cb.h \
5932 ../libmythdb/mythverbose.h \
5933 ../libmyth/util.h \
5934 ../libmythdb/mythtimer.h \
5935 ../libmythui/mythsystem.h \
5936 ../libmythdb/compat.h \
5937 ../libmythdb/mythconfig.h \
5938 avcinfo.h \
5939 firewirerecorder.h \
5940 dtvrecorder.h \
5941 recorderbase.h \
5942 mpeg/H264Parser.h \
5943 linuxavcinfo.h
5944 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o linuxfirewiredevice.o linuxfirewiredevice.cpp
5945
5946linuxavcinfo.o: linuxavcinfo.cpp linuxavcinfo.h \
5947 avcinfo.h \
5948 ../libmyth/mythcontext.h \
5949 ../libmythdb/mythexp.h \
5950 ../libmythdb/mythobservable.h \
5951 ../libmythdb/mythevent.h \
5952 ../libmythdb/mythsocket_cb.h \
5953 ../libmythdb/mythverbose.h
5954 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o linuxavcinfo.o linuxavcinfo.cpp
5955
5956iptvchannel.o: iptvchannel.cpp iptvchannel.h \
5957 dtvchannel.h \
5958 channelbase.h \
5959 channelutil.h \
5960 ../libmythdb/mythexp.h \
5961 dtvmultiplex.h \
5962 dtvconfparserhelpers.h \
5963 dbchannelinfo.h \
5964 inputinfo.h \
5965 tv.h \
5966 videoouttypes.h \
5967 iptv/iptvchannelinfo.h \
5968 ../libmythdb/mythdb.h \
5969 ../libmythdb/mythdbcon.h \
5970 ../libmythdb/mythdbparams.h \
5971 ../libmythdb/mythverbose.h \
5972 iptv/iptvchannelfetcher.h \
5973 iptv/iptvfeederwrapper.h
5974 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o iptvchannel.o iptvchannel.cpp
5975
5976iptvrecorder.o: iptvrecorder.cpp mpeg/mpegstreamdata.h \
5977 mpeg/tspacket.h \
5978 ../libmyth/mythcontext.h \
5979 ../libmythdb/mythexp.h \
5980 ../libmythdb/mythobservable.h \
5981 ../libmythdb/mythevent.h \
5982 ../libmythdb/mythsocket_cb.h \
5983 ../libmythdb/mythverbose.h \
5984 ../libmyth/util.h \
5985 ../libmythdb/mythtimer.h \
5986 ../libmythui/mythsystem.h \
5987 ../libmythdb/compat.h \
5988 ../libmythdb/mythconfig.h \
5989 mpeg/streamlisteners.h \
5990 eitscanner.h \
5991 mpeg/mpegtables.h \
5992 mpeg/pespacket.h \
5993 mpeg/mpegdescriptors.h \
5994 iso639.h \
5995 iptvchannel.h \
5996 dtvchannel.h \
5997 channelbase.h \
5998 channelutil.h \
5999 dtvmultiplex.h \
6000 dtvconfparserhelpers.h \
6001 dbchannelinfo.h \
6002 inputinfo.h \
6003 tv.h \
6004 videoouttypes.h \
6005 iptv/iptvchannelinfo.h \
6006 iptv/iptvfeederwrapper.h \
6007 iptvrecorder.h \
6008 dtvrecorder.h \
6009 recorderbase.h \
6010 mpeg/H264Parser.h
6011 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o iptvrecorder.o iptvrecorder.cpp
6012
6013iptvsignalmonitor.o: iptvsignalmonitor.cpp mpeg/mpegstreamdata.h \
6014 mpeg/tspacket.h \
6015 ../libmyth/mythcontext.h \
6016 ../libmythdb/mythexp.h \
6017 ../libmythdb/mythobservable.h \
6018 ../libmythdb/mythevent.h \
6019 ../libmythdb/mythsocket_cb.h \
6020 ../libmythdb/mythverbose.h \
6021 ../libmyth/util.h \
6022 ../libmythdb/mythtimer.h \
6023 ../libmythui/mythsystem.h \
6024 ../libmythdb/compat.h \
6025 ../libmythdb/mythconfig.h \
6026 mpeg/streamlisteners.h \
6027 eitscanner.h \
6028 mpeg/mpegtables.h \
6029 mpeg/pespacket.h \
6030 mpeg/mpegdescriptors.h \
6031 iso639.h \
6032 iptvchannel.h \
6033 dtvchannel.h \
6034 channelbase.h \
6035 channelutil.h \
6036 dtvmultiplex.h \
6037 dtvconfparserhelpers.h \
6038 dbchannelinfo.h \
6039 inputinfo.h \
6040 tv.h \
6041 videoouttypes.h \
6042 iptv/iptvchannelinfo.h \
6043 iptv/iptvfeederwrapper.h \
6044 iptvsignalmonitor.h \
6045 dtvsignalmonitor.h \
6046 signalmonitor.h \
6047 signalmonitorvalue.h \
6048 signalmonitorlistener.h \
6049 cardutil.h \
6050 ../libmyth/settings.h \
6051 ../libmyth/mythwidgets.h \
6052 ../libmyth/virtualkeyboard_qt.h \
6053 ../libmyth/mythdialogs.h \
6054 ../libmythui/mythmainwindow.h \
6055 ../libmythui/mythuitype.h \
6056 ../libmythui/xmlparsebase.h \
6057 ../libmythui/mythrect.h \
6058 ../libmythui/mythgesture.h \
6059 ../libmythui/mythscreenstack.h \
6060 ../libmythdb/mythdbcon.h \
6061 ../libmythdb/mythstorage.h \
6062 ../libmyth/mythconfigdialogs.h \
6063 ../libmyth/mythconfiggroups.h \
6064 ../libmyth/mythterminal.h
6065 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o iptvsignalmonitor.o iptvsignalmonitor.cpp
6066
6067iptvchannelfetcher.o: iptv/iptvchannelfetcher.cpp ../libmyth/mythcontext.h \
6068 ../libmythdb/mythexp.h \
6069 ../libmythdb/mythobservable.h \
6070 ../libmythdb/mythevent.h \
6071 ../libmythdb/mythsocket_cb.h \
6072 ../libmythdb/mythverbose.h \
6073 ../libmythdb/httpcomms.h \
6074 cardutil.h \
6075 ../libmyth/settings.h \
6076 ../libmyth/mythwidgets.h \
6077 ../libmyth/virtualkeyboard_qt.h \
6078 ../libmyth/mythdialogs.h \
6079 ../libmythui/mythmainwindow.h \
6080 ../libmythui/mythuitype.h \
6081 ../libmythui/xmlparsebase.h \
6082 ../libmythui/mythrect.h \
6083 ../libmythui/mythgesture.h \
6084 ../libmythui/mythscreenstack.h \
6085 ../libmythdb/mythdbcon.h \
6086 ../libmythdb/mythstorage.h \
6087 ../libmyth/mythconfigdialogs.h \
6088 ../libmyth/mythconfiggroups.h \
6089 ../libmyth/mythterminal.h \
6090 channelutil.h \
6091 dtvmultiplex.h \
6092 dtvconfparserhelpers.h \
6093 dbchannelinfo.h \
6094 iptv/iptvchannelfetcher.h \
6095 iptv/iptvchannelinfo.h \
6096 channelscan/scanmonitor.h \
6097 signalmonitorlistener.h \
6098 signalmonitorvalue.h
6099 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o iptvchannelfetcher.o iptv/iptvchannelfetcher.cpp
6100
6101iptvmediasink.o: iptv/iptvmediasink.cpp ../libmyth/mythcontext.h \
6102 ../libmythdb/mythexp.h \
6103 ../libmythdb/mythobservable.h \
6104 ../libmythdb/mythevent.h \
6105 ../libmythdb/mythsocket_cb.h \
6106 ../libmythdb/mythverbose.h \
6107 iptv/iptvmediasink.h \
6108 ../libmythlivemedia/liveMedia/include/MediaSink.hh \
6109 ../libmythlivemedia/liveMedia/include/FramedSource.hh \
6110 ../libmythlivemedia/groupsock/include/NetCommon.h \
6111 ../libmythlivemedia/liveMedia/include/MediaSource.hh \
6112 ../libmythlivemedia/liveMedia/include/Media.hh \
6113 ../libmythlivemedia/liveMedia/include/liveMedia_version.hh \
6114 ../libmythlivemedia/UsageEnvironment/include/Boolean.hh \
6115 ../libmythlivemedia/UsageEnvironment/include/UsageEnvironment.hh \
6116 ../libmythlivemedia/UsageEnvironment/include/UsageEnvironment_version.hh \
6117 ../libmythlivemedia/UsageEnvironment/include/strDup.hh \
6118 mpeg/streamlisteners.h \
6119 mpeg/tspacket.h \
6120 ../libmyth/util.h \
6121 ../libmythdb/mythtimer.h \
6122 ../libmythui/mythsystem.h \
6123 ../libmythdb/compat.h \
6124 ../libmythdb/mythconfig.h
6125 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o iptvmediasink.o iptv/iptvmediasink.cpp
6126
6127iptvfeeder.o: iptv/iptvfeeder.cpp iptv/iptvfeeder.h
6128 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o iptvfeeder.o iptv/iptvfeeder.cpp
6129
6130iptvfeederwrapper.o: iptv/iptvfeederwrapper.cpp iptv/iptvfeederwrapper.h \
6131 iptv/iptvfeeder.h \
6132 iptv/iptvfeederrtsp.h \
6133 iptv/iptvfeederlive.h \
6134 iptv/iptvfeederudp.h \
6135 iptv/iptvfeederrtp.h \
6136 iptv/iptvfeederfile.h \
6137 ../libmyth/mythcontext.h \
6138 ../libmythdb/mythexp.h \
6139 ../libmythdb/mythobservable.h \
6140 ../libmythdb/mythevent.h \
6141 ../libmythdb/mythsocket_cb.h \
6142 ../libmythdb/mythverbose.h
6143 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o iptvfeederwrapper.o iptv/iptvfeederwrapper.cpp
6144
6145iptvfeederrtsp.o: iptv/iptvfeederrtsp.cpp iptv/iptvfeederrtsp.h \
6146 iptv/iptvfeederlive.h \
6147 iptv/iptvfeeder.h \
6148 ../libmythlivemedia/liveMedia/include/RTSPClient.hh \
6149 ../libmythlivemedia/liveMedia/include/MediaSession.hh \
6150 ../libmythlivemedia/liveMedia/include/RTCP.hh \
6151 ../libmythlivemedia/liveMedia/include/RTPSink.hh \
6152 ../libmythlivemedia/liveMedia/include/MediaSink.hh \
6153 ../libmythlivemedia/liveMedia/include/FramedSource.hh \
6154 ../libmythlivemedia/groupsock/include/NetCommon.h \
6155 ../libmythlivemedia/liveMedia/include/MediaSource.hh \
6156 ../libmythlivemedia/liveMedia/include/Media.hh \
6157 ../libmythlivemedia/liveMedia/include/liveMedia_version.hh \
6158 ../libmythlivemedia/UsageEnvironment/include/Boolean.hh \
6159 ../libmythlivemedia/UsageEnvironment/include/UsageEnvironment.hh \
6160 ../libmythlivemedia/UsageEnvironment/include/UsageEnvironment_version.hh \
6161 ../libmythlivemedia/UsageEnvironment/include/strDup.hh \
6162 ../libmythlivemedia/liveMedia/include/RTPInterface.hh \
6163 ../libmythlivemedia/groupsock/include/Groupsock.hh \
6164 ../libmythlivemedia/groupsock/include/groupsock_version.hh \
6165 ../libmythlivemedia/groupsock/include/NetInterface.hh \
6166 ../libmythlivemedia/groupsock/include/NetAddress.hh \
6167 ../libmythlivemedia/UsageEnvironment/include/HashTable.hh \
6168 ../libmythlivemedia/groupsock/include/GroupEId.hh \
6169 ../libmythlivemedia/liveMedia/include/RTPSource.hh \
6170 ../libmythlivemedia/liveMedia/include/PrioritizedRTPStreamSelector.hh \
6171 ../libmythlivemedia/liveMedia/include/DigestAuthentication.hh \
6172 ../libmythlivemedia/BasicUsageEnvironment/include/BasicUsageEnvironment.hh \
6173 ../libmythlivemedia/BasicUsageEnvironment/include/BasicUsageEnvironment0.hh \
6174 ../libmythlivemedia/BasicUsageEnvironment/include/BasicUsageEnvironment_version.hh \
6175 ../libmythlivemedia/BasicUsageEnvironment/include/DelayQueue.hh \
6176 iptv/iptvmediasink.h \
6177 ../libmyth/mythcontext.h \
6178 ../libmythdb/mythexp.h \
6179 ../libmythdb/mythobservable.h \
6180 ../libmythdb/mythevent.h \
6181 ../libmythdb/mythsocket_cb.h \
6182 ../libmythdb/mythverbose.h \
6183 mpeg/tspacket.h
6184 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o iptvfeederrtsp.o iptv/iptvfeederrtsp.cpp
6185
6186iptvfeederudp.o: iptv/iptvfeederudp.cpp iptv/iptvfeederudp.h \
6187 iptv/iptvfeederlive.h \
6188 iptv/iptvfeeder.h \
6189 ../libmythlivemedia/BasicUsageEnvironment/include/BasicUsageEnvironment.hh \
6190 ../libmythlivemedia/BasicUsageEnvironment/include/BasicUsageEnvironment0.hh \
6191 ../libmythlivemedia/BasicUsageEnvironment/include/BasicUsageEnvironment_version.hh \
6192 ../libmythlivemedia/UsageEnvironment/include/UsageEnvironment.hh \
6193 ../libmythlivemedia/UsageEnvironment/include/UsageEnvironment_version.hh \
6194 ../libmythlivemedia/groupsock/include/NetCommon.h \
6195 ../libmythlivemedia/UsageEnvironment/include/strDup.hh \
6196 ../libmythlivemedia/BasicUsageEnvironment/include/DelayQueue.hh \
6197 ../libmythlivemedia/groupsock/include/Groupsock.hh \
6198 ../libmythlivemedia/groupsock/include/groupsock_version.hh \
6199 ../libmythlivemedia/groupsock/include/NetInterface.hh \
6200 ../libmythlivemedia/groupsock/include/NetAddress.hh \
6201 ../libmythlivemedia/UsageEnvironment/include/HashTable.hh \
6202 ../libmythlivemedia/UsageEnvironment/include/Boolean.hh \
6203 ../libmythlivemedia/groupsock/include/GroupEId.hh \
6204 ../libmythlivemedia/groupsock/include/GroupsockHelper.hh \
6205 ../libmythlivemedia/liveMedia/include/BasicUDPSource.hh \
6206 ../libmythlivemedia/liveMedia/include/FramedSource.hh \
6207 ../libmythlivemedia/liveMedia/include/MediaSource.hh \
6208 ../libmythlivemedia/liveMedia/include/Media.hh \
6209 ../libmythlivemedia/liveMedia/include/liveMedia_version.hh \
6210 ../libmythlivemedia/groupsock/include/TunnelEncaps.hh \
6211 iptv/iptvmediasink.h \
6212 ../libmythlivemedia/liveMedia/include/MediaSink.hh \
6213 ../libmyth/mythcontext.h \
6214 ../libmythdb/mythexp.h \
6215 ../libmythdb/mythobservable.h \
6216 ../libmythdb/mythevent.h \
6217 ../libmythdb/mythsocket_cb.h \
6218 ../libmythdb/mythverbose.h \
6219 mpeg/tspacket.h
6220 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o iptvfeederudp.o iptv/iptvfeederudp.cpp
6221
6222iptvfeederfile.o: iptv/iptvfeederfile.cpp iptv/iptvfeederfile.h \
6223 iptv/iptvfeederlive.h \
6224 iptv/iptvfeeder.h \
6225 ../libmythlivemedia/BasicUsageEnvironment/include/BasicUsageEnvironment.hh \
6226 ../libmythlivemedia/BasicUsageEnvironment/include/BasicUsageEnvironment0.hh \
6227 ../libmythlivemedia/BasicUsageEnvironment/include/BasicUsageEnvironment_version.hh \
6228 ../libmythlivemedia/UsageEnvironment/include/UsageEnvironment.hh \
6229 ../libmythlivemedia/UsageEnvironment/include/UsageEnvironment_version.hh \
6230 ../libmythlivemedia/groupsock/include/NetCommon.h \
6231 ../libmythlivemedia/UsageEnvironment/include/strDup.hh \
6232 ../libmythlivemedia/BasicUsageEnvironment/include/DelayQueue.hh \
6233 ../libmythlivemedia/groupsock/include/Groupsock.hh \
6234 ../libmythlivemedia/groupsock/include/groupsock_version.hh \
6235 ../libmythlivemedia/groupsock/include/NetInterface.hh \
6236 ../libmythlivemedia/groupsock/include/NetAddress.hh \
6237 ../libmythlivemedia/UsageEnvironment/include/HashTable.hh \
6238 ../libmythlivemedia/UsageEnvironment/include/Boolean.hh \
6239 ../libmythlivemedia/groupsock/include/GroupEId.hh \
6240 ../libmythlivemedia/groupsock/include/GroupsockHelper.hh \
6241 ../libmythlivemedia/liveMedia/include/ByteStreamFileSource.hh \
6242 ../libmythlivemedia/liveMedia/include/FramedFileSource.hh \
6243 ../libmythlivemedia/liveMedia/include/FramedSource.hh \
6244 ../libmythlivemedia/liveMedia/include/MediaSource.hh \
6245 ../libmythlivemedia/liveMedia/include/Media.hh \
6246 ../libmythlivemedia/liveMedia/include/liveMedia_version.hh \
6247 ../libmythlivemedia/groupsock/include/TunnelEncaps.hh \
6248 iptv/iptvmediasink.h \
6249 ../libmythlivemedia/liveMedia/include/MediaSink.hh \
6250 ../libmyth/mythcontext.h \
6251 ../libmythdb/mythexp.h \
6252 ../libmythdb/mythobservable.h \
6253 ../libmythdb/mythevent.h \
6254 ../libmythdb/mythsocket_cb.h \
6255 ../libmythdb/mythverbose.h \
6256 mpeg/tspacket.h
6257 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o iptvfeederfile.o iptv/iptvfeederfile.cpp
6258
6259iptvfeederlive.o: iptv/iptvfeederlive.cpp iptv/iptvfeederlive.h \
6260 iptv/iptvfeeder.h \
6261 ../libmythdb/mythverbose.h \
6262 ../libmythdb/mythexp.h \
6263 iptv/timeoutedtaskscheduler.h \
6264 ../libmythlivemedia/BasicUsageEnvironment/include/BasicUsageEnvironment.hh \
6265 ../libmythlivemedia/BasicUsageEnvironment/include/BasicUsageEnvironment0.hh \
6266 ../libmythlivemedia/BasicUsageEnvironment/include/BasicUsageEnvironment_version.hh \
6267 ../libmythlivemedia/UsageEnvironment/include/UsageEnvironment.hh \
6268 ../libmythlivemedia/UsageEnvironment/include/UsageEnvironment_version.hh \
6269 ../libmythlivemedia/groupsock/include/NetCommon.h \
6270 ../libmythlivemedia/UsageEnvironment/include/strDup.hh \
6271 ../libmythlivemedia/BasicUsageEnvironment/include/DelayQueue.hh
6272 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o iptvfeederlive.o iptv/iptvfeederlive.cpp
6273
6274iptvfeederrtp.o: iptv/iptvfeederrtp.cpp iptv/iptvfeederrtp.h \
6275 iptv/iptvfeederlive.h \
6276 iptv/iptvfeeder.h \
6277 ../libmythlivemedia/BasicUsageEnvironment/include/BasicUsageEnvironment.hh \
6278 ../libmythlivemedia/BasicUsageEnvironment/include/BasicUsageEnvironment0.hh \
6279 ../libmythlivemedia/BasicUsageEnvironment/include/BasicUsageEnvironment_version.hh \
6280 ../libmythlivemedia/UsageEnvironment/include/UsageEnvironment.hh \
6281 ../libmythlivemedia/UsageEnvironment/include/UsageEnvironment_version.hh \
6282 ../libmythlivemedia/groupsock/include/NetCommon.h \
6283 ../libmythlivemedia/UsageEnvironment/include/strDup.hh \
6284 ../libmythlivemedia/BasicUsageEnvironment/include/DelayQueue.hh \
6285 ../libmythlivemedia/groupsock/include/Groupsock.hh \
6286 ../libmythlivemedia/groupsock/include/groupsock_version.hh \
6287 ../libmythlivemedia/groupsock/include/NetInterface.hh \
6288 ../libmythlivemedia/groupsock/include/NetAddress.hh \
6289 ../libmythlivemedia/UsageEnvironment/include/HashTable.hh \
6290 ../libmythlivemedia/UsageEnvironment/include/Boolean.hh \
6291 ../libmythlivemedia/groupsock/include/GroupEId.hh \
6292 ../libmythlivemedia/groupsock/include/GroupsockHelper.hh \
6293 ../libmythlivemedia/liveMedia/include/SimpleRTPSource.hh \
6294 ../libmythlivemedia/liveMedia/include/MultiFramedRTPSource.hh \
6295 ../libmythlivemedia/liveMedia/include/RTPSource.hh \
6296 ../libmythlivemedia/liveMedia/include/FramedSource.hh \
6297 ../libmythlivemedia/liveMedia/include/MediaSource.hh \
6298 ../libmythlivemedia/liveMedia/include/Media.hh \
6299 ../libmythlivemedia/liveMedia/include/liveMedia_version.hh \
6300 ../libmythlivemedia/liveMedia/include/RTPInterface.hh \
6301 ../libmythlivemedia/groupsock/include/TunnelEncaps.hh \
6302 iptv/iptvmediasink.h \
6303 ../libmythlivemedia/liveMedia/include/MediaSink.hh \
6304 ../libmyth/mythcontext.h \
6305 ../libmythdb/mythexp.h \
6306 ../libmythdb/mythobservable.h \
6307 ../libmythdb/mythevent.h \
6308 ../libmythdb/mythsocket_cb.h \
6309 ../libmythdb/mythverbose.h \
6310 mpeg/tspacket.h
6311 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o iptvfeederrtp.o iptv/iptvfeederrtp.cpp
6312
6313timeoutedtaskscheduler.o: iptv/timeoutedtaskscheduler.cpp iptv/timeoutedtaskscheduler.h \
6314 ../libmythlivemedia/BasicUsageEnvironment/include/BasicUsageEnvironment.hh \
6315 ../libmythlivemedia/BasicUsageEnvironment/include/BasicUsageEnvironment0.hh \
6316 ../libmythlivemedia/BasicUsageEnvironment/include/BasicUsageEnvironment_version.hh \
6317 ../libmythlivemedia/UsageEnvironment/include/UsageEnvironment.hh \
6318 ../libmythlivemedia/UsageEnvironment/include/UsageEnvironment_version.hh \
6319 ../libmythlivemedia/groupsock/include/NetCommon.h \
6320 ../libmythlivemedia/UsageEnvironment/include/strDup.hh \
6321 ../libmythlivemedia/BasicUsageEnvironment/include/DelayQueue.hh
6322 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o timeoutedtaskscheduler.o iptv/timeoutedtaskscheduler.cpp
6323
6324hdhrsignalmonitor.o: hdhrsignalmonitor.cpp ../libmyth/mythcontext.h \
6325 ../libmythdb/mythexp.h \
6326 ../libmythdb/mythobservable.h \
6327 ../libmythdb/mythevent.h \
6328 ../libmythdb/mythsocket_cb.h \
6329 ../libmythdb/mythverbose.h \
6330 ../libmythdb/mythdbcon.h \
6331 hdhrsignalmonitor.h \
6332 dtvsignalmonitor.h \
6333 signalmonitor.h \
6334 signalmonitorvalue.h \
6335 signalmonitorlistener.h \
6336 channelbase.h \
6337 channelutil.h \
6338 dtvmultiplex.h \
6339 dtvconfparserhelpers.h \
6340 dbchannelinfo.h \
6341 inputinfo.h \
6342 tv.h \
6343 videoouttypes.h \
6344 cardutil.h \
6345 ../libmyth/settings.h \
6346 ../libmyth/mythwidgets.h \
6347 ../libmyth/virtualkeyboard_qt.h \
6348 ../libmyth/mythdialogs.h \
6349 ../libmythui/mythmainwindow.h \
6350 ../libmythui/mythuitype.h \
6351 ../libmythui/xmlparsebase.h \
6352 ../libmythui/mythrect.h \
6353 ../libmythui/mythgesture.h \
6354 ../libmythui/mythscreenstack.h \
6355 ../libmythdb/mythstorage.h \
6356 ../libmyth/mythconfigdialogs.h \
6357 ../libmyth/mythconfiggroups.h \
6358 ../libmyth/mythterminal.h \
6359 mpeg/streamlisteners.h \
6360 mpeg/tspacket.h \
6361 ../libmyth/util.h \
6362 ../libmythdb/mythtimer.h \
6363 ../libmythui/mythsystem.h \
6364 ../libmythdb/compat.h \
6365 ../libmythdb/mythconfig.h \
6366 mpeg/atscstreamdata.h \
6367 mpeg/mpegstreamdata.h \
6368 eitscanner.h \
6369 mpeg/mpegtables.h \
6370 mpeg/pespacket.h \
6371 mpeg/mpegdescriptors.h \
6372 iso639.h \
6373 mpeg/atsctables.h \
6374 mpeg/atscdescriptors.h \
6375 hdhrchannel.h \
6376 dtvchannel.h \
6377 hdhrrecorder.h \
6378 dtvrecorder.h \
6379 recorderbase.h \
6380 mpeg/H264Parser.h \
6381 hdhrstreamhandler.h \
6382 DeviceReadBuffer.h \
6383 ../libmythhdhomerun/hdhomerun.h \
6384 ../libmythhdhomerun/hdhomerun_os.h \
6385 ../libmythhdhomerun/hdhomerun_os_windows.h \
6386 ../libmythhdhomerun/hdhomerun_os_posix.h \
6387 ../libmythhdhomerun/hdhomerun_types.h \
6388 ../libmythhdhomerun/hdhomerun_pkt.h \
6389 ../libmythhdhomerun/hdhomerun_debug.h \
6390 ../libmythhdhomerun/hdhomerun_discover.h \
6391 ../libmythhdhomerun/hdhomerun_control.h \
6392 ../libmythhdhomerun/hdhomerun_video.h \
6393 ../libmythhdhomerun/hdhomerun_channels.h \
6394 ../libmythhdhomerun/hdhomerun_channelscan.h \
6395 ../libmythhdhomerun/hdhomerun_device.h \
6396 ../libmythhdhomerun/hdhomerun_device_selector.h
6397 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o hdhrsignalmonitor.o hdhrsignalmonitor.cpp
6398
6399hdhrchannel.o: hdhrchannel.cpp ../libmyth/mythcontext.h \
6400 ../libmythdb/mythexp.h \
6401 ../libmythdb/mythobservable.h \
6402 ../libmythdb/mythevent.h \
6403 ../libmythdb/mythsocket_cb.h \
6404 ../libmythdb/mythverbose.h \
6405 ../libmythdb/mythdbcon.h \
6406 hdhrchannel.h \
6407 dtvchannel.h \
6408 channelbase.h \
6409 channelutil.h \
6410 dtvmultiplex.h \
6411 dtvconfparserhelpers.h \
6412 dbchannelinfo.h \
6413 inputinfo.h \
6414 tv.h \
6415 videoouttypes.h \
6416 videosource.h \
6417 ../libmyth/settings.h \
6418 ../libmyth/mythwidgets.h \
6419 ../libmyth/virtualkeyboard_qt.h \
6420 ../libmyth/mythdialogs.h \
6421 ../libmythui/mythmainwindow.h \
6422 ../libmythui/mythuitype.h \
6423 ../libmythui/xmlparsebase.h \
6424 ../libmythui/mythrect.h \
6425 ../libmythui/mythgesture.h \
6426 ../libmythui/mythscreenstack.h \
6427 ../libmythdb/mythstorage.h \
6428 ../libmyth/mythconfigdialogs.h \
6429 ../libmyth/mythconfiggroups.h \
6430 ../libmyth/mythterminal.h \
6431 datadirect.h \
6432 hdhrstreamhandler.h \
6433 ../libmyth/util.h \
6434 ../libmythdb/mythtimer.h \
6435 ../libmythui/mythsystem.h \
6436 ../libmythdb/compat.h \
6437 ../libmythdb/mythconfig.h \
6438 DeviceReadBuffer.h \
6439 mpeg/mpegstreamdata.h \
6440 mpeg/tspacket.h \
6441 mpeg/streamlisteners.h \
6442 eitscanner.h \
6443 mpeg/mpegtables.h \
6444 mpeg/pespacket.h \
6445 mpeg/mpegdescriptors.h \
6446 iso639.h \
6447 ../libmythhdhomerun/hdhomerun.h \
6448 ../libmythhdhomerun/hdhomerun_os.h \
6449 ../libmythhdhomerun/hdhomerun_os_windows.h \
6450 ../libmythhdhomerun/hdhomerun_os_posix.h \
6451 ../libmythhdhomerun/hdhomerun_types.h \
6452 ../libmythhdhomerun/hdhomerun_pkt.h \
6453 ../libmythhdhomerun/hdhomerun_debug.h \
6454 ../libmythhdhomerun/hdhomerun_discover.h \
6455 ../libmythhdhomerun/hdhomerun_control.h \
6456 ../libmythhdhomerun/hdhomerun_video.h \
6457 ../libmythhdhomerun/hdhomerun_channels.h \
6458 ../libmythhdhomerun/hdhomerun_channelscan.h \
6459 ../libmythhdhomerun/hdhomerun_device.h \
6460 ../libmythhdhomerun/hdhomerun_device_selector.h
6461 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o hdhrchannel.o hdhrchannel.cpp
6462
6463hdhrrecorder.o: hdhrrecorder.cpp RingBuffer.h \
6464 ../libmythdb/mythconfig.h \
6465 ../libavcodec/avcodec.h \
6466 ../libmythdb/mythexp.h \
6467 mpeg/atsctables.h \
6468 mpeg/mpegtables.h \
6469 mpeg/pespacket.h \
6470 mpeg/tspacket.h \
6471 ../libmyth/mythcontext.h \
6472 ../libmythdb/mythobservable.h \
6473 ../libmythdb/mythevent.h \
6474 ../libmythdb/mythsocket_cb.h \
6475 ../libmythdb/mythverbose.h \
6476 mpeg/mpegdescriptors.h \
6477 iso639.h \
6478 mpeg/atscdescriptors.h \
6479 mpeg/atscstreamdata.h \
6480 mpeg/mpegstreamdata.h \
6481 ../libmyth/util.h \
6482 ../libmythdb/mythtimer.h \
6483 ../libmythui/mythsystem.h \
6484 ../libmythdb/compat.h \
6485 mpeg/streamlisteners.h \
6486 eitscanner.h \
6487 mpeg/dvbstreamdata.h \
6488 eithelper.h \
6489 ../libmyth/mythdeque.h \
6490 tv_rec.h \
6491 inputinfo.h \
6492 channelutil.h \
6493 dtvmultiplex.h \
6494 dtvconfparserhelpers.h \
6495 dbchannelinfo.h \
6496 inputgroupmap.h \
6497 recordinginfo.h \
6498 ../libmyth/programinfo.h \
6499 ../libmyth/recordingtypes.h \
6500 ../libmythdb/mythdbcon.h \
6501 tv.h \
6502 videoouttypes.h \
6503 signalmonitorlistener.h \
6504 signalmonitorvalue.h \
6505 hdhrchannel.h \
6506 dtvchannel.h \
6507 channelbase.h \
6508 hdhrrecorder.h \
6509 dtvrecorder.h \
6510 recorderbase.h \
6511 mpeg/H264Parser.h \
6512 hdhrstreamhandler.h \
6513 DeviceReadBuffer.h \
6514 ../libmythhdhomerun/hdhomerun.h \
6515 ../libmythhdhomerun/hdhomerun_os.h \
6516 ../libmythhdhomerun/hdhomerun_os_windows.h \
6517 ../libmythhdhomerun/hdhomerun_os_posix.h \
6518 ../libmythhdhomerun/hdhomerun_types.h \
6519 ../libmythhdhomerun/hdhomerun_pkt.h \
6520 ../libmythhdhomerun/hdhomerun_debug.h \
6521 ../libmythhdhomerun/hdhomerun_discover.h \
6522 ../libmythhdhomerun/hdhomerun_control.h \
6523 ../libmythhdhomerun/hdhomerun_video.h \
6524 ../libmythhdhomerun/hdhomerun_channels.h \
6525 ../libmythhdhomerun/hdhomerun_channelscan.h \
6526 ../libmythhdhomerun/hdhomerun_device.h \
6527 ../libmythhdhomerun/hdhomerun_device_selector.h
6528 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o hdhrrecorder.o hdhrrecorder.cpp
6529
6530hdhrstreamhandler.o: hdhrstreamhandler.cpp hdhrstreamhandler.h \
6531 ../libmyth/util.h \
6532 ../libmythdb/mythexp.h \
6533 ../libmythdb/mythtimer.h \
6534 ../libmythui/mythsystem.h \
6535 ../libmythdb/compat.h \
6536 ../libmythdb/mythconfig.h \
6537 DeviceReadBuffer.h \
6538 mpeg/mpegstreamdata.h \
6539 mpeg/tspacket.h \
6540 ../libmyth/mythcontext.h \
6541 ../libmythdb/mythobservable.h \
6542 ../libmythdb/mythevent.h \
6543 ../libmythdb/mythsocket_cb.h \
6544 ../libmythdb/mythverbose.h \
6545 mpeg/streamlisteners.h \
6546 eitscanner.h \
6547 mpeg/mpegtables.h \
6548 mpeg/pespacket.h \
6549 mpeg/mpegdescriptors.h \
6550 iso639.h \
6551 dtvconfparserhelpers.h \
6552 ../libmythhdhomerun/hdhomerun.h \
6553 ../libmythhdhomerun/hdhomerun_os.h \
6554 ../libmythhdhomerun/hdhomerun_os_windows.h \
6555 ../libmythhdhomerun/hdhomerun_os_posix.h \
6556 ../libmythhdhomerun/hdhomerun_types.h \
6557 ../libmythhdhomerun/hdhomerun_pkt.h \
6558 ../libmythhdhomerun/hdhomerun_debug.h \
6559 ../libmythhdhomerun/hdhomerun_discover.h \
6560 ../libmythhdhomerun/hdhomerun_control.h \
6561 ../libmythhdhomerun/hdhomerun_video.h \
6562 ../libmythhdhomerun/hdhomerun_channels.h \
6563 ../libmythhdhomerun/hdhomerun_channelscan.h \
6564 ../libmythhdhomerun/hdhomerun_device.h \
6565 ../libmythhdhomerun/hdhomerun_device_selector.h \
6566 hdhrchannel.h \
6567 dtvchannel.h \
6568 channelbase.h \
6569 channelutil.h \
6570 dtvmultiplex.h \
6571 dbchannelinfo.h \
6572 inputinfo.h \
6573 tv.h \
6574 videoouttypes.h \
6575 dtvsignalmonitor.h \
6576 signalmonitor.h \
6577 signalmonitorvalue.h \
6578 signalmonitorlistener.h \
6579 cardutil.h \
6580 ../libmyth/settings.h \
6581 ../libmyth/mythwidgets.h \
6582 ../libmyth/virtualkeyboard_qt.h \
6583 ../libmyth/mythdialogs.h \
6584 ../libmythui/mythmainwindow.h \
6585 ../libmythui/mythuitype.h \
6586 ../libmythui/xmlparsebase.h \
6587 ../libmythui/mythrect.h \
6588 ../libmythui/mythgesture.h \
6589 ../libmythui/mythscreenstack.h \
6590 ../libmythdb/mythdbcon.h \
6591 ../libmythdb/mythstorage.h \
6592 ../libmyth/mythconfigdialogs.h \
6593 ../libmyth/mythconfiggroups.h \
6594 ../libmyth/mythterminal.h
6595 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o hdhrstreamhandler.o hdhrstreamhandler.cpp
6596
6597mpegrecorder.o: mpegrecorder.cpp ../libmythdb/mythconfig.h \
6598 ../libavcodec/avcodec.h \
6599 mpegrecorder.h \
6600 dtvrecorder.h \
6601 recorderbase.h \
6602 ../libmythdb/mythexp.h \
6603 ../libmythdb/mythtimer.h \
6604 mpeg/H264Parser.h \
6605 ../libmythdb/compat.h \
6606 mpeg/tspacket.h \
6607 ../libmyth/mythcontext.h \
6608 ../libmythdb/mythobservable.h \
6609 ../libmythdb/mythevent.h \
6610 ../libmythdb/mythsocket_cb.h \
6611 ../libmythdb/mythverbose.h \
6612 mpeg/mpegstreamdata.h \
6613 ../libmyth/util.h \
6614 ../libmythui/mythsystem.h \
6615 mpeg/streamlisteners.h \
6616 eitscanner.h \
6617 mpeg/mpegtables.h \
6618 mpeg/pespacket.h \
6619 mpeg/mpegdescriptors.h \
6620 iso639.h \
6621 DeviceReadBuffer.h \
6622 RingBuffer.h \
6623 ../libmyth/programinfo.h \
6624 ../libmyth/recordingtypes.h \
6625 ../libmythdb/mythdbcon.h \
6626 recordingprofile.h \
6627 ../libmyth/settings.h \
6628 ../libmyth/mythwidgets.h \
6629 ../libmyth/virtualkeyboard_qt.h \
6630 ../libmyth/mythdialogs.h \
6631 ../libmythui/mythmainwindow.h \
6632 ../libmythui/mythuitype.h \
6633 ../libmythui/xmlparsebase.h \
6634 ../libmythui/mythrect.h \
6635 ../libmythui/mythgesture.h \
6636 ../libmythui/mythscreenstack.h \
6637 ../libmythdb/mythstorage.h \
6638 ../libmyth/mythconfigdialogs.h \
6639 ../libmyth/mythconfiggroups.h \
6640 ../libmyth/mythterminal.h \
6641 tv_rec.h \
6642 inputinfo.h \
6643 channelutil.h \
6644 dtvmultiplex.h \
6645 dtvconfparserhelpers.h \
6646 dbchannelinfo.h \
6647 inputgroupmap.h \
6648 ../libmyth/mythdeque.h \
6649 recordinginfo.h \
6650 tv.h \
6651 videoouttypes.h \
6652 signalmonitorlistener.h \
6653 signalmonitorvalue.h \
6654 videodev_myth.h \
6655 videodev2_myth.h \
6656 cardutil.h \
6657 ivtv_myth.h
6658 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o mpegrecorder.o mpegrecorder.cpp
6659
6660dvbtypes.o: dvbtypes.cpp dvbtypes.h
6661 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o dvbtypes.o dvbtypes.cpp
6662
6663dvbchannel.o: dvbchannel.cpp ../libmythdb/mythconfig.h \
6664 ../libmythdb/mythdb.h \
6665 ../libmythdb/mythexp.h \
6666 ../libmythdb/mythdbcon.h \
6667 ../libmythdb/mythdbparams.h \
6668 cardutil.h \
6669 ../libmyth/settings.h \
6670 ../libmyth/mythwidgets.h \
6671 ../libmyth/virtualkeyboard_qt.h \
6672 ../libmyth/mythdialogs.h \
6673 ../libmythui/mythmainwindow.h \
6674 ../libmythui/mythuitype.h \
6675 ../libmythui/xmlparsebase.h \
6676 ../libmythui/mythrect.h \
6677 ../libmythui/mythgesture.h \
6678 ../libmythui/mythscreenstack.h \
6679 ../libmythdb/mythstorage.h \
6680 ../libmyth/mythconfigdialogs.h \
6681 ../libmyth/mythconfiggroups.h \
6682 ../libmyth/mythterminal.h \
6683 channelutil.h \
6684 dtvmultiplex.h \
6685 dtvconfparserhelpers.h \
6686 dbchannelinfo.h \
6687 dvbtypes.h \
6688 dvbchannel.h \
6689 ../libmyth/mythcontext.h \
6690 ../libmythdb/mythobservable.h \
6691 ../libmythdb/mythevent.h \
6692 ../libmythdb/mythsocket_cb.h \
6693 ../libmythdb/mythverbose.h \
6694 dtvchannel.h \
6695 channelbase.h \
6696 inputinfo.h \
6697 tv.h \
6698 videoouttypes.h \
6699 mpeg/streamlisteners.h \
6700 mpeg/tspacket.h \
6701 ../libmyth/util.h \
6702 ../libmythdb/mythtimer.h \
6703 ../libmythui/mythsystem.h \
6704 ../libmythdb/compat.h \
6705 diseqc.h \
6706 dvbcam.h \
6707 mpeg/mpegtables.h \
6708 mpeg/pespacket.h \
6709 mpeg/mpegdescriptors.h \
6710 iso639.h
6711 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o dvbchannel.o dvbchannel.cpp
6712
6713dvbsignalmonitor.o: dvbsignalmonitor.cpp ../libmyth/mythcontext.h \
6714 ../libmythdb/mythexp.h \
6715 ../libmythdb/mythobservable.h \
6716 ../libmythdb/mythevent.h \
6717 ../libmythdb/mythsocket_cb.h \
6718 ../libmythdb/mythverbose.h \
6719 ../libmythdb/mythdbcon.h \
6720 dvbsignalmonitor.h \
6721 dtvsignalmonitor.h \
6722 signalmonitor.h \
6723 signalmonitorvalue.h \
6724 signalmonitorlistener.h \
6725 channelbase.h \
6726 channelutil.h \
6727 dtvmultiplex.h \
6728 dtvconfparserhelpers.h \
6729 dbchannelinfo.h \
6730 inputinfo.h \
6731 tv.h \
6732 videoouttypes.h \
6733 cardutil.h \
6734 ../libmyth/settings.h \
6735 ../libmyth/mythwidgets.h \
6736 ../libmyth/virtualkeyboard_qt.h \
6737 ../libmyth/mythdialogs.h \
6738 ../libmythui/mythmainwindow.h \
6739 ../libmythui/mythuitype.h \
6740 ../libmythui/xmlparsebase.h \
6741 ../libmythui/mythrect.h \
6742 ../libmythui/mythgesture.h \
6743 ../libmythui/mythscreenstack.h \
6744 ../libmythdb/mythstorage.h \
6745 ../libmyth/mythconfigdialogs.h \
6746 ../libmyth/mythconfiggroups.h \
6747 ../libmyth/mythterminal.h \
6748 mpeg/streamlisteners.h \
6749 mpeg/tspacket.h \
6750 ../libmyth/util.h \
6751 ../libmythdb/mythtimer.h \
6752 ../libmythui/mythsystem.h \
6753 ../libmythdb/compat.h \
6754 ../libmythdb/mythconfig.h \
6755 dvbchannel.h \
6756 dtvchannel.h \
6757 diseqc.h \
6758 mpeg/dvbstreamdata.h \
6759 mpeg/mpegstreamdata.h \
6760 eitscanner.h \
6761 mpeg/mpegtables.h \
6762 mpeg/pespacket.h \
6763 mpeg/mpegdescriptors.h \
6764 iso639.h \
6765 mpeg/atscstreamdata.h \
6766 mpeg/atsctables.h \
6767 mpeg/atscdescriptors.h \
6768 dvbtypes.h \
6769 dvbrecorder.h \
6770 dtvrecorder.h \
6771 recorderbase.h \
6772 mpeg/H264Parser.h \
6773 DeviceReadBuffer.h \
6774 dvbstreamhandler.h
6775 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o dvbsignalmonitor.o dvbsignalmonitor.cpp
6776
6777dvbcam.o: dvbcam.cpp dvbdev/dvbci.h \
6778 recorderbase.h \
6779 ../libmythdb/mythexp.h \
6780 ../libmythdb/mythtimer.h \
6781 cardutil.h \
6782 ../libmyth/settings.h \
6783 ../libmyth/mythwidgets.h \
6784 ../libmyth/virtualkeyboard_qt.h \
6785 ../libmyth/mythdialogs.h \
6786 ../libmythui/mythmainwindow.h \
6787 ../libmythui/mythuitype.h \
6788 ../libmythui/xmlparsebase.h \
6789 ../libmythui/mythrect.h \
6790 ../libmythui/mythgesture.h \
6791 ../libmythui/mythscreenstack.h \
6792 ../libmythdb/mythdbcon.h \
6793 ../libmythdb/mythstorage.h \
6794 ../libmyth/mythconfigdialogs.h \
6795 ../libmyth/mythconfiggroups.h \
6796 ../libmyth/mythterminal.h \
6797 dvbcam.h \
6798 mpeg/mpegtables.h \
6799 mpeg/pespacket.h \
6800 mpeg/tspacket.h \
6801 ../libmyth/mythcontext.h \
6802 ../libmythdb/mythobservable.h \
6803 ../libmythdb/mythevent.h \
6804 ../libmythdb/mythsocket_cb.h \
6805 ../libmythdb/mythverbose.h \
6806 mpeg/mpegdescriptors.h \
6807 iso639.h \
6808 dvbtypes.h \
6809 dvbchannel.h \
6810 dtvchannel.h \
6811 channelbase.h \
6812 channelutil.h \
6813 dtvmultiplex.h \
6814 dtvconfparserhelpers.h \
6815 dbchannelinfo.h \
6816 inputinfo.h \
6817 tv.h \
6818 videoouttypes.h \
6819 mpeg/streamlisteners.h \
6820 ../libmyth/util.h \
6821 ../libmythui/mythsystem.h \
6822 ../libmythdb/compat.h \
6823 ../libmythdb/mythconfig.h \
6824 diseqc.h \
6825 dvbrecorder.h \
6826 dtvrecorder.h \
6827 mpeg/H264Parser.h \
6828 DeviceReadBuffer.h
6829 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o dvbcam.o dvbcam.cpp
6830
6831dvbrecorder.o: dvbrecorder.cpp RingBuffer.h \
6832 ../libmythdb/mythconfig.h \
6833 ../libavcodec/avcodec.h \
6834 ../libmythdb/mythexp.h \
6835 ../libmyth/programinfo.h \
6836 ../libmyth/recordingtypes.h \
6837 ../libmythdb/mythdbcon.h \
6838 mpeg/mpegtables.h \
6839 mpeg/pespacket.h \
6840 mpeg/tspacket.h \
6841 ../libmyth/mythcontext.h \
6842 ../libmythdb/mythobservable.h \
6843 ../libmythdb/mythevent.h \
6844 ../libmythdb/mythsocket_cb.h \
6845 ../libmythdb/mythverbose.h \
6846 mpeg/mpegdescriptors.h \
6847 iso639.h \
6848 mpeg/dvbstreamdata.h \
6849 mpeg/mpegstreamdata.h \
6850 ../libmyth/util.h \
6851 ../libmythdb/mythtimer.h \
6852 ../libmythui/mythsystem.h \
6853 ../libmythdb/compat.h \
6854 mpeg/streamlisteners.h \
6855 eitscanner.h \
6856 mpeg/atscstreamdata.h \
6857 mpeg/atsctables.h \
6858 mpeg/atscdescriptors.h \
6859 cardutil.h \
6860 ../libmyth/settings.h \
6861 ../libmyth/mythwidgets.h \
6862 ../libmyth/virtualkeyboard_qt.h \
6863 ../libmyth/mythdialogs.h \
6864 ../libmythui/mythmainwindow.h \
6865 ../libmythui/mythuitype.h \
6866 ../libmythui/xmlparsebase.h \
6867 ../libmythui/mythrect.h \
6868 ../libmythui/mythgesture.h \
6869 ../libmythui/mythscreenstack.h \
6870 ../libmythdb/mythstorage.h \
6871 ../libmyth/mythconfigdialogs.h \
6872 ../libmyth/mythconfiggroups.h \
6873 ../libmyth/mythterminal.h \
6874 tv_rec.h \
6875 inputinfo.h \
6876 channelutil.h \
6877 dtvmultiplex.h \
6878 dtvconfparserhelpers.h \
6879 dbchannelinfo.h \
6880 inputgroupmap.h \
6881 ../libmyth/mythdeque.h \
6882 recordinginfo.h \
6883 tv.h \
6884 videoouttypes.h \
6885 signalmonitorlistener.h \
6886 signalmonitorvalue.h \
6887 dvbtypes.h \
6888 dvbchannel.h \
6889 dtvchannel.h \
6890 channelbase.h \
6891 diseqc.h \
6892 dvbrecorder.h \
6893 dtvrecorder.h \
6894 recorderbase.h \
6895 mpeg/H264Parser.h \
6896 DeviceReadBuffer.h \
6897 dvbstreamhandler.h \
6898 ../libavformat/avformat.h \
6899 ../libavformat/avio.h \
6900 ../libavformat/mpegts.h
6901 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o dvbrecorder.o dvbrecorder.cpp
6902
6903dvbstreamhandler.o: dvbstreamhandler.cpp dvbstreamhandler.h \
6904 ../libmyth/util.h \
6905 ../libmythdb/mythexp.h \
6906 ../libmythdb/mythtimer.h \
6907 ../libmythui/mythsystem.h \
6908 ../libmythdb/compat.h \
6909 ../libmythdb/mythconfig.h \
6910 DeviceReadBuffer.h \
6911 mpeg/mpegstreamdata.h \
6912 mpeg/tspacket.h \
6913 ../libmyth/mythcontext.h \
6914 ../libmythdb/mythobservable.h \
6915 ../libmythdb/mythevent.h \
6916 ../libmythdb/mythsocket_cb.h \
6917 ../libmythdb/mythverbose.h \
6918 mpeg/streamlisteners.h \
6919 eitscanner.h \
6920 mpeg/mpegtables.h \
6921 mpeg/pespacket.h \
6922 mpeg/mpegdescriptors.h \
6923 iso639.h \
6924 dvbchannel.h \
6925 ../libmythdb/mythdbcon.h \
6926 dtvchannel.h \
6927 channelbase.h \
6928 channelutil.h \
6929 dtvmultiplex.h \
6930 dtvconfparserhelpers.h \
6931 dbchannelinfo.h \
6932 inputinfo.h \
6933 tv.h \
6934 videoouttypes.h \
6935 diseqc.h \
6936 dtvsignalmonitor.h \
6937 signalmonitor.h \
6938 signalmonitorvalue.h \
6939 signalmonitorlistener.h \
6940 cardutil.h \
6941 ../libmyth/settings.h \
6942 ../libmyth/mythwidgets.h \
6943 ../libmyth/virtualkeyboard_qt.h \
6944 ../libmyth/mythdialogs.h \
6945 ../libmythui/mythmainwindow.h \
6946 ../libmythui/mythuitype.h \
6947 ../libmythui/xmlparsebase.h \
6948 ../libmythui/mythrect.h \
6949 ../libmythui/mythgesture.h \
6950 ../libmythui/mythscreenstack.h \
6951 ../libmythdb/mythstorage.h \
6952 ../libmyth/mythconfigdialogs.h \
6953 ../libmyth/mythconfiggroups.h \
6954 ../libmyth/mythterminal.h \
6955 dvbtypes.h
6956 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o dvbstreamhandler.o dvbstreamhandler.cpp
6957
6958dvbci.o: dvbdev/dvbci.cpp dvbdev/dvbci.h \
6959 ../libmyth/mythcontext.h \
6960 ../libmythdb/mythexp.h \
6961 ../libmythdb/mythobservable.h \
6962 ../libmythdb/mythevent.h \
6963 ../libmythdb/mythsocket_cb.h \
6964 ../libmythdb/mythverbose.h
6965 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o dvbci.o dvbdev/dvbci.cpp
6966
6967moc_jobqueue.o: moc_jobqueue.cpp
6968 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_jobqueue.o moc_jobqueue.cpp
6969
6970moc_recordingprofile.o: moc_recordingprofile.cpp
6971 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_recordingprofile.o moc_recordingprofile.cpp
6972
6973moc_videosource.o: moc_videosource.cpp
6974 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_videosource.o moc_videosource.cpp
6975
6976moc_playgroup.o: moc_playgroup.cpp
6977 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_playgroup.o moc_playgroup.cpp
6978
6979moc_channelsettings.o: moc_channelsettings.cpp
6980 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_channelsettings.o moc_channelsettings.cpp
6981
6982moc_previewgenerator.o: moc_previewgenerator.cpp
6983 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_previewgenerator.o moc_previewgenerator.cpp
6984
6985moc_transporteditor.o: moc_transporteditor.cpp
6986 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_transporteditor.o moc_transporteditor.cpp
6987
6988moc_channelgroupsettings.o: moc_channelgroupsettings.cpp
6989 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_channelgroupsettings.o moc_channelgroupsettings.cpp
6990
6991moc_mythsystemevent.o: moc_mythsystemevent.cpp
6992 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_mythsystemevent.o moc_mythsystemevent.cpp
6993
6994moc_diseqcsettings.o: moc_diseqcsettings.cpp
6995 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_diseqcsettings.o moc_diseqcsettings.cpp
6996
6997moc_profilegroup.o: moc_profilegroup.cpp
6998 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_profilegroup.o moc_profilegroup.cpp
6999
7000moc_tv_play.o: moc_tv_play.cpp
7001 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_tv_play.o moc_tv_play.cpp
7002
7003moc_tv_play_win.o: moc_tv_play_win.cpp
7004 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_tv_play_win.o moc_tv_play_win.cpp
7005
7006moc_osd.o: moc_osd.cpp
7007 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_osd.o moc_osd.cpp
7008
7009moc_udpnotify.o: moc_udpnotify.cpp
7010 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_udpnotify.o moc_udpnotify.cpp
7011
7012moc_scanwizard.o: moc_scanwizard.cpp
7013 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_scanwizard.o moc_scanwizard.cpp
7014
7015moc_channelscanner_gui.o: moc_channelscanner_gui.cpp
7016 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_channelscanner_gui.o moc_channelscanner_gui.cpp
7017
7018moc_channelscanner_gui_scan_pane.o: moc_channelscanner_gui_scan_pane.cpp
7019 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_channelscanner_gui_scan_pane.o moc_channelscanner_gui_scan_pane.cpp
7020
7021moc_inputselectorsetting.o: moc_inputselectorsetting.cpp
7022 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_inputselectorsetting.o moc_inputselectorsetting.cpp
7023
7024moc_multiplexsetting.o: moc_multiplexsetting.cpp
7025 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_multiplexsetting.o moc_multiplexsetting.cpp
7026
7027moc_paneatsc.o: moc_paneatsc.cpp
7028 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_paneatsc.o moc_paneatsc.cpp
7029
7030moc_panedvbutilsimport.o: moc_panedvbutilsimport.cpp
7031 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_panedvbutilsimport.o moc_panedvbutilsimport.cpp
7032
7033moc_scanmonitor.o: moc_scanmonitor.cpp
7034 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_scanmonitor.o moc_scanmonitor.cpp
7035
7036moc_scanwizardconfig.o: moc_scanwizardconfig.cpp
7037 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_scanwizardconfig.o moc_scanwizardconfig.cpp
7038
7039####### Install
7040
7041install_target: first FORCE
7042 @$(CHK_DIR_EXISTS) $(INSTALL_ROOT)/usr/lib/ || $(MKDIR) $(INSTALL_ROOT)/usr/lib/
7043 -$(INSTALL_PROGRAM) "$(TARGET)" "$(INSTALL_ROOT)/usr/lib/$(TARGET)"
7044 -$(STRIP) --strip-unneeded "$(INSTALL_ROOT)/usr/lib/$(TARGET)"
7045 -$(SYMLINK) "$(TARGET)" "$(INSTALL_ROOT)/usr/lib/$(TARGET0)"
7046 -$(SYMLINK) "$(TARGET)" "$(INSTALL_ROOT)/usr/lib/$(TARGET1)"
7047 -$(SYMLINK) "$(TARGET)" "$(INSTALL_ROOT)/usr/lib/$(TARGET2)"
7048
7049uninstall_target: FORCE
7050 -$(DEL_FILE) "$(INSTALL_ROOT)/usr/lib/$(TARGET)"
7051 -$(DEL_FILE) "$(INSTALL_ROOT)/usr/lib/$(TARGET0)"
7052 -$(DEL_FILE) "$(INSTALL_ROOT)/usr/lib/$(TARGET1)"
7053 -$(DEL_FILE) "$(INSTALL_ROOT)/usr/lib/$(TARGET2)"
7054 -$(DEL_DIR) $(INSTALL_ROOT)/usr/lib/
7055
7056
7057install: install_target FORCE
7058
7059uninstall: uninstall_target FORCE
7060
7061FORCE:
7062