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

« back to all changes in this revision

Viewing changes to drivers/lirc_imon/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:
14
14
 
15
15
@SET_MAKE@
16
16
 
17
 
# $Id: Makefile.common,v 5.5 2007/07/22 07:30:26 lirc Exp $
 
17
# $Id: Makefile.common,v 5.8 2007/11/04 09:29:02 lirc Exp $
18
18
 
19
19
srcdir = @srcdir@
20
20
top_srcdir = @top_srcdir@
227
227
# when compiling module(s)
228
228
KBUILD_VERBOSE = 1
229
229
LIRC_EXTRA_CFLAGS = -DIRCTL_DEV_MAJOR=$(lirc_major) -DEXPORT_SYMTAB $(DEFS) \
230
 
                $(DEFAULT_INCLUDES) -I$(LIRC_DEVDIR)/../.. \
 
230
                $(DEFAULT_INCLUDES) -I$(LIRC_DEVDIR)/$(srcdir) -I$(LIRC_DEVDIR)/$(builddir) \
 
231
                -I$(LIRC_DEVDIR)/$(top_srcdir) -I$(LIRC_DEVDIR)/$(top_builddir) \
231
232
                -I$(KERNEL_LOCATION)/include/ \
232
233
                -I$(KERNEL_LOCATION)/drivers/media/video/
233
234
 
484
485
 
485
486
export LIRC_EXTRA_CFLAGS KERNEL_LOCATION module_DATA
486
487
 
487
 
$(module_DATA): $(automake_dummy_SOURCES) $(top_srcdir)/config.h ../lirc.h
 
488
$(module_DATA): $(automake_dummy_SOURCES) $(top_builddir)/config.h ../lirc.h
 
489
        @if test "$(srcdir)" != "$(builddir)" ; then \
 
490
                for f in $(automake_dummy_SOURCES) ; do \
 
491
                        [ -e $$f ] || ln -s $(srcdir)/$$f $$f || exit $$? ; \
 
492
                done \
 
493
        fi
488
494
        mv Makefile Makefile.automake
489
 
        cp ../Makefile.kernel Makefile
 
495
        cp $(srcdir)/../Makefile.kernel Makefile
 
496
        CPPFLAGS="" CFLAGS="" LDFLAGS="" \
490
497
        $(MAKE) -C $(KERNEL_LOCATION) SUBDIRS=$(LIRC_DEVDIR) modules \
491
498
                KBUILD_VERBOSE=$(KBUILD_VERBOSE)
492
499
        mv Makefile.automake Makefile