~ubuntu-branches/ubuntu/trusty/libgii/trusty

« back to all changes in this revision

Viewing changes to input/mouse/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin Albert
  • Date: 2001-08-27 23:17:32 UTC
  • Revision ID: james.westby@ubuntu.com-20010827231732-5kiieyxb3mvj25ur
Tags: upstream-0.8.1
ImportĀ upstreamĀ versionĀ 0.8.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
 
2
 
 
3
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
 
4
# This Makefile.in is free software; the Free Software Foundation
 
5
# gives unlimited permission to copy and/or distribute it,
 
6
# with or without modifications, as long as this notice is preserved.
 
7
 
 
8
# This program is distributed in the hope that it will be useful,
 
9
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
10
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
11
# PARTICULAR PURPOSE.
 
12
 
 
13
 
 
14
SHELL = @SHELL@
 
15
 
 
16
srcdir = @srcdir@
 
17
top_srcdir = @top_srcdir@
 
18
VPATH = @srcdir@
 
19
prefix = @prefix@
 
20
exec_prefix = @exec_prefix@
 
21
 
 
22
bindir = @bindir@
 
23
sbindir = @sbindir@
 
24
libexecdir = @libexecdir@
 
25
datadir = @datadir@
 
26
sysconfdir = @sysconfdir@
 
27
sharedstatedir = @sharedstatedir@
 
28
localstatedir = @localstatedir@
 
29
libdir = @libdir@
 
30
infodir = @infodir@
 
31
mandir = @mandir@
 
32
includedir = @includedir@
 
33
oldincludedir = /usr/include
 
34
 
 
35
DESTDIR =
 
36
 
 
37
pkgdatadir = $(datadir)/@PACKAGE@
 
38
pkglibdir = $(libdir)/@PACKAGE@
 
39
pkgincludedir = $(includedir)/@PACKAGE@
 
40
 
 
41
top_builddir = ../..
 
42
 
 
43
ACLOCAL = @ACLOCAL@
 
44
AUTOCONF = @AUTOCONF@
 
45
AUTOMAKE = @AUTOMAKE@
 
46
AUTOHEADER = @AUTOHEADER@
 
47
 
 
48
INSTALL = @INSTALL@
 
49
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
 
50
INSTALL_DATA = @INSTALL_DATA@
 
51
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
52
transform = @program_transform_name@
 
53
 
 
54
NORMAL_INSTALL = :
 
55
PRE_INSTALL = :
 
56
POST_INSTALL = :
 
57
NORMAL_UNINSTALL = :
 
58
PRE_UNINSTALL = :
 
59
POST_UNINSTALL = :
 
60
host_alias = @host_alias@
 
61
host_triplet = @host@
 
62
AS = @AS@
 
63
CC = @CC@
 
64
DEMOS = @DEMOS@
 
65
DLLEXT = @DLLEXT@
 
66
DLLTOOL = @DLLTOOL@
 
67
ECHO = @ECHO@
 
68
EXEEXT = @EXEEXT@
 
69
FILTERSUBDIRS = @FILTERSUBDIRS@
 
70
GGDLLIBS = @GGDLLIBS@
 
71
GGI_16 = @GGI_16@
 
72
GGI_32 = @GGI_32@
 
73
GGI_8 = @GGI_8@
 
74
GGI_ENDIAN = @GGI_ENDIAN@
 
75
GG_CURTIME = @GG_CURTIME@
 
76
GG_USLEEP = @GG_USLEEP@
 
77
INPUTSUBDIRS = @INPUTSUBDIRS@
 
78
LIBTOOL = @LIBTOOL@
 
79
LN_S = @LN_S@
 
80
MAINT = @MAINT@
 
81
MAKEINFO = @MAKEINFO@
 
82
NETLIBS = @NETLIBS@
 
83
OBJDUMP = @OBJDUMP@
 
84
OBJEXT = @OBJEXT@
 
85
PACKAGE = @PACKAGE@
 
86
RANLIB = @RANLIB@
 
87
SELECTLIBS = @SELECTLIBS@
 
88
STRIP = @STRIP@
 
89
TIMEVAL_INCLUDE = @TIMEVAL_INCLUDE@
 
90
USLEEP_INCLUDE1 = @USLEEP_INCLUDE1@
 
91
USLEEP_INCLUDE2 = @USLEEP_INCLUDE2@
 
92
VERSION = @VERSION@
 
93
extra_includes = @extra_includes@
 
94
extra_libraries = @extra_libraries@
 
95
ggi_subdir = @ggi_subdir@
 
96
static_libdir = @static_libdir@
 
97
static_sysconfdir = @static_sysconfdir@
 
98
 
 
99
INCLUDES = -I${top_srcdir}/include -I${top_builddir}/include ${extra_includes}
 
100
mouse_la_LIBADD = ${top_builddir}/gii/libgii.la ${top_builddir}/gg/libgg.la
 
101
 
 
102
inputlib_LTLIBRARIES = mouse.la
 
