~ubuntu-branches/ubuntu/oneiric/mesa-demos/oneiric

« back to all changes in this revision

Viewing changes to src/rbug/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Christopher James Halse Rogers
  • Date: 2010-09-27 16:18:27 UTC
  • Revision ID: james.westby@ubuntu.com-20100927161827-1yfgolc1oy9sjhi8
Tags: upstream-8.0.1
ImportĀ upstreamĀ versionĀ 8.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
 
7
# This Makefile.in is free software; the Free Software Foundation
 
8
# gives unlimited permission to copy and/or distribute it,
 
9
# with or without modifications, as long as this notice is preserved.
 
10
 
 
11
# This program is distributed in the hope that it will be useful,
 
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
14
# PARTICULAR PURPOSE.
 
15
 
 
16
@SET_MAKE@
 
17
 
 
18
# Copyright Ā© 2009 Intel Corporation
 
19
#
 
20
# Permission is hereby granted, free of charge, to any person obtaining a
 
21
# copy of this software and associated documentation files (the "Software"),
 
22
# to deal in the Software without restriction, including without limitation
 
23
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
 
24
# and/or sell copies of the Software, and to permit persons to whom the
 
25
# Software is furnished to do so, subject to the following conditions:
 
26
#
 
27
# The above copyright notice and this permission notice (including the next
 
28
# paragraph) shall be included in all copies or substantial portions of the
 
29
# Software.
 
30
#
 
31
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 
32
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 
33
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 
34
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 
35
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 
36
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
 
37
# IN THE SOFTWARE.
 
38
#
 
39
# Authors:
 
40
#    Eric Anholt <eric@anholt.net>
 
41
 
 
42
VPATH = @srcdir@
 
43
pkgdatadir = $(datadir)/@PACKAGE@
 
44
pkgincludedir = $(includedir)/@PACKAGE@
 
45
pkglibdir = $(libdir)/@PACKAGE@
 
46
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
47
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
48
install_sh_DATA = $(install_sh) -c -m 644
 
49
install_sh_PROGRAM = $(install_sh) -c
 
50
install_sh_SCRIPT = $(install_sh) -c
 
51
INSTALL_HEADER = $(INSTALL_DATA)
 
52
transform = $(program_transform_name)
 
53
NORMAL_INSTALL = :
 
54
PRE_INSTALL = :
 
55
POST_INSTALL = :
 
56
NORMAL_UNINSTALL = :
 
57
PRE_UNINSTALL = :
 
58
POST_UNINSTALL = :
 
59
build_triplet = @build@
 
60
host_triplet = @host@
 
61
@HAVE_MESA_SOURCE_TRUE@noinst_PROGRAMS = bin_to_bmp$(EXEEXT) \
 
62
@HAVE_MESA_SOURCE_TRUE@ simple_client$(EXEEXT) \
 
63
@HAVE_MESA_SOURCE_TRUE@ simple_server$(EXEEXT) \
 
64
@HAVE_MESA_SOURCE_TRUE@ shdr_info$(EXEEXT) shdr_dump$(EXEEXT) \
 
65
@HAVE_MESA_SOURCE_TRUE@ shdr_disable$(EXEEXT) ctx_info$(EXEEXT) \
 
66
@HAVE_MESA_SOURCE_TRUE@ ctx_rule$(EXEEXT) tex_info$(EXEEXT) \
 
67
@HAVE_MESA_SOURCE_TRUE@ tex_dump$(EXEEXT)
 
68
subdir = src/rbug
 
69
DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
70
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
71
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
72
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
73
        $(ACLOCAL_M4)
 
74
mkinstalldirs = $(install_sh) -d
 
75
CONFIG_CLEAN_FILES =
 
76
CONFIG_CLEAN_VPATH_FILES =
 
77
PROGRAMS = $(noinst_PROGRAMS)
 
78
bin_to_bmp_SOURCES = bin_to_bmp.c
 
79
bin_to_bmp_OBJECTS = bin_to_bmp.$(OBJEXT)
 
80
bin_to_bmp_LDADD = $(LDADD)
 
81
AM_V_lt = $(am__v_lt_$(V))
 
82
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
 
83
am__v_lt_0 = --silent
 
84
ctx_info_SOURCES = ctx_info.c
 
85
ctx_info_OBJECTS = ctx_info.$(OBJEXT)
 
86
ctx_info_LDADD = $(LDADD)
 
