~ubuntu-branches/debian/stretch/input-utils/stretch

« back to all changes in this revision

Viewing changes to GNUmakefile

  • Committer: Bazaar Package Importer
  • Author(s): Marcus Better, Steve Langasek, Marcus Better
  • Date: 2010-08-02 22:16:30 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100802221630-mf73m64mow67w8f6
Tags: 0.0.20081014-1
[ Steve Langasek ]
* debian/patches/show-numeric-key-values: always output the numeric
  value for keycodes in addition to the symbolic name
* debian/control: Vcs-Browser, not Vcs-Browse.
* debian/patches/stdout-not-stderr: informational messages should
  always go to stdout by convention, only errors to stderr.
  LP: #307513.

[ Marcus Better ]
* New upstream version.
* debian/rules: convert to debhelper 7.
* debian/control: bump Standards-Version to 3.9.1 (no changes).
* Switch to dpkg-source 3.0 (quilt) format
* debian/copyright: DEP-5 copyright format.
* DEP-3 patch format.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
# add our flags + libs
6
6
CFLAGS  += -DVERSION='"$(VERSION)"'
7
 
LDLIBS  += -lm
8
7
 
9
8
# build
10
 
TARGETS := lsinput input-events input-kbd input-send input-recv lircd.conf
11
 
HEADERS := EV.h REL.h KEY.h BTN.h BUS.h
 
9
TARGETS := lsinput input-events input-kbd lircd.conf
 
10
HEADERS := EV.h REL.h ABS.h MSC.h LED.h SND.h REP.h KEY.h BTN.h BUS.h SW.h
12
11
 
13
12
# default target
14
13
all: build
45
44
 
46
45
install: build
47
46
        $(INSTALL_DIR) $(bindir) $(mandir)/man8
48
 
        $(INSTALL_BINARY) lsinput input-events input-kbd input-send input-recv $(bindir)
 
47
        $(INSTALL_BINARY) lsinput input-events input-kbd $(bindir)
49
48
        $(INSTALL_DATA) lsinput.man $(mandir)/man8/lsinput.8
50
49
        $(INSTALL_DATA) input-kbd.man $(mandir)/man8/input-kbd.8
51
50
        $(INSTALL_DATA) input-events.man $(mandir)/man8/input-events.8