~fginther/grail/grail-2.0.1.1-oneiric

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Stephen M. Webb
  • Date: 2011-06-16 17:32:09 UTC
  • mfrom: (20.2.17 upstream)
  • Revision ID: stephen.webb@canonical.com-20110616173209-v27s9kfefm9eedkg
* Remove unnecessary cdbs rules and build-depends.
* Added pivot disambiguation.
* Added rotation and pinch center coordinates.
* Added XInput device autodetection.
* New upstream release v2.0.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
subdir = .
38
38
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
39
39
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
40
 
        $(srcdir)/utouch-grail.pc.in $(srcdir)/utouch-grail.sym.in \
41
 
        $(top_srcdir)/configure COPYING ChangeLog INSTALL \
42
 
        config-aux/config.guess config-aux/config.sub \
43
 
        config-aux/depcomp config-aux/install-sh config-aux/ltmain.sh \
44
 
        config-aux/missing
 
40
        $(srcdir)/utouch-grail.pc.in $(top_srcdir)/configure AUTHORS \
 
41
        COPYING ChangeLog INSTALL config-aux/config.guess \
 
42
        config-aux/config.sub config-aux/depcomp config-aux/install-sh \
 
43
        config-aux/ltmain.sh config-aux/missing
45
44
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
46
45
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
47
46
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
50
49
 configure.lineno config.status.lineno
51
50
mkinstalldirs = $(install_sh) -d
52
51
CONFIG_HEADER = config.h
53
 
CONFIG_CLEAN_FILES = utouch-grail.sym utouch-grail.pc
 
52
CONFIG_CLEAN_FILES = utouch-grail.pc
54
53
CONFIG_CLEAN_VPATH_FILES =
55
54
SOURCES =
56
55
DIST_SOURCES =
138
137
CC = @CC@
139
138
CCDEPMODE = @CCDEPMODE@
140
139
CFLAGS = @CFLAGS@
 
140
CHECK_CFLAGS = @CHECK_CFLAGS@
 
141
CHECK_LIBS = @CHECK_LIBS@
141
142
CPP = @CPP@
142
143
CPPFLAGS = @CPPFLAGS@
143
144
CYGPATH_W = @CYGPATH_W@
198
199
SHELL = @SHELL@
199
200
STRIP = @STRIP@
200
201
VERSION = @VERSION@
 
202
XINPUT_CFLAGS = @XINPUT_CFLAGS@
 
203
XINPUT_LIBS = @XINPUT_LIBS@
201
204
abs_builddir = @abs_builddir@
202
205
abs_srcdir = @abs_srcdir@
203
206
abs_top_builddir = @abs_top_builddir@
309
312
 
310
313
distclean-hdr:
311
314
        -rm -f config.h stamp-h1
312
 
utouch-grail.sym: $(top_builddir)/config.status $(srcdir)/utouch-grail.sym.in
313
 
        cd $(top_builddir) && $(SHELL) ./config.status $@
314
315
utouch-grail.pc: $(top_builddir)/config.status $(srcdir)/utouch-grail.pc.in
315
316
        cd $(top_builddir) && $(SHELL) ./config.status $@
316
317