87
ctx_rule_SOURCES = ctx_rule.c
 
88
ctx_rule_OBJECTS = ctx_rule.$(OBJEXT)
 
89
ctx_rule_LDADD = $(LDADD)
 
90
shdr_disable_SOURCES = shdr_disable.c
 
91
shdr_disable_OBJECTS = shdr_disable.$(OBJEXT)
 
92
shdr_disable_LDADD = $(LDADD)
 
93
shdr_dump_SOURCES = shdr_dump.c
 
94
shdr_dump_OBJECTS = shdr_dump.$(OBJEXT)
 
95
shdr_dump_LDADD = $(LDADD)
 
96
shdr_info_SOURCES = shdr_info.c
 
97
shdr_info_OBJECTS = shdr_info.$(OBJEXT)
 
98
shdr_info_LDADD = $(LDADD)
 
99
simple_client_SOURCES = simple_client.c
 
100
simple_client_OBJECTS = simple_client.$(OBJEXT)
 
101
simple_client_LDADD = $(LDADD)
 
102
simple_server_SOURCES = simple_server.c
 
103
simple_server_OBJECTS = simple_server.$(OBJEXT)
 
104
simple_server_LDADD = $(LDADD)
 
105
tex_dump_SOURCES = tex_dump.c
 
106
tex_dump_OBJECTS = tex_dump.$(OBJEXT)
 
107
tex_dump_LDADD = $(LDADD)
 
108
tex_info_SOURCES = tex_info.c
 
109
tex_info_OBJECTS = tex_info.$(OBJEXT)
 
110
tex_info_LDADD = $(LDADD)
 
111
DEFAULT_INCLUDES = -I.@am__isrc@
 
112
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
113
am__depfiles_maybe = depfiles
 
114
am__mv = mv -f
 
115
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
116
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
117
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
118
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
119
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
120
        $(AM_CFLAGS) $(CFLAGS)
 
121
AM_V_CC = $(am__v_CC_$(V))
 
122
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
 
123
am__v_CC_0 = @echo "  CC    " $@;
 
124
AM_V_at = $(am__v_at_$(V))
 
125
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
126
am__v_at_0 = @
 
127
CCLD = $(CC)
 
128
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
129
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
130
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
131
AM_V_CCLD = $(am__v_CCLD_$(V))
 
132
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
 
133
am__v_CCLD_0 = @echo "  CCLD  " $@;
 
134
AM_V_GEN = $(am__v_GEN_$(V))
 
135
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
136
am__v_GEN_0 = @echo "  GEN   " $@;
 
137
SOURCES = bin_to_bmp.c ctx_info.c ctx_rule.c shdr_disable.c \
 
138
        shdr_dump.c shdr_info.c simple_client.c simple_server.c \
 
139
        tex_dump.c tex_info.c
 
140
DIST_SOURCES = bin_to_bmp.c ctx_info.c ctx_rule.c shdr_disable.c \
 
141
        shdr_dump.c shdr_info.c simple_client.c simple_server.c \
 
142
        tex_dump.c tex_info.c
 
143
ETAGS = etags
 
144
CTAGS = ctags
 
145
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
146
ACLOCAL = @ACLOCAL@
 
147
AMTAR = @AMTAR@
 
148
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
149
AR = @AR@
 
150
AUTOCONF = @AUTOCONF@
 
151
AUTOHEADER = @AUTOHEADER@
 
152
AUTOMAKE = @AUTOMAKE@
 
153
AWK = @AWK@
 
154
CC = @CC@
 
155
CCDEPMODE = @CCDEPMODE@
 
156
CFLAGS = @CFLAGS@
 
157
CPP = @CPP@
 
158
CPPFLAGS = @CPPFLAGS@
 
159
CXX = @CXX@
 
160
CXXCPP = @CXXCPP@
 
161
CXXDEPMODE = @CXXDEPMODE@
 
162
CXXFLAGS = @CXXFLAGS@
 
163
CYGPATH_W = @CYGPATH_W@
 
164
DEFS = @DEFS@
 
165
DEMO_CFLAGS = @DEMO_CFLAGS@
 
166
DEMO_LIBS = @DEMO_LIBS@
 
167
DEPDIR = @DEPDIR@
 
168
DSYMUTIL = @DSYMUTIL@
 
169
DUMPBIN = @DUMPBIN@
 
170
ECHO_C = @ECHO_C@
 
171
ECHO_N = @ECHO_N@
 
