~smoser/ubuntu/natty/lirc/lp-698208

« back to all changes in this revision

Viewing changes to daemons/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Mario Limonciello
  • Date: 2008-05-10 16:07:40 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20080510160740-5wyxu9n2iqh33kpt
Tags: 0.8.3-0ubuntu1
* New upstream version.
* Drop 05_fix_cmdir as it's now included in CVS.
* Update 12_pvr150_transmit_support for configure
  script changes.
* Update 13-warning-cleanup to change from whitespace
  changes from CVS.
* Update 16_lirc-gpio for changes from CVS.
* Update 23_pad2keys for changes from CVS.
* Update 24_freecom_dvbt for changes from CVS.
* Drop 25_upstream_2_6_24 as it's now included from CVS.
* Drop 29_macmini_repeat as it's now included from CVS.
* Update 30_medion_md1_remote for changes from CVS.
* Update 33_asus_mycinema_remote for changes from CVS.
* Update 23_pad2keys patch to properly work (LP: #153184)
* Update 21_atiusb.dpatch because it's half upstream now (LP: #213549)
* Add 23_remove_md8800 as the MD8800 remote is causing problems. (LP: #213549)
* debian/modules-source/lirc-modules-source.conf:
  - Default the mode to be w/ soft carrier. (LP: #182530)
* Update 31_hauppauge_hvr_1100 to use the right devinput driver instead. (LP: #206495)
* Add 34_nebula_digitv.dpatch for supporting the Nebula Digitv remote (LP: #164867)
* Add 35_general_devinput.dpatch for generic devinput devices. (LP: #235811)
* Add 36_remove_extra_tekram.dpatch for removing extra option in lirc.hwdb.
  This option was causing lots of failures (LP: #211566)
* debian/{modules-source/Makefile,rules}:
  - Allow the kernel version to be passed as an argument.
    prevents broken upgrades when the kernel ABI revs (LP: #218955)
* debian/lirc-modules-source.prerm:
  - Check for both remove and upgrade.

Show diffs side-by-side

added added

removed removed

Lines of Context:
248
248
target_alias = @target_alias@
249
249
vga_progs = @vga_progs@
250
250
x_progs = @x_progs@
 
251
INCLUDES = -I$(top_srcdir)
251
252
EXTRA_DIST = dump_config.c dump_config.h
252
253
lircd_SOURCES = lircd.c ir_remote.c config_file.c \
253
254
                lircd.h ir_remote.h ir_remote_types.h config_file.h \
273
274
                        hw_hiddev.c \
274
275
                        hw_i2cuser.c \
275
276
                        hw_iguanaIR.c \
 
277
                        hw_irlink.c hw_irlink.h \
276
278
                        hw_irman.c hw_irman.h \
277
279
                        hw_livedrive_common.c hw_livedrive_common.h \
278
280
                        hw_livedrive_midi.c hw_livedrive_seq.c \
279
281
                        hw_logitech.c hw_logitech.h \
280
282
                        hw_mouseremote.c hw_mouseremote.h \
281
283
                        hw_mp3anywhere.c hw_mp3anywhere.h \
 
284
                        hw_mplay.c hw_mplay.h \
282
285
                        hw_pcmak.c hw_pcmak.h \
283
286
                        hw_pinsys.c hw_pinsys.h \
284
287
                        hw_pixelview.c hw_pixelview.h \
320
323
                        hw_hiddev.c \
321
324
                        hw_i2cuser.c \
322
325
                        hw_iguanaIR.c \
 
326
                        hw_irlink.c hw_irlink.h \
323
327
                        hw_irman.c hw_irman.h \
324
328
                        hw_livedrive_common.c hw_livedrive_common.h \
325
329
                        hw_livedrive_midi.c hw_livedrive_seq.c \
326
330
                        hw_logitech.c hw_logitech.h \
327
331
                        hw_mouseremote.c hw_mouseremote.h \
328
332
                        hw_mp3anywhere.c hw_mp3anywhere.h \
 
333
                        hw_mplay.c hw_mplay.h \
329
334
                        hw_pcmak.c hw_pcmak.h \
330
335
                        hw_pinsys.c hw_pinsys.h \
331
336
                        hw_pixelview.c hw_pixelview.h \
502
507
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_hiddev.Po@am__quote@
503
508
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_i2cuser.Po@am__quote@
504
509
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_iguanaIR.Po@am__quote@
 
510
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_irlink.Po@am__quote@
505
511
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_irman.Po@am__quote@
506
512
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_livedrive_common.Po@am__quote@
507
513
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_livedrive_midi.Po@am__quote@
509
515
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_logitech.Po@am__quote@
510
516
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_mouseremote.Po@am__quote@
511
517
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_mp3anywhere.Po@am__quote@
 
518
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_mplay.Po@am__quote@
512
519
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_pcmak.Po@am__quote@
513
520
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_pinsys.Po@am__quote@
514
521
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hw_pixelview.Po@am__quote@