103
 
 
104
mouse_la_SOURCES = input.c packetparse.c
 
105
mouse_la_LDFLAGS = ${extra_libraries} -module -avoid-version -export-symbols ${srcdir}/EXPSYMS
 
106
 
 
107
inputlibdir = ${libdir}/${ggi_subdir}/input
 
108
 
 
109
EXTRA_DIST = EXPSYMS mouse.h
 
110
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
111
CONFIG_HEADER = ../../config.h
 
112
CONFIG_CLEAN_FILES = 
 
113
LTLIBRARIES =  $(inputlib_LTLIBRARIES)
 
114
 
 
115
 
 
116
DEFS = @DEFS@ -I. -I$(srcdir) -I../..
 
117
CPPFLAGS = @CPPFLAGS@
 
118
LDFLAGS = @LDFLAGS@
 
119
LIBS = @LIBS@
 
120
X_CFLAGS = @X_CFLAGS@
 
121
X_LIBS = @X_LIBS@
 
122
X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
123
X_PRE_LIBS = @X_PRE_LIBS@
 
124
mouse_la_DEPENDENCIES =  ${top_builddir}/gii/libgii.la \
 
125
${top_builddir}/gg/libgg.la
 
126
mouse_la_OBJECTS =  input.lo packetparse.lo
 
127
CFLAGS = @CFLAGS@
 
128
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
129
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
130
CCLD = $(CC)
 
131
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
 
132
DIST_COMMON =  Makefile.am Makefile.in
 
133
 
 
134
 
 
135
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 
136
 
 
137
TAR = tar
 
138
GZIP_ENV = --best
 
139
SOURCES = $(mouse_la_SOURCES)
 
140
OBJECTS = $(mouse_la_OBJECTS)
 
141
 
 
142
all: all-redirect
 
143
.SUFFIXES:
 
144
.SUFFIXES: .S .c .lo .o .obj .s
 
145
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
 
146
        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps input/mouse/Makefile
 
147
 
 
148
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
149
        cd $(top_builddir) \
 
150
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
151
 
 
152
 
 
153
mostlyclean-inputlibLTLIBRARIES:
 
154
 
 
155
clean-inputlibLTLIBRARIES:
 
156
        -test -z "$(inputlib_LTLIBRARIES)" || rm -f $(inputlib_LTLIBRARIES)
 
157
 
 
158
distclean-inputlibLTLIBRARIES:
 
159
 
 
160
maintainer-clean-inputlibLTLIBRARIES:
 
161
 
 
162
install-inputlibLTLIBRARIES: $(inputlib_LTLIBRARIES)
 
163
        @$(NORMAL_INSTALL)
 
164
        $(mkinstalldirs) $(DESTDIR)$(inputlibdir)
 
165
        @list='$(inputlib_LTLIBRARIES)'; for p in $$list; do \
 
166
          if test -f $$p; then \
 
167
            echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(inputlibdir)/$$p"; \
 
168
            $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(inputlibdir)/$$p; \
 
169
          else :; fi; \
 
170
        done
 
171
 
 
172
uninstall-inputlibLTLIBRARIES:
 
173
        @$(NORMAL_UNINSTALL)
 
174
        list='$(inputlib_LTLIBRARIES)'; for p in $$list; do \
 
175
          $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(inputlibdir)/$$p; \
 
176
        done
 
177
 
 
178
.c.o:
 
179
        $(COMPILE) -c $<
 
180
 
 
181
# FIXME: We should only use cygpath when building on Windows,
 
182
# and only if it is available.
 
183
.c.obj:
 
184
        $(COMPILE) -c `cygpath -w $<`
 
185
 
 
186
.s.o:
 
187
        $(COMPILE) -c $<
 
188
 
 
189
.S.o:
 
190
        $(COMPILE) -c $<
 
191
 
 
192
mostlyclean-compile:
 
193
        -rm -f *.o core *.core
 
194
        -rm -f *.$(OBJEXT)
 
195
 
 
196
clean-compile:
 
197
 
 
198
distclean-compile:
 
199
        -rm -f *.tab.c
 
200
 
 
201
maintainer-clean-compile:
 
202
 
 
203
.c.lo:
 
204
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
 
205
 
 
206
.s.lo:
 
207
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
 
208
 
 
209
.S.lo:
 
210
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
 
211
 
 
212
mostlyclean-libtool:
 
213
        -rm -f *.lo
 
214
 
 
215
clean-libtool:
 
216
        -rm -rf .libs _libs
 
217
 
 
218
distclean-libtool:
 
219
 
 
220
maintainer-clean-libtool:
 
221
 
 
222
mouse.la: $(mouse_la_OBJECTS) $(mouse_la_DEPENDENCIES)
 
223
        $(LINK) -rpath $(inputlibdir) $(mouse_la_LDFLAGS) $(mouse_la_OBJECTS) $(mouse_la_LIBADD) $(LIBS)
 
