~oif-packaging/geis/quantal

« back to all changes in this revision

Viewing changes to tools/geis-server/Makefile.in

  • Committer: Chase Douglas
  • Date: 2012-07-30 15:23:23 UTC
  • mfrom: (49.1.38)
  • Revision ID: chase.douglas@canonical.com-20120730152323-t2ha23w3487fv4ll
  - Fix crash when accepting a gesture (LP: #1015775)
  - Detect added devices properly (LP: #1009270)
  - Fix result value of geis_subscription_deactivate() (LP: #1021448)
  - Upstream project rename to just 'geis'

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.3 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.5 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
17
17
 
18
18
#
19
19
# @file tools/geis-server
20
 
# @brief automake recipe for the uTouch GEIS v2.0 test server
 
20
# @brief automake recipe for the GEIS v2.0 test server
21
21
#
22
22
# Copyright 2011 Canonical, Ltd.
23
23
#
24
 
# This file is part of the utouch-geis library. This library is free software;
 
24
# This file is part of the geis library. This library is free software;
25
25
# you can redistribute it and/or modify it under the terms of the GNU Lesser
26
26
# General Public License as published by the Free Software Foundation; either
27
27
# version 3 of the License, or (at your option) any later version.
36
36
#
37
37
 
38
38
VPATH = @srcdir@
 
39
am__make_dryrun = \
 
40
  { \
 
41
    am__dry=no; \
 
42
    case $$MAKEFLAGS in \
 
43
      *\\[\ \   ]*) \
 
44
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
45
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
46
      *) \
 
47
        for am__flg in $$MAKEFLAGS; do \
 
48
          case $$am__flg in \
 
49
            *=*|--*) ;; \
 
50
            *n*) am__dry=yes; break;; \
 
51
          esac; \
 
52
        done;; \
 
53
    esac; \
 
54
    test $$am__dry = yes; \
 
55
  }
39
56
pkgdatadir = $(datadir)/@PACKAGE@
40
57
pkgincludedir = $(includedir)/@PACKAGE@
41
58
pkglibdir = $(libdir)/@PACKAGE@
74
91
PROGRAMS = $(bin_PROGRAMS)
75
92
am_geis_server_OBJECTS = geis_server-geis-server.$(OBJEXT)
76
93
geis_server_OBJECTS = $(am_geis_server_OBJECTS)
77
 
geis_server_DEPENDENCIES =  \
78
 
        $(top_builddir)/libutouch-geis/libutouch-geis.la
 
94
geis_server_DEPENDENCIES = $(top_builddir)/libgeis/libgeis.la
79
95
AM_V_lt = $(am__v_lt_@AM_V@)
80
96
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
81
97
am__v_lt_0 = --silent
107
123
am__v_GEN_0 = @echo "  GEN   " $@;
108
124
SOURCES = $(geis_server_SOURCES)
109
125
DIST_SOURCES = $(geis_server_SOURCES)
 
126
am__can_run_installinfo = \
 
127
  case $$AM_UPDATE_INFO_DIR in \
 
128
    n|no|NO) false;; \
 
129
    *) (install-info --version) >/dev/null 2>&1;; \
 
130
  esac
110
131
ETAGS = etags
111
132
CTAGS = ctags
112
133
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
275
296
geis_server_CPPFLAGS = \
276
297
        -I$(top_srcdir) \
277
298
        -I$(top_srcdir)/include \
278
 
        -I$(top_srcdir)/libutouch-geis 
 
299
        -I$(top_srcdir)/libgeis 
279
300
 
280
301
geis_server_LDADD = \
281
 
        $(top_builddir)/libutouch-geis/libutouch-geis.la
 
302
        $(top_builddir)/libgeis/libgeis.la
282
303
 
283
304
all: all-am
284
305
 
316
337
$(am__aclocal_m4_deps):
317
338
install-binPROGRAMS: $(bin_PROGRAMS)
318
339
        @$(NORMAL_INSTALL)
319
 
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
320
340
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
341
        if test -n "$$list"; then \
 
342
          echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
 
343
          $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
 
344
        fi; \
321
345
        for p in $$list; do echo "$$p $$p"; done | \
322
346
        sed 's/$(EXEEXT)$$//' | \
323
347
        while read p p1; do if test -f $$p || test -f $$p1; \