172
ECHO_T = @ECHO_T@
 
173
EGL_CFLAGS = @EGL_CFLAGS@
 
174
EGL_LIBS = @EGL_LIBS@
 
175
EGREP = @EGREP@
 
176
EXEEXT = @EXEEXT@
 
177
FGREP = @FGREP@
 
178
GLESV1_CFLAGS = @GLESV1_CFLAGS@
 
179
GLESV1_LIBS = @GLESV1_LIBS@
 
180
GLESV2_CFLAGS = @GLESV2_CFLAGS@
 
181
GLESV2_LIBS = @GLESV2_LIBS@
 
182
GLEW_CFLAGS = @GLEW_CFLAGS@
 
183
GLEW_LIBS = @GLEW_LIBS@
 
184
GLUT_CFLAGS = @GLUT_CFLAGS@
 
185
GLUT_LIBS = @GLUT_LIBS@
 
186
GLU_CFLAGS = @GLU_CFLAGS@
 
187
GLU_LIBS = @GLU_LIBS@
 
188
GL_CFLAGS = @GL_CFLAGS@
 
189
GL_LIBS = @GL_LIBS@
 
190
GREP = @GREP@
 
191
INSTALL = @INSTALL@
 
192
INSTALL_DATA = @INSTALL_DATA@
 
193
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
194
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
195
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
196
LD = @LD@
 
197
LDFLAGS = @LDFLAGS@
 
198
LIBOBJS = @LIBOBJS@
 
199
LIBS = @LIBS@
 
200
LIBTOOL = @LIBTOOL@
 
201
LIPO = @LIPO@
 
202
LN_S = @LN_S@
 
203
LTLIBOBJS = @LTLIBOBJS@
 
204
MAKEINFO = @MAKEINFO@
 
205
MESA_GLAPI = @MESA_GLAPI@
 
206
MKDIR_P = @MKDIR_P@
 
207
NM = @NM@
 
208
NMEDIT = @NMEDIT@
 
209
OBJDUMP = @OBJDUMP@
 
210
OBJEXT = @OBJEXT@
 
211
OSMESA16_LIBS = @OSMESA16_LIBS@
 
212
OSMESA32_LIBS = @OSMESA32_LIBS@
 
213
OSMESA_CFLAGS = @OSMESA_CFLAGS@
 
214
OSMESA_LIBS = @OSMESA_LIBS@
 
215
OTOOL = @OTOOL@
 
216
OTOOL64 = @OTOOL64@
 
217
PACKAGE = @PACKAGE@
 
218
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
219
PACKAGE_NAME = @PACKAGE_NAME@
 
220
PACKAGE_STRING = @PACKAGE_STRING@
 
221
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
222
PACKAGE_URL = @PACKAGE_URL@
 
223
PACKAGE_VERSION = @PACKAGE_VERSION@
 
224
PATH_SEPARATOR = @PATH_SEPARATOR@
 
225
PKG_CONFIG = @PKG_CONFIG@
 
226
RANLIB = @RANLIB@
 
227
SED = @SED@
 
228
SET_MAKE = @SET_MAKE@
 
229
SHELL = @SHELL@
 
230
STRIP = @STRIP@
 
231
VERSION = @VERSION@
 
232
VG_CFLAGS = @VG_CFLAGS@
 
233
VG_LIBS = @VG_LIBS@
 
234
X11_CFLAGS = @X11_CFLAGS@
 
235
X11_LIBS = @X11_LIBS@
 
236
abs_builddir = @abs_builddir@
 
237
abs_srcdir = @abs_srcdir@
 
238
abs_top_builddir = @abs_top_builddir@
 
239
abs_top_srcdir = @abs_top_srcdir@
 
240
ac_ct_CC = @ac_ct_CC@
 
241
ac_ct_CXX = @ac_ct_CXX@
 
242
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
243
am__include = @am__include@
 
244
am__leading_dot = @am__leading_dot@
 
245
am__quote = @am__quote@
 
246
am__tar = @am__tar@
 
247
am__untar = @am__untar@
 
248
bindir = @bindir@
 
249
build = @build@
 
250
build_alias = @build_alias@
 
251
build_cpu = @build_cpu@
 
252
build_os = @build_os@
 
253
build_vendor = @build_vendor@
 
254
builddir = @builddir@
 
255
datadir = @datadir@
 
256
datarootdir = @datarootdir@
 
257
docdir = @docdir@
 
258
dvidir = @dvidir@
 
259
exec_prefix = @exec_prefix@
 
260
host = @host@
 
261
host_alias = @host_alias@
 
262
host_cpu = @host_cpu@
 
263
host_os = @host_os@
 
264
host_vendor = @host_vendor@
 
265
htmldir = @htmldir@
 
266
includedir = @includedir@
 
267
infodir = @infodir@
 
268
install_sh = @install_sh@
 
269
libdir = @libdir@
 
270
libexecdir = @libexecdir@
 
271
localedir = @localedir@
 
272
localstatedir = @localstatedir@
 
273
lt_ECHO = @lt_ECHO@
 
274
mandir = @mandir@
 
275
mkdir_p = @mkdir_p@
 
276
oldincludedir = @oldincludedir@
 
277
pdfdir = @pdfdir@
 
278
prefix = @prefix@
 
279
program_transform_name = @program_transform_name@
 
280
psdir = @psdir@
 
281
sbindir = @sbindir@
 
282
sharedstatedir = @sharedstatedir@
 
283
srcdir = @srcdir@
 
284
sysconfdir = @sysconfdir@
 
285
target_alias = @target_alias@
 
286
top_build_prefix = @top_build_prefix@
 
287
top_builddir = @top_builddir@
 
288
top_srcdir = @top_srcdir@
 
289
EXTRA_DIST = \
 
290
        README
 
291
 
 
292
all: all-am
 
293
 
 
294
.SUFFIXES:
 
295
.SUFFIXES: .c .lo .o .obj
 
296
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
297
        @for dep in $?; do \
 
298
          case '$(am__configure_deps)' in \
 
299
            *$$dep*) \
 
300
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
301
                && { if test -f $@; then exit 0; else break; fi; }; \
 
302
              exit 1;; \
 
303
          esac; \
 
304
        done; \
 
305
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/rbug/Makefile'; \
 
306
        $(am__cd) $(top_srcdir) && \
 
307
          $(AUTOMAKE) --foreign src/rbug/Makefile
 
308
.PRECIOUS: Makefile
 
309
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
310
        @case '$?' in \
 
311
          *config.status*) \
 
312
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
313
          *) \
 
314
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
315
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
316
        esac;
 
317
 
 
318
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
319
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
320
 
 
321
$(top_srcdir)/configure:  $(am__configure_deps)
 
322
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
323
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
324
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
325
$(am__aclocal_m4_deps):
 
326
 
 
327
clean-noinstPROGRAMS:
 
328
        @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
 
329
        echo " rm -f" $$list; \
 
330
        rm -f $$list || exit $$?; \
 
331
        test -n "$(EXEEXT)" || exit 0; \
 
332
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
333
        echo " rm -f" $$list; \
 
334
        rm -f $$list
 
335
bin_to_bmp$(EXEEXT): $(bin_to_bmp_OBJECTS) $(bin_to_bmp_DEPENDENCIES) 
 
336
        @rm -f bin_to_bmp$(EXEEXT)
 
337
        $(AM_V_CCLD)$(LINK) $(bin_to_bmp_OBJECTS) $(bin_to_bmp_LDADD) $(LIBS)
 
338
ctx_info$(EXEEXT): $(ctx_info_OBJECTS) $(ctx_info_DEPENDENCIES) 
 
339
        @rm -f ctx_info$(EXEEXT)
 
340
        $(AM_V_CCLD)$(LINK) $(ctx_info_OBJECTS) $(ctx_info_LDADD) $(LIBS)
 
341
ctx_rule$(EXEEXT): $(ctx_rule_OBJECTS) $(ctx_rule_DEPENDENCIES) 
 
342
        @rm -f ctx_rule$(EXEEXT)
 
343
        $(AM_V_CCLD)$(LINK) $(ctx_rule_OBJECTS) $(ctx_rule_LDADD) $(LIBS)
 
344
shdr_disable$(EXEEXT): $(shdr_disable_OBJECTS) $(shdr_disable_DEPENDENCIES) 
 
345
        @rm -f shdr_disable$(EXEEXT)
 
346
        $(AM_V_CCLD)$(LINK) $(shdr_disable_OBJECTS) $(shdr_disable_LDADD) $(LIBS)
 
347
shdr_dump$(EXEEXT): $(shdr_dump_OBJECTS) $(shdr_dump_DEPENDENCIES) 
 
348
        @rm -f shdr_dump$(EXEEXT)
 
349
        $(AM_V_CCLD)$(LINK) $(shdr_dump_OBJECTS) $(shdr_dump_LDADD) $(LIBS)
 
350
shdr_info$(EXEEXT): $(shdr_info_OBJECTS) $(shdr_info_DEPENDENCIES) 
 
351
        @rm -f shdr_info$(EXEEXT)
 
352
        $(AM_V_CCLD)$(LINK) $(shdr_info_OBJECTS) $(shdr_info_LDADD) $(LIBS)
 
353
simple_client$(EXEEXT): $(simple_client_OBJECTS) $(simple_client_DEPENDENCIES) 
 
354
        @rm -f simple_client$(EXEEXT)
 
355
        $(AM_V_CCLD)$(LINK) $(simple_client_OBJECTS) $(simple_client_LDADD) $(LIBS)
 
356
simple_server$(EXEEXT): $(simple_server_OBJECTS) $(simple_server_DEPENDENCIES) 
 
357
        @rm -f simple_server$(EXEEXT)
 
358
        $(AM_V_CCLD)$(LINK) $(simple_server_OBJECTS) $(simple_server_LDADD) $(LIBS)
 
359
tex_dump$(EXEEXT): $(tex_dump_OBJECTS) $(tex_dump_DEPENDENCIES) 
 
360
        @rm -f tex_dump$(EXEEXT)
 
361
        $(AM_V_CCLD)$(LINK) $(tex_dump_OBJECTS) $(tex_dump_LDADD) $(LIBS)
 
362
tex_info$(EXEEXT): $(tex_info_OBJECTS) $(tex_info_DEPENDENCIES) 
 
363
        @rm -f tex_info$(EXEEXT)
 
364
        $(AM_V_CCLD)$(LINK) $(tex_info_OBJECTS) $(tex_info_LDADD) $(LIBS)
 
365
 
 
366
mostlyclean-compile:
 
367
        -rm -f *.$(OBJEXT)
 
368
 
 
369
distclean-compile:
 
370
        -rm -f *.tab.c
 
371
 
 
372
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bin_to_bmp.Po@am__quote@
 
373
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctx_info.Po@am__quote@
 
374
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctx_rule.Po@am__quote@
 
375
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shdr_disable.Po@am__quote@
 
376
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shdr_dump.Po@am__quote@
 
377
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shdr_info.Po@am__quote@
 
378
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/simple_client.Po@am__quote@
 
379
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/simple_server.Po@am__quote@
 
380
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tex_dump.Po@am__quote@
 
381
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tex_info.Po@am__quote@
 
382
 
 
383
.c.o:
 
384
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
385
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
386
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
387
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
388
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
389
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
390
 
 
391
.c.obj:
 
392
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
393
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
394
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
395
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
396
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
397
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
398
 
 
399
.c.lo:
 
400
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
401
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
402
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
403
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
404
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
405
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
406
 
 
407
mostlyclean-libtool:
 
408
        -rm -f *.lo
 
409
 
 
410
clean-libtool:
 
411
        -rm -rf .libs _libs
 
412
 
 
413
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
414
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
415
        unique=`for i in $$list; do \
 
416
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
417
          done | \
 
418
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
419
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
420
        mkid -fID $$unique
 
421
tags: TAGS
 
422
 
 
423
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
424
                $(TAGS_FILES) $(LISP)
 
425
        set x; \
 
426
        here=`pwd`; \
 
427
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
428
        unique=`for i in $$list; do \
 
429
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
430
          done | \
 
431
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
432
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
433
        shift; \
 
434
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
435
          test -n "$$unique" || unique=$$empty_fix; \
 
436
          if test $$# -gt 0; then \
 
437
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
438
              "$$@" $$unique; \
 
439
          else \
 
440
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
441
              $$unique; \
 
442
          fi; \
 
443
        fi
 
444
ctags: CTAGS
 
445
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
446
                $(TAGS_FILES) $(LISP)
 
447
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
448
        unique=`for i in $$list; do \
 
449
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
450
          done | \
 
451
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
452
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
453
        test -z "$(CTAGS_ARGS)$$unique" \
 
454
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
455
             $$unique
 
456
 
 
457
GTAGS:
 
458
        here=`$(am__cd) $(top_builddir) && pwd` \
 
459
          && $(am__cd) $(top_srcdir) \
 
460
          && gtags -i $(GTAGS_ARGS) "$$here"
 
461
 
 
462
distclean-tags:
 
463
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
464
 
 
465
distdir: $(DISTFILES)
 
466
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
467
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
468
        list='$(DISTFILES)'; \
 
469
          dist_files=`for file in $$list; do echo $$file; done | \
 
470
          sed -e "s|^$$srcdirstrip/||;t" \
 
471
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
472
        case $$dist_files in \
 
473
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
474
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
475
                           sort -u` ;; \
 
476
        esac; \
 
477
        for file in $$dist_files; do \
 
478
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
479
          if test -d $$d/$$file; then \
 
480
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
481
            if test -d "$(distdir)/$$file"; then \
 
482
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
483
            fi; \
 
484
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
485
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
486
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
487
            fi; \
 
488
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
489
          else \
 
490
            test -f "$(distdir)/$$file" \
 
491
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
492
            || exit 1; \
 
493
          fi; \
 
494
        done
 
495
check-am: all-am
 
496
check: check-am
 
497
all-am: Makefile $(PROGRAMS)
 
498
installdirs:
 
499
install: install-am
 
500
install-exec: install-exec-am
 
501
install-data: install-data-am
 
502
uninstall: uninstall-am
 
503
 
 
504
install-am: all-am
 
505
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
506
 
 
507
installcheck: installcheck-am
 
508
install-strip:
 
509
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
510
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
511
          `test -z '$(STRIP)' || \
 
512
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
513
mostlyclean-generic:
 
514
 
 
515
clean-generic:
 
516
 
 
517
distclean-generic:
 
518
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
519
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
520
 
 
521
maintainer-clean-generic:
 
522
        @echo "This command is intended for maintainers to use"
 
523
        @echo "it deletes files that may require special tools to rebuild."
 
524
clean: clean-am
 
525
 
 
526
clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
 
527
        mostlyclean-am
 
528
 
 
529
distclean: distclean-am
 
530
        -rm -rf ./$(DEPDIR)
 
531
        -rm -f Makefile
 
532
distclean-am: clean-am distclean-compile distclean-generic \
 
533
        distclean-tags
 
534
 
 
535
dvi: dvi-am
 
536
 
 
537
dvi-am:
 
538
 
 
539
html: html-am
 
540
 
 
541
html-am:
 
542
 
 
543
info: info-am
 
544
 
 
545
info-am:
 
546
 
 
547
install-data-am:
 
548
 
 
549
install-dvi: install-dvi-am
 
550
 
 
551
install-dvi-am:
 
552
 
 
553
install-exec-am:
 
554
 
 
555
install-html: install-html-am
 
556
 
 
557
install-html-am:
 
558
 
 
559
install-info: install-info-am
 
560
 
 
561
install-info-am:
 
562
 
 
563
install-man:
 
564
 
 
565
install-pdf: install-pdf-am
 
566
 
 
567
install-pdf-am:
 
568
 
 
569
install-ps: install-ps-am
 
570
 
 
571
install-ps-am:
 
572
 
 
573
installcheck-am:
 
574
 
 
575
maintainer-clean: maintainer-clean-am
 
576
        -rm -rf ./$(DEPDIR)
 
577
        -rm -f Makefile
 
578
maintainer-clean-am: distclean-am maintainer-clean-generic
 
579
 
 
580
mostlyclean: mostlyclean-am
 
581
 
 
582
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
583
        mostlyclean-libtool
 
584
 
 
585
pdf: pdf-am
 
586
 
 
587
pdf-am:
 
588
 
 
589
ps: ps-am
 
590
 
 
591
ps-am:
 
592
 
 
593
uninstall-am:
 
594
 
 
595
.MAKE: install-am install-strip
 
596
 
 
597
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
598
        clean-libtool clean-noinstPROGRAMS ctags distclean \
 
599
        distclean-compile distclean-generic distclean-libtool \
 
600
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
601
        install install-am install-data install-data-am install-dvi \
 
602
        install-dvi-am install-exec install-exec-am install-html \
 
603
        install-html-am install-info install-info-am install-man \
 
604
        install-pdf install-pdf-am install-ps install-ps-am \
 
605
        install-strip installcheck installcheck-am installdirs \
 
606
        maintainer-clean maintainer-clean-generic mostlyclean \
 
607
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
608
        pdf pdf-am ps ps-am tags uninstall uninstall-am
 
609
 
 
610
 
 
611
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
612
# Otherwise a system limit (for SysV at least) may be exceeded.
 
613
.NOEXPORT: