~ubuntu-x-swat/xorg-server/xsmoke

« back to all changes in this revision

Viewing changes to tests/Makefile.in

  • Committer: Bryce Harrington
  • Date: 2008-12-12 00:20:56 UTC
  • mfrom: (11.1.3 trunk)
  • Revision ID: bryce@chideok-20081212002056-p8z6pd5k2b4wfw31
Merge packaging.  Thanks Marc!

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.7.9 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
 
5
# Free Software Foundation, Inc.
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
 
17
srcdir = @srcdir@
 
18
top_srcdir = @top_srcdir@
 
19
VPATH = @srcdir@
 
20
pkgdatadir = $(datadir)/@PACKAGE@
 
21
pkglibdir = $(libdir)/@PACKAGE@
 
22
pkgincludedir = $(includedir)/@PACKAGE@
 
23
top_builddir = ..
 
24
 
 
25
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
26
INSTALL = @INSTALL@
 
27
install_sh_DATA = $(install_sh) -c -m 644
 
28
install_sh_PROGRAM = $(install_sh) -c
 
29
install_sh_SCRIPT = $(install_sh) -c
 
30
INSTALL_HEADER = $(INSTALL_DATA)
 
31
transform = $(program_transform_name)
 
32
NORMAL_INSTALL = :
 
33
PRE_INSTALL = :
 
34
POST_INSTALL = :
 
35
NORMAL_UNINSTALL = :
 
36
PRE_UNINSTALL = :
 
37
POST_UNINSTALL = :
 
38
ACLOCAL = @ACLOCAL@
 
39
AMDEP_FALSE = @AMDEP_FALSE@
 
40
AMDEP_TRUE = @AMDEP_TRUE@
 
41
AMTAR = @AMTAR@
 
42
AUTOCONF = @AUTOCONF@
 
43
AUTOHEADER = @AUTOHEADER@
 
44
AUTOMAKE = @AUTOMAKE@
 
45
AWK = @AWK@
 
46
CC = @CC@
 
47
CCDEPMODE = @CCDEPMODE@
 
48
CFLAGS = @CFLAGS@
 
49
CPPFLAGS = @CPPFLAGS@
 
50
CYGPATH_W = @CYGPATH_W@
 
51
DEFS = @DEFS@
 
52
DEPDIR = @DEPDIR@
 
53
ECHO_C = @ECHO_C@
 
54
ECHO_N = @ECHO_N@
 
55
ECHO_T = @ECHO_T@
 
56
EXEEXT = @EXEEXT@
 
57
INSTALL_DATA = @INSTALL_DATA@
 
58
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
59
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
60
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
61
LDFLAGS = @LDFLAGS@
 
62
LIBOBJS = @LIBOBJS@
 
63
LIBS = @LIBS@
 
64
LTLIBOBJS = @LTLIBOBJS@
 
65
MAKEINFO = @MAKEINFO@
 
66
OBJEXT = @OBJEXT@
 
67
PACKAGE = @PACKAGE@
 
68
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
69
PACKAGE_NAME = @PACKAGE_NAME@
 
70
PACKAGE_STRING = @PACKAGE_STRING@
 
71
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
72
PACKAGE_VERSION = @PACKAGE_VERSION@
 
73
PATH_SEPARATOR = @PATH_SEPARATOR@
 
74
SET_MAKE = @SET_MAKE@
 
75
SHELL = @SHELL@
 
76
STRIP = @STRIP@
 
77
VERSION = @VERSION@
 
78
ac_ct_CC = @ac_ct_CC@
 
79
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
80
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
81
am__include = @am__include@
 
82
am__leading_dot = @am__leading_dot@
 
83
am__quote = @am__quote@
 
84
bindir = @bindir@
 
85
build_alias = @build_alias@
 
86
datadir = @datadir@
 
87
datarootdir = @datarootdir@
 
88
docdir = @docdir@
 
89
dvidir = @dvidir@
 
90
exec_prefix = @exec_prefix@
 
91
host_alias = @host_alias@
 
92
htmldir = @htmldir@
 
93
includedir = @includedir@
 
94
infodir = @infodir@
 
95
install_sh = @install_sh@
 
96
libdir = @libdir@
 
97
libexecdir = @libexecdir@
 
98
localedir = @localedir@
 
99
localstatedir = @localstatedir@
 
100
mandir = @mandir@
 
101
oldincludedir = @oldincludedir@
 
102
pdfdir = @pdfdir@
 
103
prefix = @prefix@
 
104
program_transform_name = @program_transform_name@
 
105
psdir = @psdir@
 
106
sbindir = @sbindir@
 
107
sharedstatedir = @sharedstatedir@
 
108
sysconfdir = @sysconfdir@
 
109
target_alias = @target_alias@
 
110
AUTOMAKE_OPTIONS = no-dependencies
 
111
 
 
112
# architecture-independent data files
 
113
testsdir = $(DESTDIR)$(datadir)/xsmoke/tests
 
114
subdir = tests
 
115
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
116
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
117
CONFIG_CLEAN_FILES =
 
118
depcomp =
 
119
am__depfiles_maybe =
 
120
DIST_SOURCES =
 
121
DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
 
122
all: all-am
 
123
 
 
124
.SUFFIXES:
 
125
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
 
126
        cd $(top_srcdir) && \
 
127
          $(AUTOMAKE) --gnu  tests/Makefile
 
128
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
129
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
 
130
uninstall-info-am:
 
131
tags: TAGS
 
132
TAGS:
 
133
 
 
134
ctags: CTAGS
 
135
CTAGS:
 
136
 
 
137
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
138
 
 
139
top_distdir = ..
 
140
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
 
141
 
 
142
distdir: $(DISTFILES)
 
143
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
144
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
145
        list='$(DISTFILES)'; for file in $$list; do \
 
146
          case $$file in \
 
147
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
148
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
149
          esac; \
 
150
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
151
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
152
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
153
            dir="/$$dir"; \
 
154
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
155
          else \
 
156
            dir=''; \
 
157
          fi; \
 
158
          if test -d $$d/$$file; then \
 
159
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
160
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
161
            fi; \
 
162
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
163
          else \
 
164
            test -f $(distdir)/$$file \
 
165
            || cp -p $$d/$$file $(distdir)/$$file \
 
166
            || exit 1; \
 
167
          fi; \
 
168
        done
 
169
check-am: all-am
 
170
check: check-am
 
171
all-am: Makefile
 
172
 
 
173
installdirs:
 
174
install: install-am
 
175
install-exec: install-exec-am
 
176
install-data: install-data-am
 
177
uninstall: uninstall-am
 
178
 
 
179
install-am: all-am
 
180
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
181
 
 
182
installcheck: installcheck-am
 
183
install-strip:
 
184
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
185
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
186
          `test -z '$(STRIP)' || \
 
187
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
188
mostlyclean-generic:
 
189
 
 
190
clean-generic:
 
191
 
 
192
distclean-generic:
 
193
        -rm -f $(CONFIG_CLEAN_FILES)
 
194
 
 
195
maintainer-clean-generic:
 
196
        @echo "This command is intended for maintainers to use"
 
197
        @echo "it deletes files that may require special tools to rebuild."
 
198
clean: clean-am
 
199
 
 
200
clean-am: clean-generic mostlyclean-am
 
201
 
 
202
distclean: distclean-am
 
203
        -rm -f Makefile
 
204
distclean-am: clean-am distclean-generic
 
205
 
 
206
dvi: dvi-am
 
207
 
 
208
dvi-am:
 
209
 
 
210
info: info-am
 
211
 
 
212
info-am:
 
213
 
 
214
install-data-am:
 
215
        @$(NORMAL_INSTALL)
 
216
        $(MAKE) $(AM_MAKEFLAGS) install-data-hook
 
217
 
 
218
install-exec-am:
 
219
 
 
220
install-info: install-info-am
 
221
 
 
222
install-man:
 
223
 
 
224
installcheck-am:
 
225
 
 
226
maintainer-clean: maintainer-clean-am
 
227
        -rm -f Makefile
 
228
maintainer-clean-am: distclean-am maintainer-clean-generic
 
229
 
 
230
mostlyclean: mostlyclean-am
 
231
 
 
232
mostlyclean-am: mostlyclean-generic
 
233
 
 
234
pdf: pdf-am
 
235
 
 
236
pdf-am:
 
237
 
 
238
ps: ps-am
 
239
 
 
240
ps-am:
 
241
 
 
242
uninstall-am: uninstall-info-am
 
243
 
 
244
.PHONY: all all-am check check-am clean clean-generic distclean \
 
245
        distclean-generic distdir dvi dvi-am info info-am install \
 
246
        install-am install-data install-data-am install-exec \
 
247
        install-exec-am install-info install-info-am install-man \
 
248
        install-strip installcheck installcheck-am installdirs \
 
249
        maintainer-clean maintainer-clean-generic mostlyclean \
 
250
        mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
 
251
        uninstall-info-am
 
252
 
 
253
 
 
254
install-data-hook:
 
255
        mkdir -p $(testsdir)
 
256
        find -name xst-\*.sh -type f -exec cp {} $(testsdir) \;
 
257
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
258
# Otherwise a system limit (for SysV at least) may be exceeded.
 
259
.NOEXPORT: