1 | # Makefile.in generated by automake 1.10 from Makefile.am. |
---|
2 | # @configure_input@ |
---|
3 | |
---|
4 | # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
---|
5 | # 2003, 2004, 2005, 2006 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 | VPATH = @srcdir@ |
---|
17 | pkgdatadir = $(datadir)/@PACKAGE@ |
---|
18 | pkglibdir = $(libdir)/@PACKAGE@ |
---|
19 | pkgincludedir = $(includedir)/@PACKAGE@ |
---|
20 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
---|
21 | install_sh_DATA = $(install_sh) -c -m 644 |
---|
22 | install_sh_PROGRAM = $(install_sh) -c |
---|
23 | install_sh_SCRIPT = $(install_sh) -c |
---|
24 | INSTALL_HEADER = $(INSTALL_DATA) |
---|
25 | transform = $(program_transform_name) |
---|
26 | NORMAL_INSTALL = : |
---|
27 | PRE_INSTALL = : |
---|
28 | POST_INSTALL = : |
---|
29 | NORMAL_UNINSTALL = : |
---|
30 | PRE_UNINSTALL = : |
---|
31 | POST_UNINSTALL = : |
---|
32 | build_triplet = @build@ |
---|
33 | host_triplet = @host@ |
---|
34 | target_triplet = @target@ |
---|
35 | subdir = Samples/FacialAnimation |
---|
36 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in |
---|
37 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
---|
38 | am__aclocal_m4_deps = $(top_srcdir)/Scripts/m4/cppunit.m4 \ |
---|
39 | $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.in |
---|
40 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
---|
41 | $(ACLOCAL_M4) |
---|
42 | mkinstalldirs = $(install_sh) -d |
---|
43 | CONFIG_HEADER = $(top_builddir)/OgreMain/include/config.h |
---|
44 | CONFIG_CLEAN_FILES = |
---|
45 | SOURCES = |
---|
46 | DIST_SOURCES = |
---|
47 | RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ |
---|
48 | html-recursive info-recursive install-data-recursive \ |
---|
49 | install-dvi-recursive install-exec-recursive \ |
---|
50 | install-html-recursive install-info-recursive \ |
---|
51 | install-pdf-recursive install-ps-recursive install-recursive \ |
---|
52 | installcheck-recursive installdirs-recursive pdf-recursive \ |
---|
53 | ps-recursive uninstall-recursive |
---|
54 | RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ |
---|
55 | distclean-recursive maintainer-clean-recursive |
---|
56 | ETAGS = etags |
---|
57 | CTAGS = ctags |
---|
58 | DIST_SUBDIRS = $(SUBDIRS) |
---|
59 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
---|
60 | ACLOCAL = @ACLOCAL@ |
---|
61 | AMTAR = @AMTAR@ |
---|
62 | AR = @AR@ |
---|
63 | AUTOCONF = @AUTOCONF@ |
---|
64 | AUTOHEADER = @AUTOHEADER@ |
---|
65 | AUTOMAKE = @AUTOMAKE@ |
---|
66 | AWK = @AWK@ |
---|
67 | CC = @CC@ |
---|
68 | CCDEPMODE = @CCDEPMODE@ |
---|
69 | CEGUI_CFLAGS = @CEGUI_CFLAGS@ |
---|
70 | CEGUI_LIBS = @CEGUI_LIBS@ |
---|
71 | CFLAGS = @CFLAGS@ |
---|
72 | CFLAGS_VISIBILITY = @CFLAGS_VISIBILITY@ |
---|
73 | CPP = @CPP@ |
---|
74 | CPPFLAGS = @CPPFLAGS@ |
---|
75 | CPPUNIT_CFLAGS = @CPPUNIT_CFLAGS@ |
---|
76 | CPPUNIT_CONFIG = @CPPUNIT_CONFIG@ |
---|
77 | CPPUNIT_LIBS = @CPPUNIT_LIBS@ |
---|
78 | CXX = @CXX@ |
---|
79 | CXXCPP = @CXXCPP@ |
---|
80 | CXXDEPMODE = @CXXDEPMODE@ |
---|
81 | CXXFLAGS = @CXXFLAGS@ |
---|
82 | CYGPATH_W = @CYGPATH_W@ |
---|
83 | DEFS = @DEFS@ |
---|
84 | DEPDIR = @DEPDIR@ |
---|
85 | ECHO = @ECHO@ |
---|
86 | ECHO_C = @ECHO_C@ |
---|
87 | ECHO_N = @ECHO_N@ |
---|
88 | ECHO_T = @ECHO_T@ |
---|
89 | EGREP = @EGREP@ |
---|
90 | EXEEXT = @EXEEXT@ |
---|
91 | F77 = @F77@ |
---|
92 | FFLAGS = @FFLAGS@ |
---|
93 | FT2_CFLAGS = @FT2_CFLAGS@ |
---|
94 | FT2_CONFIG = @FT2_CONFIG@ |
---|
95 | FT2_LIBS = @FT2_LIBS@ |
---|
96 | GLSUPPORT_CFLAGS = @GLSUPPORT_CFLAGS@ |
---|
97 | GLSUPPORT_LIBS = @GLSUPPORT_LIBS@ |
---|
98 | GL_LIBS = @GL_LIBS@ |
---|
99 | GREP = @GREP@ |
---|
100 | GTK_CFLAGS = @GTK_CFLAGS@ |
---|
101 | GTK_LIBS = @GTK_LIBS@ |
---|
102 | INSTALL = @INSTALL@ |
---|
103 | INSTALL_DATA = @INSTALL_DATA@ |
---|
104 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
---|
105 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
---|
106 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
---|
107 | LDFLAGS = @LDFLAGS@ |
---|
108 | LEX = @LEX@ |
---|
109 | LEXLIB = @LEXLIB@ |
---|
110 | LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ |
---|
111 | LIBOBJS = @LIBOBJS@ |
---|
112 | LIBS = @LIBS@ |
---|
113 | LIBTOOL = @LIBTOOL@ |
---|
114 | LN_S = @LN_S@ |
---|
115 | LTLIBOBJS = @LTLIBOBJS@ |
---|
116 | MAKEINFO = @MAKEINFO@ |
---|
117 | MKDIR_P = @MKDIR_P@ |
---|
118 | OBJEXT = @OBJEXT@ |
---|
119 | OGRE_CFLAGS = @OGRE_CFLAGS@ |
---|
120 | OGRE_GLSUPPORT = @OGRE_GLSUPPORT@ |
---|
121 | OGRE_GUI = @OGRE_GUI@ |
---|
122 | OGRE_PLATFORM = @OGRE_PLATFORM@ |
---|
123 | OGRE_THREAD_LIBS = @OGRE_THREAD_LIBS@ |
---|
124 | OIS_CFLAGS = @OIS_CFLAGS@ |
---|
125 | OIS_LIBS = @OIS_LIBS@ |
---|
126 | OPENEXR_CFLAGS = @OPENEXR_CFLAGS@ |
---|
127 | OPENEXR_LIBS = @OPENEXR_LIBS@ |
---|
128 | PACKAGE = @PACKAGE@ |
---|
129 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
---|
130 | PACKAGE_NAME = @PACKAGE_NAME@ |
---|
131 | PACKAGE_STRING = @PACKAGE_STRING@ |
---|
132 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
---|
133 | PACKAGE_VERSION = @PACKAGE_VERSION@ |
---|
134 | PATH_SEPARATOR = @PATH_SEPARATOR@ |
---|
135 | PKG_CONFIG = @PKG_CONFIG@ |
---|
136 | PLATFORM_CFLAGS = @PLATFORM_CFLAGS@ |
---|
137 | PLATFORM_LIBS = @PLATFORM_LIBS@ |
---|
138 | PLUGIN_FLAGS = @PLUGIN_FLAGS@ |
---|
139 | RANLIB = @RANLIB@ |
---|
140 | RC = @RC@ |
---|
141 | SED = @SED@ |
---|
142 | SET_MAKE = @SET_MAKE@ |
---|
143 | SHARED_FLAGS = @SHARED_FLAGS@ |
---|
144 | SHELL = @SHELL@ |
---|
145 | STLPORT_CFLAGS = @STLPORT_CFLAGS@ |
---|
146 | STLPORT_LIBS = @STLPORT_LIBS@ |
---|
147 | STRIP = @STRIP@ |
---|
148 | VERSION = @VERSION@ |
---|
149 | XMKMF = @XMKMF@ |
---|
150 | YACC = @YACC@ |
---|
151 | YFLAGS = @YFLAGS@ |
---|
152 | ZZIPLIB_CFLAGS = @ZZIPLIB_CFLAGS@ |
---|
153 | ZZIPLIB_LIBS = @ZZIPLIB_LIBS@ |
---|
154 | abs_builddir = @abs_builddir@ |
---|
155 | abs_srcdir = @abs_srcdir@ |
---|
156 | abs_top_builddir = @abs_top_builddir@ |
---|
157 | abs_top_srcdir = @abs_top_srcdir@ |
---|
158 | ac_ct_CC = @ac_ct_CC@ |
---|
159 | ac_ct_CXX = @ac_ct_CXX@ |
---|
160 | ac_ct_F77 = @ac_ct_F77@ |
---|
161 | am__include = @am__include@ |
---|
162 | am__leading_dot = @am__leading_dot@ |
---|
163 | am__quote = @am__quote@ |
---|
164 | am__tar = @am__tar@ |
---|
165 | am__untar = @am__untar@ |
---|
166 | bindir = @bindir@ |
---|
167 | build = @build@ |
---|
168 | build_alias = @build_alias@ |
---|
169 | build_cpu = @build_cpu@ |
---|
170 | build_os = @build_os@ |
---|
171 | build_vendor = @build_vendor@ |
---|
172 | builddir = @builddir@ |
---|
173 | datadir = @datadir@ |
---|
174 | datarootdir = @datarootdir@ |
---|
175 | docdir = @docdir@ |
---|
176 | dvidir = @dvidir@ |
---|
177 | exec_prefix = @exec_prefix@ |
---|
178 | host = @host@ |
---|
179 | host_alias = @host_alias@ |
---|
180 | host_cpu = @host_cpu@ |
---|
181 | host_os = @host_os@ |
---|
182 | host_vendor = @host_vendor@ |
---|
183 | htmldir = @htmldir@ |
---|
184 | includedir = @includedir@ |
---|
185 | infodir = @infodir@ |
---|
186 | install_sh = @install_sh@ |
---|
187 | libdir = @libdir@ |
---|
188 | libexecdir = @libexecdir@ |
---|
189 | localedir = @localedir@ |
---|
190 | localstatedir = @localstatedir@ |
---|
191 | mandir = @mandir@ |
---|
192 | mkdir_p = @mkdir_p@ |
---|
193 | ogreexecdir = @ogreexecdir@ |
---|
194 | oldincludedir = @oldincludedir@ |
---|
195 | pdfdir = @pdfdir@ |
---|
196 | prefix = @prefix@ |
---|
197 | program_transform_name = @program_transform_name@ |
---|
198 | psdir = @psdir@ |
---|
199 | sbindir = @sbindir@ |
---|
200 | sharedstatedir = @sharedstatedir@ |
---|
201 | srcdir = @srcdir@ |
---|
202 | sysconfdir = @sysconfdir@ |
---|
203 | target = @target@ |
---|
204 | target_alias = @target_alias@ |
---|
205 | target_cpu = @target_cpu@ |
---|
206 | target_os = @target_os@ |
---|
207 | target_vendor = @target_vendor@ |
---|
208 | top_builddir = @top_builddir@ |
---|
209 | top_srcdir = @top_srcdir@ |
---|
210 | SUBDIRS = src |
---|
211 | all: all-recursive |
---|
212 | |
---|
213 | .SUFFIXES: |
---|
214 | $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) |
---|
215 | @for dep in $?; do \ |
---|
216 | case '$(am__configure_deps)' in \ |
---|
217 | *$$dep*) \ |
---|
218 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ |
---|
219 | && exit 0; \ |
---|
220 | exit 1;; \ |
---|
221 | esac; \ |
---|
222 | done; \ |
---|
223 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Samples/FacialAnimation/Makefile'; \ |
---|
224 | cd $(top_srcdir) && \ |
---|
225 | $(AUTOMAKE) --foreign Samples/FacialAnimation/Makefile |
---|
226 | .PRECIOUS: Makefile |
---|
227 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
---|
228 | @case '$?' in \ |
---|
229 | *config.status*) \ |
---|
230 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ |
---|
231 | *) \ |
---|
232 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ |
---|
233 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ |
---|
234 | esac; |
---|
235 | |
---|
236 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
---|
237 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
---|
238 | |
---|
239 | $(top_srcdir)/configure: $(am__configure_deps) |
---|
240 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
---|
241 | $(ACLOCAL_M4): $(am__aclocal_m4_deps) |
---|
242 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
---|
243 | |
---|
244 | mostlyclean-libtool: |
---|
245 | -rm -f *.lo |
---|
246 | |
---|
247 | clean-libtool: |
---|
248 | -rm -rf .libs _libs |
---|
249 | |
---|
250 | # This directory's subdirectories are mostly independent; you can cd |
---|
251 | # into them and run `make' without going through this Makefile. |
---|
252 | # To change the values of `make' variables: instead of editing Makefiles, |
---|
253 | # (1) if the variable is set in `config.status', edit `config.status' |
---|
254 | # (which will cause the Makefiles to be regenerated when you run `make'); |
---|
255 | # (2) otherwise, pass the desired values on the `make' command line. |
---|
256 | $(RECURSIVE_TARGETS): |
---|
257 | @failcom='exit 1'; \ |
---|
258 | for f in x $$MAKEFLAGS; do \ |
---|
259 | case $$f in \ |
---|
260 | *=* | --[!k]*);; \ |
---|
261 | *k*) failcom='fail=yes';; \ |
---|
262 | esac; \ |
---|
263 | done; \ |
---|
264 | dot_seen=no; \ |
---|
265 | target=`echo $@ | sed s/-recursive//`; \ |
---|
266 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
267 | echo "Making $$target in $$subdir"; \ |
---|
268 | if test "$$subdir" = "."; then \ |
---|
269 | dot_seen=yes; \ |
---|
270 | local_target="$$target-am"; \ |
---|
271 | else \ |
---|
272 | local_target="$$target"; \ |
---|
273 | fi; \ |
---|
274 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
---|
275 | || eval $$failcom; \ |
---|
276 | done; \ |
---|
277 | if test "$$dot_seen" = "no"; then \ |
---|
278 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
---|
279 | fi; test -z "$$fail" |
---|
280 | |
---|
281 | $(RECURSIVE_CLEAN_TARGETS): |
---|
282 | @failcom='exit 1'; \ |
---|
283 | for f in x $$MAKEFLAGS; do \ |
---|
284 | case $$f in \ |
---|
285 | *=* | --[!k]*);; \ |
---|
286 | *k*) failcom='fail=yes';; \ |
---|
287 | esac; \ |
---|
288 | done; \ |
---|
289 | dot_seen=no; \ |
---|
290 | case "$@" in \ |
---|
291 | distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ |
---|
292 | *) list='$(SUBDIRS)' ;; \ |
---|
293 | esac; \ |
---|
294 | rev=''; for subdir in $$list; do \ |
---|
295 | if test "$$subdir" = "."; then :; else \ |
---|
296 | rev="$$subdir $$rev"; \ |
---|
297 | fi; \ |
---|
298 | done; \ |
---|
299 | rev="$$rev ."; \ |
---|
300 | target=`echo $@ | sed s/-recursive//`; \ |
---|
301 | for subdir in $$rev; do \ |
---|
302 | echo "Making $$target in $$subdir"; \ |
---|
303 | if test "$$subdir" = "."; then \ |
---|
304 | local_target="$$target-am"; \ |
---|
305 | else \ |
---|
306 | local_target="$$target"; \ |
---|
307 | fi; \ |
---|
308 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
---|
309 | || eval $$failcom; \ |
---|
310 | done && test -z "$$fail" |
---|
311 | tags-recursive: |
---|
312 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
313 | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ |
---|
314 | done |
---|
315 | ctags-recursive: |
---|
316 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
317 | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ |
---|
318 | done |
---|
319 | |
---|
320 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
---|
321 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
---|
322 | unique=`for i in $$list; do \ |
---|
323 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
324 | done | \ |
---|
325 | $(AWK) ' { files[$$0] = 1; } \ |
---|
326 | END { for (i in files) print i; }'`; \ |
---|
327 | mkid -fID $$unique |
---|
328 | tags: TAGS |
---|
329 | |
---|
330 | TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
---|
331 | $(TAGS_FILES) $(LISP) |
---|
332 | tags=; \ |
---|
333 | here=`pwd`; \ |
---|
334 | if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ |
---|
335 | include_option=--etags-include; \ |
---|
336 | empty_fix=.; \ |
---|
337 | else \ |
---|
338 | include_option=--include; \ |
---|
339 | empty_fix=; \ |
---|
340 | fi; \ |
---|
341 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
342 | if test "$$subdir" = .; then :; else \ |
---|
343 | test ! -f $$subdir/TAGS || \ |
---|
344 | tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ |
---|
345 | fi; \ |
---|
346 | done; \ |
---|
347 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
---|
348 | unique=`for i in $$list; do \ |
---|
349 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
350 | done | \ |
---|
351 | $(AWK) ' { files[$$0] = 1; } \ |
---|
352 | END { for (i in files) print i; }'`; \ |
---|
353 | if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ |
---|
354 | test -n "$$unique" || unique=$$empty_fix; \ |
---|
355 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
---|
356 | $$tags $$unique; \ |
---|
357 | fi |
---|
358 | ctags: CTAGS |
---|
359 | CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
---|
360 | $(TAGS_FILES) $(LISP) |
---|
361 | tags=; \ |
---|
362 | here=`pwd`; \ |
---|
363 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
---|
364 | unique=`for i in $$list; do \ |
---|
365 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
366 | done | \ |
---|
367 | $(AWK) ' { files[$$0] = 1; } \ |
---|
368 | END { for (i in files) print i; }'`; \ |
---|
369 | test -z "$(CTAGS_ARGS)$$tags$$unique" \ |
---|
370 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
---|
371 | $$tags $$unique |
---|
372 | |
---|
373 | GTAGS: |
---|
374 | here=`$(am__cd) $(top_builddir) && pwd` \ |
---|
375 | && cd $(top_srcdir) \ |
---|
376 | && gtags -i $(GTAGS_ARGS) $$here |
---|
377 | |
---|
378 | distclean-tags: |
---|
379 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
---|
380 | |
---|
381 | distdir: $(DISTFILES) |
---|
382 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
---|
383 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
---|
384 | list='$(DISTFILES)'; \ |
---|
385 | dist_files=`for file in $$list; do echo $$file; done | \ |
---|
386 | sed -e "s|^$$srcdirstrip/||;t" \ |
---|
387 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ |
---|
388 | case $$dist_files in \ |
---|
389 | */*) $(MKDIR_P) `echo "$$dist_files" | \ |
---|
390 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ |
---|
391 | sort -u` ;; \ |
---|
392 | esac; \ |
---|
393 | for file in $$dist_files; do \ |
---|
394 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
---|
395 | if test -d $$d/$$file; then \ |
---|
396 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ |
---|
397 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
---|
398 | cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ |
---|
399 | fi; \ |
---|
400 | cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ |
---|
401 | else \ |
---|
402 | test -f $(distdir)/$$file \ |
---|
403 | || cp -p $$d/$$file $(distdir)/$$file \ |
---|
404 | || exit 1; \ |
---|
405 | fi; \ |
---|
406 | done |
---|
407 | list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ |
---|
408 | if test "$$subdir" = .; then :; else \ |
---|
409 | test -d "$(distdir)/$$subdir" \ |
---|
410 | || $(MKDIR_P) "$(distdir)/$$subdir" \ |
---|
411 | || exit 1; \ |
---|
412 | distdir=`$(am__cd) $(distdir) && pwd`; \ |
---|
413 | top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ |
---|
414 | (cd $$subdir && \ |
---|
415 | $(MAKE) $(AM_MAKEFLAGS) \ |
---|
416 | top_distdir="$$top_distdir" \ |
---|
417 | distdir="$$distdir/$$subdir" \ |
---|
418 | am__remove_distdir=: \ |
---|
419 | am__skip_length_check=: \ |
---|
420 | distdir) \ |
---|
421 | || exit 1; \ |
---|
422 | fi; \ |
---|
423 | done |
---|
424 | check-am: all-am |
---|
425 | check: check-recursive |
---|
426 | all-am: Makefile |
---|
427 | installdirs: installdirs-recursive |
---|
428 | installdirs-am: |
---|
429 | install: install-recursive |
---|
430 | install-exec: install-exec-recursive |
---|
431 | install-data: install-data-recursive |
---|
432 | uninstall: uninstall-recursive |
---|
433 | |
---|
434 | install-am: all-am |
---|
435 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
---|
436 | |
---|
437 | installcheck: installcheck-recursive |
---|
438 | install-strip: |
---|
439 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
---|
440 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
---|
441 | `test -z '$(STRIP)' || \ |
---|
442 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install |
---|
443 | mostlyclean-generic: |
---|
444 | |
---|
445 | clean-generic: |
---|
446 | |
---|
447 | distclean-generic: |
---|
448 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
---|
449 | |
---|
450 | maintainer-clean-generic: |
---|
451 | @echo "This command is intended for maintainers to use" |
---|
452 | @echo "it deletes files that may require special tools to rebuild." |
---|
453 | clean: clean-recursive |
---|
454 | |
---|
455 | clean-am: clean-generic clean-libtool mostlyclean-am |
---|
456 | |
---|
457 | distclean: distclean-recursive |
---|
458 | -rm -f Makefile |
---|
459 | distclean-am: clean-am distclean-generic distclean-tags |
---|
460 | |
---|
461 | dvi: dvi-recursive |
---|
462 | |
---|
463 | dvi-am: |
---|
464 | |
---|
465 | html: html-recursive |
---|
466 | |
---|
467 | info: info-recursive |
---|
468 | |
---|
469 | info-am: |
---|
470 | |
---|
471 | install-data-am: |
---|
472 | |
---|
473 | install-dvi: install-dvi-recursive |
---|
474 | |
---|
475 | install-exec-am: |
---|
476 | |
---|
477 | install-html: install-html-recursive |
---|
478 | |
---|
479 | install-info: install-info-recursive |
---|
480 | |
---|
481 | install-man: |
---|
482 | |
---|
483 | install-pdf: install-pdf-recursive |
---|
484 | |
---|
485 | install-ps: install-ps-recursive |
---|
486 | |
---|
487 | installcheck-am: |
---|
488 | |
---|
489 | maintainer-clean: maintainer-clean-recursive |
---|
490 | -rm -f Makefile |
---|
491 | maintainer-clean-am: distclean-am maintainer-clean-generic |
---|
492 | |
---|
493 | mostlyclean: mostlyclean-recursive |
---|
494 | |
---|
495 | mostlyclean-am: mostlyclean-generic mostlyclean-libtool |
---|
496 | |
---|
497 | pdf: pdf-recursive |
---|
498 | |
---|
499 | pdf-am: |
---|
500 | |
---|
501 | ps: ps-recursive |
---|
502 | |
---|
503 | ps-am: |
---|
504 | |
---|
505 | uninstall-am: |
---|
506 | |
---|
507 | .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \ |
---|
508 | install-strip |
---|
509 | |
---|
510 | .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ |
---|
511 | all all-am check check-am clean clean-generic clean-libtool \ |
---|
512 | ctags ctags-recursive distclean distclean-generic \ |
---|
513 | distclean-libtool distclean-tags distdir dvi dvi-am html \ |
---|
514 | html-am info info-am install install-am install-data \ |
---|
515 | install-data-am install-dvi install-dvi-am install-exec \ |
---|
516 | install-exec-am install-html install-html-am install-info \ |
---|
517 | install-info-am install-man install-pdf install-pdf-am \ |
---|
518 | install-ps install-ps-am install-strip installcheck \ |
---|
519 | installcheck-am installdirs installdirs-am maintainer-clean \ |
---|
520 | maintainer-clean-generic mostlyclean mostlyclean-generic \ |
---|
521 | mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \ |
---|
522 | uninstall uninstall-am |
---|
523 | |
---|
524 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
---|
525 | # Otherwise a system limit (for SysV at least) may be exceeded. |
---|
526 | .NOEXPORT: |
---|