224
 
 
225
tags: TAGS
 
226
 
 
227
ID: $(HEADERS) $(SOURCES) $(LISP)
 
228
        list='$(SOURCES) $(HEADERS)'; \
 
229
        unique=`for i in $$list; do echo $$i; done | \
 
230
          awk '    { files[$$0] = 1; } \
 
231
               END { for (i in files) print i; }'`; \
 
232
        here=`pwd` && cd $(srcdir) \
 
233
          && mkid -f$$here/ID $$unique $(LISP)
 
234
 
 
235
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
 
236
        tags=; \
 
237
        here=`pwd`; \
 
238
        list='$(SOURCES) $(HEADERS)'; \
 
239
        unique=`for i in $$list; do echo $$i; done | \
 
240
          awk '    { files[$$0] = 1; } \
 
241
               END { for (i in files) print i; }'`; \
 
242
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
 
243
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
 
244
 
 
245
mostlyclean-tags:
 
246
 
 
247
clean-tags:
 
248
 
 
249
distclean-tags:
 
250
        -rm -f TAGS ID
 
251
 
 
252
maintainer-clean-tags:
 
253
 
 
254
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
 
255
 
 
256
subdir = input/mouse
 
257
 
 
258
distdir: $(DISTFILES)
 
259
        @for file in $(DISTFILES); do \
 
260
          d=$(srcdir); \
 
261
          if test -d $$d/$$file; then \
 
262
            cp -pr $$d/$$file $(distdir)/$$file; \
 
263
          else \
 
264
            test -f $(distdir)/$$file \
 
265
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
 
266
            || cp -p $$d/$$file $(distdir)/$$file || :; \
 
267
          fi; \
 
268
        done
 
269
 
 
270
info-am:
 
271
info: info-am
 
272
dvi-am:
 
273
dvi: dvi-am
 
274
check-am: all-am
 
275
check: check-am
 
276
installcheck-am:
 
277
installcheck: installcheck-am
 
278
install-exec-am:
 
279
install-exec: install-exec-am
 
280
 
 
281
install-data-am: install-inputlibLTLIBRARIES
 
282
install-data: install-data-am
 
283
 
 
284
install-am: all-am
 
285
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
286
install: install-am
 
287
uninstall-am: uninstall-inputlibLTLIBRARIES
 
288
uninstall: uninstall-am
 
289
all-am: Makefile $(LTLIBRARIES)
 
290
all-redirect: all-am
 
291
install-strip:
 
292
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
 
293
installdirs:
 
294
        $(mkinstalldirs)  $(DESTDIR)$(inputlibdir)
 
295
 
 
296
 
 
297
mostlyclean-generic:
 
298
 
 
299
clean-generic:
 
300
 
 
301
distclean-generic:
 
302
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
303
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
 
304
 
 
305
maintainer-clean-generic:
 
306
mostlyclean-am:  mostlyclean-inputlibLTLIBRARIES mostlyclean-compile \
 
307
                mostlyclean-libtool mostlyclean-tags \
 
308
                mostlyclean-generic
 
309
 
 
310
mostlyclean: mostlyclean-am
 
311
 
 
312
clean-am:  clean-inputlibLTLIBRARIES clean-compile clean-libtool \
 
313
                clean-tags clean-generic mostlyclean-am
 
314
 
 
315
clean: clean-am
 
316
 
 
317
distclean-am:  distclean-inputlibLTLIBRARIES distclean-compile \
 
318
                distclean-libtool distclean-tags distclean-generic \
 
319
                clean-am
 
320
        -rm -f libtool
 
321
 
 
322
distclean: distclean-am
 
323
 
 
324
maintainer-clean-am:  maintainer-clean-inputlibLTLIBRARIES \
 
325
                maintainer-clean-compile maintainer-clean-libtool \
 
326
                maintainer-clean-tags maintainer-clean-generic \
 
327
                distclean-am
 
328
        @echo "This command is intended for maintainers to use;"
 
329
        @echo "it deletes files that may require special tools to rebuild."
 
330
 
 
331
maintainer-clean: maintainer-clean-am
 
332
 
 
333
.PHONY: mostlyclean-inputlibLTLIBRARIES distclean-inputlibLTLIBRARIES \
 
334
clean-inputlibLTLIBRARIES maintainer-clean-inputlibLTLIBRARIES \
 
335
uninstall-inputlibLTLIBRARIES install-inputlibLTLIBRARIES \
 
336
mostlyclean-compile distclean-compile clean-compile \
 
337
maintainer-clean-compile mostlyclean-libtool distclean-libtool \
 
338
clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
 
339
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
 
340
dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
 
341
install-exec install-data-am install-data install-am install \
 
342
uninstall-am uninstall all-redirect all-am all installdirs \
 
343
mostlyclean-generic distclean-generic clean-generic \
 
344
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
 
345
 
 
346
 
 
347
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
348
# Otherwise a system limit (for SysV at least) may be exceeded.
 
349
.NOEXPORT: