~ubuntu-branches/ubuntu/natty/lirc/natty

« back to all changes in this revision

Viewing changes to drivers/lirc_mceusb2/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Mario Limonciello, Jeremy Yoder, Mario Limonciello
  • Date: 2009-10-12 21:16:10 UTC
  • mfrom: (1.2.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20091012211610-z63bnon17ahmxgd1
Tags: 0.8.6-0ubuntu1
[ Jeremy Yoder ]
* Update to LIRC 0.8.6 release. (LP: #432678)
  - added support for ENE KB3926 revision B/C/D (ENE0100) CIR port
    (found on some notebooks, e.g: Acer Aspire 5720G, HP Pavilion dv5)
    (Maxim Levitsky)
  - New parameter for lircd: --repeat-max
  - merged 1st-gen mceusb device support into lirc_mceusb2,
    renamed lirc_mceusb2 to lirc_mceusb
  - added support for putting iMON receviers into MCE/RC6 mode
  - added input subsystem mouse device support to iMON driver
  - improved iMON driver to handle dual-interface iMON devices
    via a single lirc device, reducing configuration complexity
  - added support for more iMON devices, including proper support
    for touchscreen iMON devices (Rene Harder)
  - improved iMON driver including touchscreen support
  - Linux input support added to lircmd
  - added support for IT8720 CIR port
  - added support for XMP protocol
* Cleanup more_remotes.hwdb
* TODO:  Make changes to the "lircd.conf.atiusb" and
  "lircd.conf.hauppauge" files PATCHES instead of duplicates
* TODO:  Submit "lircd.conf.atiusb" and
  "lircd.conf.hauppauge" file patches upstream again
* Changed lirc init script to create socket in /var/run/lirc/lircd
  as is the new default, but also create a symlink /dev/lircd
  to point to it.  This makes all clients happy, old and new.
* Fix bug in dkms.conf.in, forgot to increment array number
  when adding ene0100 driver.
* Added the extra "Debian-only" remotes and transmitters back
  in, but in a different way.  I created a subdirectory 
  "debian/extras" and copy that to /usr/share/lirc/extras.
  This avoids patching the source.
  NOTE: CONFIG FILES IN BOTH LOCATIONS WILL USE THE "extras"
  VERSION.  DUPLICATE LINES IN lirc.hwdb AND extras/remotes.hwdb
  WILL USE THE extras/remotes.hwdb VERSION.  TRY TO AVOID THIS.
* Added support to build new ene0100 driver
* Update debian/lircd.init.d to reflect new default
  PID location in /var/run/lirc
* Update debian/lircd.init.d to force socket to /dev/lircd
  rather than the new default of /var/run/lirc/lircd
* Add support for new lirc-extras package to
  debian/lirc.postinst
* Remove /etc/lircd.conf link to /etc/lirc since
  0.8.6 defaults to /etc/lirc/lircd.conf now
* Drop 04_man_pages patch, included in upstream
* Drop 16_lirc-gpio in favor of a sed line in debian/rules
* Drop 28_irrecord_resume_support - Doesn't work
  according to upstream
* Drop 36_remove_extra_tekram in favor of a minor
  tweak to debian/lirc.postinst to ignore duplicates
* Drop extra remote control/transmitter patches, move to lirc-extras:
  - 21_atiusb
  - 22_hauppauge_novat_500
  - 23_remove_md8800
  - 24_freecom_dvbt
  - 26_transmitter_lircd.conf
  - 30_medion_md1_remote
  - 31_hauppauge_hvr_1100
  - 32_radioshack_15_2116_remote
  - 33_asus_mycinema_remote
  - 34_nebula_digitaltv_remote
  - 35_general_deviniput
  - 37_msi_tv_anywhere
  - 38_encore_enltv
* Cleaned up a few lintian warnings

[ Mario Limonciello ]
* lirc.init.d:
  - Merge a bunch of whitespace cleanup from debian.
* control:
  - Merge whitespace cleanup from debian.
  - Drop breaks on udev.  We don't have any older version of udev in karmic.
* copyright:
  - Sync from debian.
* watch:
  - Sync from debian.
* links:
  - Don't link to a transmitterdb, this should be provided by lirc-extras.
* rules:
  - Install extra changelog, as mentioned in debian's debian/rules.
* dkms.conf.in:
  - Drop bashisms. (LP: #445175)
* lirc.postinst:
  - On upgrades from earlier versions, require the user to reconfigure
    their remote and transmitter.
* lirc-modules-source.postinst:
  - Update to use the DKMS common postinst template.
 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated automatically by automake 1.5 from Makefile.am.
2
 
 
3
 
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
4
 
# Free Software Foundation, Inc.
5
 
# This Makefile.in is free software; the Free Software Foundation
6
 
# gives unlimited permission to copy and/or distribute it,
7
 
# with or without modifications, as long as this notice is preserved.
8
 
 
9
 
# This program is distributed in the hope that it will be useful,
10
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12
 
# PARTICULAR PURPOSE.
13
 
 
14
 
@SET_MAKE@
15
 
 
16
 
 
17
 
# $Id: Makefile.common,v 5.10 2008/09/27 16:08:39 lirc Exp $
18
 
 
19
 
# where the kernel sources are located
20
 
 
21
 
SHELL = @SHELL@
22
 
 
23
 
srcdir = @srcdir@
24
 
top_srcdir = @top_srcdir@
25
 
VPATH = @srcdir@
26
 
prefix = @prefix@
27
 
exec_prefix = @exec_prefix@
28
 
 
29
 
bindir = @bindir@
30
 
sbindir = @sbindir@
31
 
libexecdir = @libexecdir@
32
 
datadir = @datadir@
33
 
sysconfdir = @sysconfdir@
34
 
sharedstatedir = @sharedstatedir@
35
 
localstatedir = @localstatedir@
36
 
libdir = @libdir@
37
 
infodir = @infodir@
38
 
mandir = @mandir@
39
 
includedir = @includedir@
40
 
oldincludedir = /usr/include
41
 
pkgdatadir = $(datadir)/@PACKAGE@
42
 
pkglibdir = $(libdir)/@PACKAGE@
43
 
pkgincludedir = $(includedir)/@PACKAGE@
44
 
top_builddir = ../..
45
 
 
46
 
ACLOCAL = @ACLOCAL@
47
 
AUTOCONF = @AUTOCONF@
48
 
AUTOMAKE = @AUTOMAKE@
49
 
AUTOHEADER = @AUTOHEADER@
50
 
 
51
 
INSTALL = @INSTALL@
52
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
53
 
INSTALL_DATA = @INSTALL_DATA@
54
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
55
 
INSTALL_HEADER = $(INSTALL_DATA)
56
 
transform = @program_transform_name@
57
 
NORMAL_INSTALL = :
58
 
PRE_INSTALL = :
59
 
POST_INSTALL = :
60
 
NORMAL_UNINSTALL = :
61
 
PRE_UNINSTALL = :
62
 
POST_UNINSTALL = :
63
 
host_alias = @host_alias@
64
 
host_triplet = @host@
65
 
AMTAR = @AMTAR@
66
 
AR = @AR@
67
 
AS = @AS@
68
 
AWK = @AWK@
69
 
CC = @CC@
70
 
CXX = @CXX@
71
 
CXXCPP = @CXXCPP@
72
 
DEPDIR = @DEPDIR@
73
 
DLLTOOL = @DLLTOOL@
74
 
ECHO = @ECHO@
75
 
EGREP = @EGREP@
76
 
EXEEXT = @EXEEXT@
77
 
F77 = @F77@
78
 
GCJ = @GCJ@
79
 
GCJFLAGS = @GCJFLAGS@
80
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
81
 
LIBTOOL = @LIBTOOL@
82
 
LIBUSB_CONFIG = @LIBUSB_CONFIG@
83
 
LN_S = @LN_S@
84
 
OBJDUMP = @OBJDUMP@
85
 
OBJEXT = @OBJEXT@
86
 
PACKAGE = @PACKAGE@
87
 
PYTHON = @PYTHON@
88
 
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
89
 
PYTHON_PLATFORM = @PYTHON_PLATFORM@
90
 
PYTHON_PREFIX = @PYTHON_PREFIX@
91
 
PYTHON_VERSION = @PYTHON_VERSION@
92
 
RANLIB = @RANLIB@
93
 
RC = @RC@
94
 
STRIP = @STRIP@
95
 
VERSION = @VERSION@
96
 
X_CFLAGS = @X_CFLAGS@
97
 
X_EXTRA_LIBS = @X_EXTRA_LIBS@
98
 
X_LIBS = @X_LIBS@
99
 
X_PRE_LIBS = @X_PRE_LIBS@
100
 
ac_pkss_mktemp = @ac_pkss_mktemp@
101
 
am__include = @am__include@
102
 
am__quote = @am__quote@
103
 
daemon = @daemon@
104
 
depmod = @depmod@
105
 
devdir = @devdir@
106
 
driver = @driver@
107
 
forkpty = @forkpty@
108
 
hw_module = @hw_module@
109
 
hw_module_libs = @hw_module_libs@
110
 
install_sh = @install_sh@
111
 
irtty = @irtty@
112
 
kerneldir = @kerneldir@
113
 
kernelext = @kernelext@
114
 
lirc_driver = @lirc_driver@
115
 
lirc_major = @lirc_major@
116
 
lircd_conf = @lircd_conf@
117
 
lircmd_conf = @lircmd_conf@
118
 
maintmode_daemons_extra = @maintmode_daemons_extra@
119
 
mkfifo = @mkfifo@
120
 
mknod = @mknod@
121
 
moduledir = @moduledir@
122
 
pkgpyexecdir = @pkgpyexecdir@
123
 
pkgpythondir = @pkgpythondir@
124
 
pyexecdir = @pyexecdir@
125
 
pythondir = @pythondir@
126
 
receive = @receive@
127
 
vga_progs = @vga_progs@
128
 
x_progs = @x_progs@
129
 
 
130
 
EXTRA_PROGRAMS = automake_dummy
131
 
automake_dummy_SOURCES = lirc_mceusb2.c
132
 
 
133
 
module_DATA = lirc_mceusb2.o
134
 
 
135
 
KERNEL_LOCATION = @kerneldir@
136
 
 
137
 
LIRC_DEVDIR = $(PWD)
138
 
 
139
 
# some magic for using linux kernel settings
140
 
# when compiling module(s)
141
 
KBUILD_VERBOSE = 1
142
 
LIRC_EXTRA_CFLAGS = -DIRCTL_DEV_MAJOR=$(lirc_major) -DEXPORT_SYMTAB $(DEFS) \
143
 
                $(DEFAULT_INCLUDES) -I$(LIRC_DEVDIR)/$(srcdir) -I$(LIRC_DEVDIR)/$(builddir) \
144
 
                -I$(LIRC_DEVDIR)/$(top_srcdir) -I$(LIRC_DEVDIR)/$(top_builddir) \
145
 
                -I$(KERNEL_LOCATION)/include/ \
146
 
                -I$(KERNEL_LOCATION)/drivers/media/video/
147
 
 
148
 
 
149
 
CLEANFILES = $(module_DATA) .$(module_DATA).flags $(module_DATA:.o=.mod.c) $(module_DATA:.o=.@kernelext@) *~
150
 
subdir = drivers/lirc_mceusb2
151
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
152
 
CONFIG_HEADER = $(top_builddir)/config.h
153
 
CONFIG_CLEAN_FILES =
154
 
EXTRA_PROGRAMS = automake_dummy$(EXEEXT)
155
 
am_automake_dummy_OBJECTS = lirc_mceusb2.$(OBJEXT)
156
 
automake_dummy_OBJECTS = $(am_automake_dummy_OBJECTS)
157
 
automake_dummy_LDADD = $(LDADD)
158
 
automake_dummy_DEPENDENCIES =
159
 
automake_dummy_LDFLAGS =
160
 
 
161
 
DEFS = @DEFS@
162
 
DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
163
 
CPPFLAGS = @CPPFLAGS@
164
 
LDFLAGS = @LDFLAGS@
165
 
LIBS = @LIBS@
166
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
167
 
@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/lirc_mceusb2.Po
168
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
169
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
170
 
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
171
 
        $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
172
 
CCLD = $(CC)
173
 
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
174
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
175
 
CFLAGS = @CFLAGS@
176
 
DIST_SOURCES = $(automake_dummy_SOURCES)
177
 
DATA = $(module_DATA)
178
 
 
179
 
DIST_COMMON = Makefile.am Makefile.in
180
 
SOURCES = $(automake_dummy_SOURCES)
181
 
 
182
 
all: all-am
183
 
 
184
 
.SUFFIXES:
185
 
.SUFFIXES: .c .lo .o .obj
186
 
 
187
 
mostlyclean-libtool:
188
 
        -rm -f *.lo
189
 
 
190
 
clean-libtool:
191
 
        -rm -rf .libs _libs
192
 
 
193
 
distclean-libtool:
194
 
        -rm -f libtool
195
 
$(srcdir)/Makefile.in:  Makefile.am $(srcdir)/../Makefile.common $(top_srcdir)/configure.ac $(ACLOCAL_M4)
196
 
        cd $(top_srcdir) && \
197
 
          $(AUTOMAKE) --gnu  drivers/lirc_mceusb2/Makefile
198
 
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
199
 
        cd $(top_builddir) && \
200
 
          CONFIG_HEADERS= CONFIG_LINKS= \
201
 
          CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
202
 
automake_dummy$(EXEEXT): $(automake_dummy_OBJECTS) $(automake_dummy_DEPENDENCIES) 
203
 
        @rm -f automake_dummy$(EXEEXT)
204
 
        $(LINK) $(automake_dummy_LDFLAGS) $(automake_dummy_OBJECTS) $(automake_dummy_LDADD) $(LIBS)
205
 
 
206
 
mostlyclean-compile:
207
 
        -rm -f *.$(OBJEXT) core *.core
208
 
 
209
 
distclean-compile:
210
 
        -rm -f *.tab.c
211
 
 
212
 
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/lirc_mceusb2.Po@am__quote@
213
 
 
214
 
distclean-depend:
215
 
        -rm -rf $(DEPDIR)
216
 
 
217
 
.c.o:
218
 
@AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
219
 
@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
220
 
@AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
221
 
        $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
222
 
 
223
 
.c.obj:
224
 
@AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
225
 
@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
226
 
@AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
227
 
        $(COMPILE) -c `cygpath -w $<`
228
 
 
229
 
.c.lo:
230
 
@AMDEP_TRUE@    source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
231
 
@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
232
 
@AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
233
 
        $(LTCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
234
 
CCDEPMODE = @CCDEPMODE@
235
 
uninstall-info-am:
236
 
 
237
 
tags: TAGS
238
 
 
239
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
240
 
        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
241
 
        unique=`for i in $$list; do \
242
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
243
 
          done | \
244
 
          $(AWK) '    { files[$$0] = 1; } \
245
 
               END { for (i in files) print i; }'`; \
246
 
        mkid -fID $$unique $(LISP)
247
 
 
248
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
249
 
                $(TAGS_FILES) $(LISP)
250
 
        tags=; \
251
 
        here=`pwd`; \
252
 
        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
253
 
        unique=`for i in $$list; do \
254
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
255
 
          done | \
256
 
          $(AWK) '    { files[$$0] = 1; } \
257
 
               END { for (i in files) print i; }'`; \
258
 
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
259
 
          || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
260
 
 
261
 
GTAGS:
262
 
        here=`CDPATH=: && cd $(top_builddir) && pwd` \
263
 
          && cd $(top_srcdir) \
264
 
          && gtags -i $(GTAGS_ARGS) $$here
265
 
 
266
 
distclean-tags:
267
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
268
 
 
269
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
270
 
 
271
 
top_distdir = ../..
272
 
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
273
 
 
274
 
distdir: $(DISTFILES)
275
 
        @for file in $(DISTFILES); do \
276
 
          if test -f $$file; then d=.; else d=$(srcdir); fi; \
277
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
278
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
279
 
            $(mkinstalldirs) "$(distdir)/$$dir"; \
280
 
          fi; \
281
 
          if test -d $$d/$$file; then \
282
 
            cp -pR $$d/$$file $(distdir) \
283
 
            || exit 1; \
284
 
          else \
285
 
            test -f $(distdir)/$$file \
286
 
            || cp -p $$d/$$file $(distdir)/$$file \
287
 
            || exit 1; \
288
 
          fi; \
289
 
        done
290
 
check-am: all-am
291
 
check: check-am
292
 
all-am: Makefile $(DATA)
293
 
 
294
 
installdirs:
295
 
        $(mkinstalldirs) $(DESTDIR)$(moduledir)
296
 
 
297
 
install: install-am
298
 
install-exec: install-exec-am
299
 
install-data: install-data-am
300
 
uninstall: uninstall-am
301
 
 
302
 
install-am: all-am
303
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
304
 
 
305
 
installcheck: installcheck-am
306
 
install-strip:
307
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
308
 
          `test -z '$(STRIP)' || \
309
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
310
 
mostlyclean-generic:
311
 
 
312
 
clean-generic:
313
 
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
314
 
 
315
 
distclean-generic:
316
 
        -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
317
 
 
318
 
maintainer-clean-generic:
319
 
        @echo "This command is intended for maintainers to use"
320
 
        @echo "it deletes files that may require special tools to rebuild."
321
 
clean: clean-am
322
 
 
323
 
clean-am: clean-generic clean-libtool mostlyclean-am
324
 
 
325
 
distclean: distclean-am
326
 
 
327
 
distclean-am: clean-am distclean-compile distclean-depend \
328
 
        distclean-generic distclean-libtool distclean-tags
329
 
 
330
 
dvi: dvi-am
331
 
 
332
 
dvi-am:
333
 
 
334
 
info: info-am
335
 
 
336
 
info-am:
337
 
 
338
 
install-data-am: install-data-local install-moduleDATA
339
 
 
340
 
install-exec-am: install-exec-local
341
 
 
342
 
install-info: install-info-am
343
 
 
344
 
install-man:
345
 
 
346
 
installcheck-am:
347
 
 
348
 
maintainer-clean: maintainer-clean-am
349
 
 
350
 
maintainer-clean-am: distclean-am maintainer-clean-generic
351
 
 
352
 
mostlyclean: mostlyclean-am
353
 
 
354
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
355
 
        mostlyclean-libtool
356
 
 
357
 
uninstall-am: uninstall-info-am uninstall-local uninstall-moduleDATA
358
 
 
359
 
.PHONY: GTAGS all all-am check check-am clean clean-generic \
360
 
        clean-libtool distclean distclean-compile distclean-depend \
361
 
        distclean-generic distclean-libtool distclean-tags distdir dvi \
362
 
        dvi-am info info-am install install-am install-data \
363
 
        install-data-am install-data-local install-exec install-exec-am \
364
 
        install-exec-local install-info install-info-am install-man \
365
 
        install-moduleDATA install-strip installcheck installcheck-am \
366
 
        installdirs maintainer-clean maintainer-clean-generic \
367
 
        mostlyclean mostlyclean-compile mostlyclean-generic \
368
 
        mostlyclean-libtool tags uninstall uninstall-am \
369
 
        uninstall-info-am uninstall-local uninstall-moduleDATA
370
 
 
371
 
export LIRC_EXTRA_CFLAGS KERNEL_LOCATION module_DATA
372
 
 
373
 
$(module_DATA): $(automake_dummy_SOURCES) $(top_builddir)/config.h ../lirc.h
374
 
        @if test "$(srcdir)" != "$(builddir)" ; then \
375
 
                for f in $(automake_dummy_SOURCES) ; do \
376
 
                        [ -e $$f ] || ln -s $(srcdir)/$$f $$f || exit $$? ; \
377
 
                done \
378
 
        fi
379
 
        -cp $(srcdir)/../lirc_dev/Module*.symvers .
380
 
        mv Makefile Makefile.automake
381
 
        cp $(srcdir)/../Makefile.kernel Makefile
382
 
        CPPFLAGS="" CFLAGS="" LDFLAGS="" \
383
 
        $(MAKE) -C $(KERNEL_LOCATION) SUBDIRS=$(LIRC_DEVDIR) modules \
384
 
                KBUILD_VERBOSE=$(KBUILD_VERBOSE)
385
 
        mv Makefile.automake Makefile
386
 
 
387
 
install-moduleDATA: $(module_DATA)
388
 
        $(mkinstalldirs) $(DESTDIR)$(moduledir)
389
 
        @list='$(module_DATA:.o=.@kernelext@)'; for p in $$list; do \
390
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
391
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
392
 
          echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(moduledir)/$$f"; \
393
 
          $(INSTALL_DATA) $$d$$p $(DESTDIR)$(moduledir)/$$f; \
394
 
        done
395
 
 
396
 
uninstall-moduleDATA:
397
 
        @list='$(module_DATA:.o=.@kernelext@)'; for p in $$list; do \
398
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
399
 
          echo " rm -f $(DESTDIR)$(moduledir)/$$f"; \
400
 
          rm -f $(DESTDIR)$(moduledir)/$$f; \
401
 
        done
402
 
 
403
 
@SANDBOXED_FALSE@install-exec-local: mkdev
404
 
@SANDBOXED_FALSE@uninstall-local: rmdev
405
 
 
406
 
mkdev:
407
 
        test -e $(DESTDIR)$(devdir)/lirc || ($(mkinstalldirs) $(DESTDIR)$(devdir) && @mknod@ $(DESTDIR)$(devdir)/lirc c @lirc_major@ 0)
408
 
 
409
 
rmdev:
410
 
        -test -c $(DESTDIR)$(devdir)/lirc && $(RM) $(DESTDIR)$(devdir)/lirc
411
 
 
412
 
@SANDBOXED_FALSE@install-data-local: install-moduleDATA
413
 
@SANDBOXED_FALSE@       -@depmod@ -a
414
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
415
 
# Otherwise a system limit (for SysV at least) may be exceeded.
416
 
.NOEXPORT: