Commit | Autor | Alter
|
0a10d5
|
1 |
# Makefile.in generated by automake 1.12.2 from Makefile.am. |
JS |
2 |
# @configure_input@ |
|
3 |
|
|
4 |
# Copyright (C) 1994-2012 Free Software Foundation, Inc. |
|
5 |
|
|
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 |
am__make_dryrun = \ |
|
18 |
{ \ |
|
19 |
am__dry=no; \ |
|
20 |
case $$MAKEFLAGS in \ |
|
21 |
*\\[\ \ ]*) \ |
|
22 |
echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ |
|
23 |
| grep '^AM OK$$' >/dev/null || am__dry=yes;; \ |
|
24 |
*) \ |
|
25 |
for am__flg in $$MAKEFLAGS; do \ |
|
26 |
case $$am__flg in \ |
|
27 |
*=*|--*) ;; \ |
|
28 |
*n*) am__dry=yes; break;; \ |
|
29 |
esac; \ |
|
30 |
done;; \ |
|
31 |
esac; \ |
|
32 |
test $$am__dry = yes; \ |
|
33 |
} |
|
34 |
pkgdatadir = $(datadir)/@PACKAGE@ |
|
35 |
pkgincludedir = $(includedir)/@PACKAGE@ |
|
36 |
pkglibdir = $(libdir)/@PACKAGE@ |
|
37 |
pkglibexecdir = $(libexecdir)/@PACKAGE@ |
|
38 |
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
|
39 |
install_sh_DATA = $(install_sh) -c -m 644 |
|
40 |
install_sh_PROGRAM = $(install_sh) -c |
|
41 |
install_sh_SCRIPT = $(install_sh) -c |
|
42 |
INSTALL_HEADER = $(INSTALL_DATA) |
|
43 |
transform = $(program_transform_name) |
|
44 |
NORMAL_INSTALL = : |
|
45 |
PRE_INSTALL = : |
|
46 |
POST_INSTALL = : |
|
47 |
NORMAL_UNINSTALL = : |
|
48 |
PRE_UNINSTALL = : |
|
49 |
POST_UNINSTALL = : |
|
50 |
build_triplet = @build@ |
|
51 |
host_triplet = @host@ |
|
52 |
subdir = bin |
|
53 |
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in |
|
54 |
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
|
55 |
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ |
|
56 |
$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ |
|
57 |
$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ |
|
58 |
$(top_srcdir)/configure.ac |
|
59 |
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
|
60 |
$(ACLOCAL_M4) |
|
61 |
mkinstalldirs = $(install_sh) -d |
|
62 |
CONFIG_CLEAN_FILES = |
|
63 |
CONFIG_CLEAN_VPATH_FILES = |
|
64 |
SOURCES = |
|
65 |
DIST_SOURCES = |
|
66 |
am__can_run_installinfo = \ |
|
67 |
case $$AM_UPDATE_INFO_DIR in \ |
|
68 |
n|no|NO) false;; \ |
|
69 |
*) (install-info --version) >/dev/null 2>&1;; \ |
|
70 |
esac |
|
71 |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
|
72 |
ACLOCAL = @ACLOCAL@ |
|
73 |
AMTAR = @AMTAR@ |
|
74 |
AR = @AR@ |
|
75 |
AUTOCONF = @AUTOCONF@ |
|
76 |
AUTOHEADER = @AUTOHEADER@ |
|
77 |
AUTOMAKE = @AUTOMAKE@ |
|
78 |
AWK = @AWK@ |
|
79 |
CC = @CC@ |
|
80 |
CCDEPMODE = @CCDEPMODE@ |
|
81 |
CFLAGS = @CFLAGS@ |
|
82 |
CPP = @CPP@ |
|
83 |
CPPFLAGS = @CPPFLAGS@ |
|
84 |
CYGPATH_W = @CYGPATH_W@ |
|
85 |
DEFS = @DEFS@ |
|
86 |
DEPDIR = @DEPDIR@ |
|
87 |
DLLTOOL = @DLLTOOL@ |
|
88 |
DSYMUTIL = @DSYMUTIL@ |
|
89 |
DUMPBIN = @DUMPBIN@ |
|
90 |
ECHO_C = @ECHO_C@ |
|
91 |
ECHO_N = @ECHO_N@ |
|
92 |
ECHO_T = @ECHO_T@ |
|
93 |
EGREP = @EGREP@ |
|
94 |
EXEEXT = @EXEEXT@ |
|
95 |
FGREP = @FGREP@ |
|
96 |
GREP = @GREP@ |
|
97 |
INSTALL = @INSTALL@ |
|
98 |
INSTALL_DATA = @INSTALL_DATA@ |
|
99 |
INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
|
100 |
INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
|
101 |
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
|
102 |
LD = @LD@ |
|
103 |
LDFLAGS = @LDFLAGS@ |
|
104 |
LIBOBJS = @LIBOBJS@ |
|
105 |
LIBS = @LIBS@ |
|
106 |
LIBTOOL = @LIBTOOL@ |
|
107 |
LIPO = @LIPO@ |
|
108 |
LN_S = @LN_S@ |
|
109 |
LTLIBOBJS = @LTLIBOBJS@ |
|
110 |
MAKEINFO = @MAKEINFO@ |
|
111 |
MANIFEST_TOOL = @MANIFEST_TOOL@ |
|
112 |
MKDIR_P = @MKDIR_P@ |
|
113 |
NM = @NM@ |
|
114 |
NMEDIT = @NMEDIT@ |
|
115 |
OBJDUMP = @OBJDUMP@ |
|
116 |
OBJEXT = @OBJEXT@ |
|
117 |
OTOOL = @OTOOL@ |
|
118 |
OTOOL64 = @OTOOL64@ |
|
119 |
PACKAGE = @PACKAGE@ |
|
120 |
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
|
121 |
PACKAGE_NAME = @PACKAGE_NAME@ |
|
122 |
PACKAGE_STRING = @PACKAGE_STRING@ |
|
123 |
PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
|
124 |
PACKAGE_URL = @PACKAGE_URL@ |
|
125 |
PACKAGE_VERSION = @PACKAGE_VERSION@ |
|
126 |
PATH_SEPARATOR = @PATH_SEPARATOR@ |
|
127 |
RANLIB = @RANLIB@ |
|
128 |
SED = @SED@ |
|
129 |
SET_MAKE = @SET_MAKE@ |
|
130 |
SHELL = @SHELL@ |
|
131 |
STRIP = @STRIP@ |
|
132 |
VERSION = @VERSION@ |
|
133 |
abs_builddir = @abs_builddir@ |
|
134 |
abs_srcdir = @abs_srcdir@ |
|
135 |
abs_top_builddir = @abs_top_builddir@ |
|
136 |
abs_top_srcdir = @abs_top_srcdir@ |
|
137 |
ac_ct_AR = @ac_ct_AR@ |
|
138 |
ac_ct_CC = @ac_ct_CC@ |
|
139 |
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
|
140 |
am__include = @am__include@ |
|
141 |
am__leading_dot = @am__leading_dot@ |
|
142 |
am__quote = @am__quote@ |
|
143 |
am__tar = @am__tar@ |
|
144 |
am__untar = @am__untar@ |
|
145 |
bindir = @bindir@ |
|
146 |
build = @build@ |
|
147 |
build_alias = @build_alias@ |
|
148 |
build_cpu = @build_cpu@ |
|
149 |
build_os = @build_os@ |
|
150 |
build_vendor = @build_vendor@ |
|
151 |
builddir = @builddir@ |
|
152 |
datadir = @datadir@ |
|
153 |
datarootdir = @datarootdir@ |
|
154 |
docdir = @docdir@ |
|
155 |
dvidir = @dvidir@ |
|
156 |
exec_prefix = @exec_prefix@ |
|
157 |
host = @host@ |
|
158 |
host_alias = @host_alias@ |
|
159 |
host_cpu = @host_cpu@ |
|
160 |
host_os = @host_os@ |
|
161 |
host_vendor = @host_vendor@ |
|
162 |
htmldir = @htmldir@ |
|
163 |
includedir = @includedir@ |
|
164 |
infodir = @infodir@ |
|
165 |
install_sh = @install_sh@ |
|
166 |
libdir = @libdir@ |
|
167 |
libexecdir = @libexecdir@ |
|
168 |
localedir = @localedir@ |
|
169 |
localstatedir = @localstatedir@ |
|
170 |
mandir = @mandir@ |
|
171 |
mkdir_p = @mkdir_p@ |
|
172 |
oldincludedir = @oldincludedir@ |
|
173 |
pdfdir = @pdfdir@ |
|
174 |
prefix = @prefix@ |
|
175 |
program_transform_name = @program_transform_name@ |
|
176 |
psdir = @psdir@ |
|
177 |
sbindir = @sbindir@ |
|
178 |
sharedstatedir = @sharedstatedir@ |
|
179 |
srcdir = @srcdir@ |
|
180 |
sysconfdir = @sysconfdir@ |
|
181 |
target_alias = @target_alias@ |
|
182 |
top_build_prefix = @top_build_prefix@ |
|
183 |
top_builddir = @top_builddir@ |
|
184 |
top_srcdir = @top_srcdir@ |
|
185 |
EXTRA_DIST = libG4Track.la libG4SrcCfg.la .xlibs |
|
186 |
all: all-am |
|
187 |
|
|
188 |
.SUFFIXES: |
|
189 |
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) |
|
190 |
@for dep in $?; do \ |
|
191 |
case '$(am__configure_deps)' in \ |
|
192 |
*$$dep*) \ |
|
193 |
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ |
|
194 |
&& { if test -f $@; then exit 0; else break; fi; }; \ |
|
195 |
exit 1;; \ |
|
196 |
esac; \ |
|
197 |
done; \ |
|
198 |
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign bin/Makefile'; \ |
|
199 |
$(am__cd) $(top_srcdir) && \ |
|
200 |
$(AUTOMAKE) --foreign bin/Makefile |
|
201 |
.PRECIOUS: Makefile |
|
202 |
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
|
203 |
@case '$?' in \ |
|
204 |
*config.status*) \ |
|
205 |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ |
|
206 |
*) \ |
|
207 |
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ |
|
208 |
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ |
|
209 |
esac; |
|
210 |
|
|
211 |
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
|
212 |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
|
213 |
|
|
214 |
$(top_srcdir)/configure: $(am__configure_deps) |
|
215 |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
|
216 |
$(ACLOCAL_M4): $(am__aclocal_m4_deps) |
|
217 |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
|
218 |
$(am__aclocal_m4_deps): |
|
219 |
|
|
220 |
mostlyclean-libtool: |
|
221 |
-rm -f *.lo |
|
222 |
|
|
223 |
clean-libtool: |
|
224 |
-rm -rf .libs _libs |
|
225 |
tags: TAGS |
|
226 |
TAGS: |
|
227 |
|
|
228 |
ctags: CTAGS |
|
229 |
CTAGS: |
|
230 |
|
|
231 |
cscope cscopelist: |
|
232 |
|
|
233 |
|
|
234 |
distdir: $(DISTFILES) |
|
235 |
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
|
236 |
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
|
237 |
list='$(DISTFILES)'; \ |
|
238 |
dist_files=`for file in $$list; do echo $$file; done | \ |
|
239 |
sed -e "s|^$$srcdirstrip/||;t" \ |
|
240 |
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ |
|
241 |
case $$dist_files in \ |
|
242 |
*/*) $(MKDIR_P) `echo "$$dist_files" | \ |
|
243 |
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ |
|
244 |
sort -u` ;; \ |
|
245 |
esac; \ |
|
246 |
for file in $$dist_files; do \ |
|
247 |
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
|
248 |
if test -d $$d/$$file; then \ |
|
249 |
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ |
|
250 |
if test -d "$(distdir)/$$file"; then \ |
|
251 |
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
|
252 |
fi; \ |
|
253 |
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
|
254 |
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ |
|
255 |
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
|
256 |
fi; \ |
|
257 |
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ |
|
258 |
else \ |
|
259 |
test -f "$(distdir)/$$file" \ |
|
260 |
|| cp -p $$d/$$file "$(distdir)/$$file" \ |
|
261 |
|| exit 1; \ |
|
262 |
fi; \ |
|
263 |
done |
|
264 |
check-am: all-am |
|
265 |
check: check-am |
|
266 |
all-am: Makefile |
|
267 |
installdirs: |
|
268 |
install: install-am |
|
269 |
install-exec: install-exec-am |
|
270 |
install-data: install-data-am |
|
271 |
uninstall: uninstall-am |
|
272 |
|
|
273 |
install-am: all-am |
|
274 |
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
|
275 |
|
|
276 |
installcheck: installcheck-am |
|
277 |
install-strip: |
|
278 |
if test -z '$(STRIP)'; then \ |
|
279 |
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
|
280 |
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
|
281 |
install; \ |
|
282 |
else \ |
|
283 |
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
|
284 |
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
|
285 |
"INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ |
|
286 |
fi |
|
287 |
mostlyclean-generic: |
|
288 |
|
|
289 |
clean-generic: |
|
290 |
|
|
291 |
distclean-generic: |
|
292 |
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
|
293 |
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) |
|
294 |
|
|
295 |
maintainer-clean-generic: |
|
296 |
@echo "This command is intended for maintainers to use" |
|
297 |
@echo "it deletes files that may require special tools to rebuild." |
|
298 |
clean: clean-am |
|
299 |
|
|
300 |
clean-am: clean-generic clean-libtool mostlyclean-am |
|
301 |
|
|
302 |
distclean: distclean-am |
|
303 |
-rm -f Makefile |
|
304 |
distclean-am: clean-am distclean-generic |
|
305 |
|
|
306 |
dvi: dvi-am |
|
307 |
|
|
308 |
dvi-am: |
|
309 |
|
|
310 |
html: html-am |
|
311 |
|
|
312 |
html-am: |
|
313 |
|
|
314 |
info: info-am |
|
315 |
|
|
316 |
info-am: |
|
317 |
|
|
318 |
install-data-am: |
|
319 |
|
|
320 |
install-dvi: install-dvi-am |
|
321 |
|
|
322 |
install-dvi-am: |
|
323 |
|
|
324 |
install-exec-am: install-exec-local |
|
325 |
|
|
326 |
install-html: install-html-am |
|
327 |
|
|
328 |
install-html-am: |
|
329 |
|
|
330 |
install-info: install-info-am |
|
331 |
|
|
332 |
install-info-am: |
|
333 |
|
|
334 |
install-man: |
|
335 |
|
|
336 |
install-pdf: install-pdf-am |
|
337 |
|
|
338 |
install-pdf-am: |
|
339 |
|
|
340 |
install-ps: install-ps-am |
|
341 |
|
|
342 |
install-ps-am: |
|
343 |
|
|
344 |
installcheck-am: |
|
345 |
|
|
346 |
maintainer-clean: maintainer-clean-am |
|
347 |
-rm -f Makefile |
|
348 |
maintainer-clean-am: distclean-am maintainer-clean-generic |
|
349 |
|
|
350 |
mostlyclean: mostlyclean-am |
|
351 |
|
|
352 |
mostlyclean-am: mostlyclean-generic mostlyclean-libtool |
|
353 |
|
|
354 |
pdf: pdf-am |
|
355 |
|
|
356 |
pdf-am: |
|
357 |
|
|
358 |
ps: ps-am |
|
359 |
|
|
360 |
ps-am: |
|
361 |
|
|
362 |
uninstall-am: uninstall-local |
|
363 |
|
|
364 |
.MAKE: install-am install-strip |
|
365 |
|
|
366 |
.PHONY: all all-am check check-am clean clean-generic clean-libtool \ |
|
367 |
distclean distclean-generic distclean-libtool distdir dvi \ |
|
368 |
dvi-am html html-am info info-am install install-am \ |
|
369 |
install-data install-data-am install-dvi install-dvi-am \ |
|
370 |
install-exec install-exec-am install-exec-local install-html \ |
|
371 |
install-html-am install-info install-info-am install-man \ |
|
372 |
install-pdf install-pdf-am install-ps install-ps-am \ |
|
373 |
install-strip installcheck installcheck-am installdirs \ |
|
374 |
maintainer-clean maintainer-clean-generic mostlyclean \ |
|
375 |
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
|
376 |
uninstall uninstall-am uninstall-local |
|
377 |
|
|
378 |
|
|
379 |
install-exec-local: |
|
380 |
if test ! -d $(srcdir)/.libs;then \ |
|
381 |
@mkdir_p@ $(srcdir)/.libs; \ |
|
382 |
fi; \ |
|
383 |
if test ! -d $(DESTDIR)/$(libdir);then \ |
|
384 |
@mkdir_p@ $(DESTDIR)/$(libdir); \ |
|
385 |
fi; \ |
|
386 |
@INSTALL@ $(srcdir)/.xlibs/* $(srcdir)/.libs; \ |
|
387 |
@LIBTOOL@ install @INSTALL@ $(srcdir)/libG4Track.la $(DESTDIR)/$(libdir); \ |
|
388 |
@LIBTOOL@ install @INSTALL@ $(srcdir)/libG4SrcCfg.la $(DESTDIR)/$(libdir); \ |
|
389 |
@LIBTOOL@ finish $(DESTDIR)/$(libdir) |
|
390 |
|
|
391 |
uninstall-local: |
|
392 |
@LIBTOOL@ uninstall rm $(DESTDIR)/$(libdir)/libG4Track.la |
|
393 |
@LIBTOOL@ uninstall rm $(DESTDIR)/$(libdir)/libG4SrcCfg.la |
|
394 |
|
|
395 |
# Tell versions [3.59,3.63) of GNU make to not export all variables. |
|
396 |
# Otherwise a system limit (for SysV at least) may be exceeded. |
|
397 |
.NOEXPORT: |