1 |
kusanagi |
1.1 |
# Makefile.in generated by automake 1.8.3 from Makefile.am. |
2 |
|
|
# @configure_input@ |
3 |
|
|
|
4 |
|
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
5 |
|
|
# 2003, 2004 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 |
|
|
srcdir = @srcdir@ |
17 |
|
|
top_srcdir = @top_srcdir@ |
18 |
|
|
VPATH = @srcdir@ |
19 |
|
|
pkgdatadir = $(datadir)/@PACKAGE@ |
20 |
|
|
pkglibdir = $(libdir)/@PACKAGE@ |
21 |
|
|
pkgincludedir = $(includedir)/@PACKAGE@ |
22 |
|
|
top_builddir = . |
23 |
|
|
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
24 |
|
|
INSTALL = @INSTALL@ |
25 |
|
|
install_sh_DATA = $(install_sh) -c -m 644 |
26 |
|
|
install_sh_PROGRAM = $(install_sh) -c |
27 |
|
|
install_sh_SCRIPT = $(install_sh) -c |
28 |
|
|
INSTALL_HEADER = $(INSTALL_DATA) |
29 |
|
|
transform = $(program_transform_name) |
30 |
|
|
NORMAL_INSTALL = : |
31 |
|
|
PRE_INSTALL = : |
32 |
|
|
POST_INSTALL = : |
33 |
|
|
NORMAL_UNINSTALL = : |
34 |
|
|
PRE_UNINSTALL = : |
35 |
|
|
POST_UNINSTALL = : |
36 |
|
|
host_triplet = @host@ |
37 |
|
|
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Doxyfile.in \ |
38 |
|
|
$(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
39 |
kusanagi |
1.2 |
$(srcdir)/config.h.in $(top_srcdir)/configure \ |
40 |
|
|
$(top_srcdir)/techmodel/forroutines/anticounter/Makefile.in \ |
41 |
|
|
config.guess config.sub install-sh ltmain.sh missing \ |
42 |
|
|
mkinstalldirs |
43 |
kusanagi |
1.1 |
subdir = . |
44 |
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
45 |
|
|
am__aclocal_m4_deps = $(top_srcdir)/configure.in |
46 |
|
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
47 |
|
|
$(ACLOCAL_M4) |
48 |
|
|
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ |
49 |
|
|
configure.lineno configure.status.lineno |
50 |
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
51 |
|
|
CONFIG_HEADER = config.h |
52 |
kusanagi |
1.2 |
CONFIG_CLEAN_FILES = Doxyfile \ |
53 |
|
|
techmodel/forroutines/anticounter/Makefile |
54 |
kusanagi |
1.1 |
depcomp = |
55 |
|
|
am__depfiles_maybe = |
56 |
|
|
SOURCES = |
57 |
|
|
DIST_SOURCES = |
58 |
|
|
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ |
59 |
|
|
html-recursive info-recursive install-data-recursive \ |
60 |
|
|
install-exec-recursive install-info-recursive \ |
61 |
|
|
install-recursive installcheck-recursive installdirs-recursive \ |
62 |
|
|
pdf-recursive ps-recursive uninstall-info-recursive \ |
63 |
|
|
uninstall-recursive |
64 |
|
|
ETAGS = etags |
65 |
|
|
CTAGS = ctags |
66 |
|
|
DIST_SUBDIRS = $(SUBDIRS) |
67 |
|
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
68 |
|
|
distdir = $(PACKAGE)-$(VERSION) |
69 |
|
|
top_distdir = $(distdir) |
70 |
|
|
am__remove_distdir = \ |
71 |
|
|
{ test ! -d $(distdir) \ |
72 |
|
|
|| { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ |
73 |
|
|
&& rm -fr $(distdir); }; } |
74 |
|
|
DIST_ARCHIVES = $(distdir).tar.gz |
75 |
|
|
GZIP_ENV = --best |
76 |
|
|
distuninstallcheck_listfiles = find . -type f -print |
77 |
|
|
distcleancheck_listfiles = find . -type f -print |
78 |
|
|
ACLOCAL = @ACLOCAL@ |
79 |
|
|
AMDEP_FALSE = @AMDEP_FALSE@ |
80 |
|
|
AMDEP_TRUE = @AMDEP_TRUE@ |
81 |
|
|
AMTAR = @AMTAR@ |
82 |
|
|
AR = @AR@ |
83 |
|
|
AUTOCONF = @AUTOCONF@ |
84 |
|
|
AUTOHEADER = @AUTOHEADER@ |
85 |
|
|
AUTOMAKE = @AUTOMAKE@ |
86 |
|
|
AWK = @AWK@ |
87 |
|
|
CC = @CC@ |
88 |
|
|
CCDEPMODE = @CCDEPMODE@ |
89 |
|
|
CFLAGS = @CFLAGS@ |
90 |
|
|
CPP = @CPP@ |
91 |
|
|
CPPFLAGS = @CPPFLAGS@ |
92 |
|
|
CXX = @CXX@ |
93 |
|
|
CXXCPP = @CXXCPP@ |
94 |
|
|
CXXDEPMODE = @CXXDEPMODE@ |
95 |
|
|
CXXFLAGS = @CXXFLAGS@ |
96 |
|
|
CYGPATH_W = @CYGPATH_W@ |
97 |
|
|
DEFS = @DEFS@ |
98 |
|
|
DEPDIR = @DEPDIR@ |
99 |
|
|
ECHO = @ECHO@ |
100 |
|
|
ECHO_C = @ECHO_C@ |
101 |
|
|
ECHO_N = @ECHO_N@ |
102 |
|
|
ECHO_T = @ECHO_T@ |
103 |
|
|
EGREP = @EGREP@ |
104 |
|
|
EXEEXT = @EXEEXT@ |
105 |
|
|
F77 = @F77@ |
106 |
|
|
FFLAGS = @FFLAGS@ |
107 |
|
|
FLIBS = @FLIBS@ |
108 |
|
|
HAS_DOXYFILE = @HAS_DOXYFILE@ |
109 |
|
|
INSTALL_DATA = @INSTALL_DATA@ |
110 |
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
111 |
|
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
112 |
|
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
113 |
|
|
LDFLAGS = @ROOT_LDFLAGS@ |
114 |
|
|
LIBOBJS = @LIBOBJS@ |
115 |
|
|
LIBS = @LIBS@ |
116 |
|
|
LIBTOOL = @LIBTOOL@ |
117 |
|
|
LN_S = @LN_S@ |
118 |
|
|
LTLIBOBJS = @LTLIBOBJS@ |
119 |
|
|
MAKEINFO = @MAKEINFO@ |
120 |
|
|
OBJEXT = @OBJEXT@ |
121 |
|
|
PACKAGE = @PACKAGE@ |
122 |
|
|
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
123 |
|
|
PACKAGE_NAME = @PACKAGE_NAME@ |
124 |
|
|
PACKAGE_STRING = @PACKAGE_STRING@ |
125 |
|
|
PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
126 |
|
|
PACKAGE_VERSION = @PACKAGE_VERSION@ |
127 |
|
|
PATH_SEPARATOR = @PATH_SEPARATOR@ |
128 |
|
|
RANLIB = @RANLIB@ |
129 |
|
|
ROOTCINT = @ROOTCINT@ |
130 |
|
|
ROOT_INCLUDES = @ROOT_INCLUDES@ |
131 |
|
|
ROOT_LDFLAGS = @ROOT_LDFLAGS@ |
132 |
|
|
SET_MAKE = @SET_MAKE@ |
133 |
|
|
SHELL = @SHELL@ |
134 |
|
|
STRIP = @STRIP@ |
135 |
|
|
VERSION = @VERSION@ |
136 |
|
|
ac_ct_AR = @ac_ct_AR@ |
137 |
|
|
ac_ct_CC = @ac_ct_CC@ |
138 |
|
|
ac_ct_CXX = @ac_ct_CXX@ |
139 |
|
|
ac_ct_F77 = @ac_ct_F77@ |
140 |
|
|
ac_ct_RANLIB = @ac_ct_RANLIB@ |
141 |
|
|
ac_ct_STRIP = @ac_ct_STRIP@ |
142 |
|
|
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ |
143 |
|
|
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ |
144 |
|
|
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ |
145 |
|
|
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ |
146 |
|
|
am__include = @am__include@ |
147 |
|
|
am__leading_dot = @am__leading_dot@ |
148 |
|
|
am__quote = @am__quote@ |
149 |
|
|
bindir = @bindir@ |
150 |
|
|
build = @build@ |
151 |
|
|
build_alias = @build_alias@ |
152 |
|
|
build_cpu = @build_cpu@ |
153 |
|
|
build_os = @build_os@ |
154 |
|
|
build_vendor = @build_vendor@ |
155 |
|
|
datadir = @datadir@ |
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 |
|
|
includedir = @includedir@ |
163 |
|
|
infodir = @infodir@ |
164 |
|
|
install_sh = @install_sh@ |
165 |
|
|
libdir = @libdir@ |
166 |
|
|
libexecdir = @libexecdir@ |
167 |
|
|
localstatedir = @localstatedir@ |
168 |
|
|
mandir = @mandir@ |
169 |
|
|
mkdir_p = @mkdir_p@ |
170 |
|
|
oldincludedir = @oldincludedir@ |
171 |
|
|
prefix = @prefix@ |
172 |
|
|
program_transform_name = @program_transform_name@ |
173 |
|
|
sbindir = @sbindir@ |
174 |
|
|
sharedstatedir = @sharedstatedir@ |
175 |
|
|
sysconfdir = @sysconfdir@ |
176 |
|
|
target_alias = @target_alias@ |
177 |
|
|
AUTOMAKE_OPTIONS = foreign no-dependencies no-installinfo |
178 |
|
|
SUBDIRS = event techmodel |
179 |
|
|
EXTRA_DIST = Doxyfile.in |
180 |
|
|
INCLUDES = -I@top_srcdir@ -I@top_srcdir@/event @ROOT_INCLUDES@ |
181 |
|
|
all: config.h |
182 |
|
|
$(MAKE) $(AM_MAKEFLAGS) all-recursive |
183 |
|
|
|
184 |
|
|
.SUFFIXES: |
185 |
|
|
am--refresh: |
186 |
|
|
@: |
187 |
|
|
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) |
188 |
|
|
@for dep in $?; do \ |
189 |
|
|
case '$(am__configure_deps)' in \ |
190 |
|
|
*$$dep*) \ |
191 |
|
|
echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \ |
192 |
|
|
cd $(srcdir) && $(AUTOMAKE) --foreign \ |
193 |
|
|
&& exit 0; \ |
194 |
|
|
exit 1;; \ |
195 |
|
|
esac; \ |
196 |
|
|
done; \ |
197 |
|
|
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ |
198 |
|
|
cd $(top_srcdir) && \ |
199 |
|
|
$(AUTOMAKE) --foreign Makefile |
200 |
|
|
.PRECIOUS: Makefile |
201 |
|
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
202 |
|
|
@case '$?' in \ |
203 |
|
|
*config.status*) \ |
204 |
|
|
echo ' $(SHELL) ./config.status'; \ |
205 |
|
|
$(SHELL) ./config.status;; \ |
206 |
|
|
*) \ |
207 |
|
|
echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ |
208 |
|
|
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ |
209 |
|
|
esac; |
210 |
|
|
|
211 |
|
|
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
212 |
|
|
$(SHELL) ./config.status --recheck |
213 |
|
|
|
214 |
|
|
$(top_srcdir)/configure: $(am__configure_deps) |
215 |
|
|
cd $(srcdir) && $(AUTOCONF) |
216 |
|
|
$(ACLOCAL_M4): $(am__aclocal_m4_deps) |
217 |
|
|
cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) |
218 |
|
|
|
219 |
|
|
config.h: stamp-h1 |
220 |
|
|
@if test ! -f $@; then \ |
221 |
|
|
rm -f stamp-h1; \ |
222 |
|
|
$(MAKE) stamp-h1; \ |
223 |
|
|
else :; fi |
224 |
|
|
|
225 |
|
|
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status |
226 |
|
|
@rm -f stamp-h1 |
227 |
|
|
cd $(top_builddir) && $(SHELL) ./config.status config.h |
228 |
|
|
$(srcdir)/config.h.in: $(am__configure_deps) |
229 |
|
|
cd $(top_srcdir) && $(AUTOHEADER) |
230 |
|
|
rm -f stamp-h1 |
231 |
|
|
touch $@ |
232 |
|
|
|
233 |
|
|
distclean-hdr: |
234 |
|
|
-rm -f config.h stamp-h1 |
235 |
|
|
Doxyfile: $(top_builddir)/config.status $(srcdir)/Doxyfile.in |
236 |
|
|
cd $(top_builddir) && $(SHELL) ./config.status $@ |
237 |
kusanagi |
1.2 |
techmodel/forroutines/anticounter/Makefile: $(top_builddir)/config.status $(top_srcdir)/techmodel/forroutines/anticounter/Makefile.in |
238 |
|
|
cd $(top_builddir) && $(SHELL) ./config.status $@ |
239 |
kusanagi |
1.1 |
|
240 |
|
|
mostlyclean-libtool: |
241 |
|
|
-rm -f *.lo |
242 |
|
|
|
243 |
|
|
clean-libtool: |
244 |
|
|
-rm -rf .libs _libs |
245 |
|
|
|
246 |
|
|
distclean-libtool: |
247 |
|
|
-rm -f libtool |
248 |
|
|
uninstall-info-am: |
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 |
|
|
@set fnord $$MAKEFLAGS; amf=$$2; \ |
258 |
|
|
dot_seen=no; \ |
259 |
|
|
target=`echo $@ | sed s/-recursive//`; \ |
260 |
|
|
list='$(SUBDIRS)'; for subdir in $$list; do \ |
261 |
|
|
echo "Making $$target in $$subdir"; \ |
262 |
|
|
if test "$$subdir" = "."; then \ |
263 |
|
|
dot_seen=yes; \ |
264 |
|
|
local_target="$$target-am"; \ |
265 |
|
|
else \ |
266 |
|
|
local_target="$$target"; \ |
267 |
|
|
fi; \ |
268 |
|
|
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
269 |
|
|
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ |
270 |
|
|
done; \ |
271 |
|
|
if test "$$dot_seen" = "no"; then \ |
272 |
|
|
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
273 |
|
|
fi; test -z "$$fail" |
274 |
|
|
|
275 |
|
|
mostlyclean-recursive clean-recursive distclean-recursive \ |
276 |
|
|
maintainer-clean-recursive: |
277 |
|
|
@set fnord $$MAKEFLAGS; amf=$$2; \ |
278 |
|
|
dot_seen=no; \ |
279 |
|
|
case "$@" in \ |
280 |
|
|
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ |
281 |
|
|
*) list='$(SUBDIRS)' ;; \ |
282 |
|
|
esac; \ |
283 |
|
|
rev=''; for subdir in $$list; do \ |
284 |
|
|
if test "$$subdir" = "."; then :; else \ |
285 |
|
|
rev="$$subdir $$rev"; \ |
286 |
|
|
fi; \ |
287 |
|
|
done; \ |
288 |
|
|
rev="$$rev ."; \ |
289 |
|
|
target=`echo $@ | sed s/-recursive//`; \ |
290 |
|
|
for subdir in $$rev; do \ |
291 |
|
|
echo "Making $$target in $$subdir"; \ |
292 |
|
|
if test "$$subdir" = "."; then \ |
293 |
|
|
local_target="$$target-am"; \ |
294 |
|
|
else \ |
295 |
|
|
local_target="$$target"; \ |
296 |
|
|
fi; \ |
297 |
|
|
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
298 |
|
|
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ |
299 |
|
|
done && test -z "$$fail" |
300 |
|
|
tags-recursive: |
301 |
|
|
list='$(SUBDIRS)'; for subdir in $$list; do \ |
302 |
|
|
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ |
303 |
|
|
done |
304 |
|
|
ctags-recursive: |
305 |
|
|
list='$(SUBDIRS)'; for subdir in $$list; do \ |
306 |
|
|
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ |
307 |
|
|
done |
308 |
|
|
|
309 |
|
|
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
310 |
|
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
311 |
|
|
unique=`for i in $$list; do \ |
312 |
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
313 |
|
|
done | \ |
314 |
|
|
$(AWK) ' { files[$$0] = 1; } \ |
315 |
|
|
END { for (i in files) print i; }'`; \ |
316 |
|
|
mkid -fID $$unique |
317 |
|
|
tags: TAGS |
318 |
|
|
|
319 |
|
|
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ |
320 |
|
|
$(TAGS_FILES) $(LISP) |
321 |
|
|
tags=; \ |
322 |
|
|
here=`pwd`; \ |
323 |
|
|
if (etags --etags-include --version) >/dev/null 2>&1; then \ |
324 |
|
|
include_option=--etags-include; \ |
325 |
|
|
else \ |
326 |
|
|
include_option=--include; \ |
327 |
|
|
fi; \ |
328 |
|
|
list='$(SUBDIRS)'; for subdir in $$list; do \ |
329 |
|
|
if test "$$subdir" = .; then :; else \ |
330 |
|
|
test -f $$subdir/TAGS && \ |
331 |
|
|
tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ |
332 |
|
|
fi; \ |
333 |
|
|
done; \ |
334 |
|
|
list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ |
335 |
|
|
unique=`for i in $$list; do \ |
336 |
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
337 |
|
|
done | \ |
338 |
|
|
$(AWK) ' { files[$$0] = 1; } \ |
339 |
|
|
END { for (i in files) print i; }'`; \ |
340 |
|
|
test -z "$(ETAGS_ARGS)$$tags$$unique" \ |
341 |
|
|
|| $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
342 |
|
|
$$tags $$unique |
343 |
|
|
ctags: CTAGS |
344 |
|
|
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ |
345 |
|
|
$(TAGS_FILES) $(LISP) |
346 |
|
|
tags=; \ |
347 |
|
|
here=`pwd`; \ |
348 |
|
|
list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ |
349 |
|
|
unique=`for i in $$list; do \ |
350 |
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
351 |
|
|
done | \ |
352 |
|
|
$(AWK) ' { files[$$0] = 1; } \ |
353 |
|
|
END { for (i in files) print i; }'`; \ |
354 |
|
|
test -z "$(CTAGS_ARGS)$$tags$$unique" \ |
355 |
|
|
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
356 |
|
|
$$tags $$unique |
357 |
|
|
|
358 |
|
|
GTAGS: |
359 |
|
|
here=`$(am__cd) $(top_builddir) && pwd` \ |
360 |
|
|
&& cd $(top_srcdir) \ |
361 |
|
|
&& gtags -i $(GTAGS_ARGS) $$here |
362 |
|
|
|
363 |
|
|
distclean-tags: |
364 |
|
|
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
365 |
|
|
|
366 |
|
|
distdir: $(DISTFILES) |
367 |
|
|
$(am__remove_distdir) |
368 |
|
|
mkdir $(distdir) |
369 |
kusanagi |
1.2 |
$(mkdir_p) $(distdir)/. $(distdir)/techmodel/forroutines/anticounter |
370 |
kusanagi |
1.1 |
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ |
371 |
|
|
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ |
372 |
|
|
list='$(DISTFILES)'; for file in $$list; do \ |
373 |
|
|
case $$file in \ |
374 |
|
|
$(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ |
375 |
|
|
$(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ |
376 |
|
|
esac; \ |
377 |
|
|
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
378 |
|
|
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ |
379 |
|
|
if test "$$dir" != "$$file" && test "$$dir" != "."; then \ |
380 |
|
|
dir="/$$dir"; \ |
381 |
|
|
$(mkdir_p) "$(distdir)$$dir"; \ |
382 |
|
|
else \ |
383 |
|
|
dir=''; \ |
384 |
|
|
fi; \ |
385 |
|
|
if test -d $$d/$$file; then \ |
386 |
|
|
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
387 |
|
|
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ |
388 |
|
|
fi; \ |
389 |
|
|
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ |
390 |
|
|
else \ |
391 |
|
|
test -f $(distdir)/$$file \ |
392 |
|
|
|| cp -p $$d/$$file $(distdir)/$$file \ |
393 |
|
|
|| exit 1; \ |
394 |
|
|
fi; \ |
395 |
|
|
done |
396 |
|
|
list='$(SUBDIRS)'; for subdir in $$list; do \ |
397 |
|
|
if test "$$subdir" = .; then :; else \ |
398 |
|
|
test -d "$(distdir)/$$subdir" \ |
399 |
|
|
|| mkdir "$(distdir)/$$subdir" \ |
400 |
|
|
|| exit 1; \ |
401 |
|
|
(cd $$subdir && \ |
402 |
|
|
$(MAKE) $(AM_MAKEFLAGS) \ |
403 |
|
|
top_distdir="../$(top_distdir)" \ |
404 |
|
|
distdir="../$(distdir)/$$subdir" \ |
405 |
|
|
distdir) \ |
406 |
|
|
|| exit 1; \ |
407 |
|
|
fi; \ |
408 |
|
|
done |
409 |
|
|
-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ |
410 |
|
|
! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ |
411 |
|
|
! -type d ! -perm -400 -exec chmod a+r {} \; -o \ |
412 |
|
|
! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ |
413 |
|
|
|| chmod -R a+r $(distdir) |
414 |
|
|
dist-gzip: distdir |
415 |
|
|
$(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz |
416 |
|
|
$(am__remove_distdir) |
417 |
|
|
|
418 |
|
|
dist-bzip2: distdir |
419 |
|
|
$(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2 |
420 |
|
|
$(am__remove_distdir) |
421 |
|
|
|
422 |
|
|
dist-tarZ: distdir |
423 |
|
|
$(AMTAR) chof - $(distdir) | compress -c >$(distdir).tar.Z |
424 |
|
|
$(am__remove_distdir) |
425 |
|
|
|
426 |
|
|
dist-shar: distdir |
427 |
|
|
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz |
428 |
|
|
$(am__remove_distdir) |
429 |
|
|
|
430 |
|
|
dist-zip: distdir |
431 |
|
|
-rm -f $(distdir).zip |
432 |
|
|
zip -rq $(distdir).zip $(distdir) |
433 |
|
|
$(am__remove_distdir) |
434 |
|
|
|
435 |
|
|
dist dist-all: distdir |
436 |
|
|
$(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz |
437 |
|
|
$(am__remove_distdir) |
438 |
|
|
|
439 |
|
|
# This target untars the dist file and tries a VPATH configuration. Then |
440 |
|
|
# it guarantees that the distribution is self-contained by making another |
441 |
|
|
# tarfile. |
442 |
|
|
distcheck: dist |
443 |
|
|
case '$(DIST_ARCHIVES)' in \ |
444 |
|
|
*.tar.gz*) \ |
445 |
|
|
GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - ;;\ |
446 |
|
|
*.tar.bz2*) \ |
447 |
|
|
bunzip2 -c $(distdir).tar.bz2 | $(AMTAR) xf - ;;\ |
448 |
|
|
*.tar.Z*) \ |
449 |
|
|
uncompress -c $(distdir).tar.Z | $(AMTAR) xf - ;;\ |
450 |
|
|
*.shar.gz*) \ |
451 |
|
|
GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | unshar ;;\ |
452 |
|
|
*.zip*) \ |
453 |
|
|
unzip $(distdir).zip ;;\ |
454 |
|
|
esac |
455 |
|
|
chmod -R a-w $(distdir); chmod a+w $(distdir) |
456 |
|
|
mkdir $(distdir)/_build |
457 |
|
|
mkdir $(distdir)/_inst |
458 |
|
|
chmod a-w $(distdir) |
459 |
|
|
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ |
460 |
|
|
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ |
461 |
|
|
&& cd $(distdir)/_build \ |
462 |
|
|
&& ../configure --srcdir=.. --prefix="$$dc_install_base" \ |
463 |
|
|
$(DISTCHECK_CONFIGURE_FLAGS) \ |
464 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) \ |
465 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) dvi \ |
466 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) check \ |
467 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) install \ |
468 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) installcheck \ |
469 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) uninstall \ |
470 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ |
471 |
|
|
distuninstallcheck \ |
472 |
|
|
&& chmod -R a-w "$$dc_install_base" \ |
473 |
|
|
&& ({ \ |
474 |
|
|
(cd ../.. && umask 077 && mkdir "$$dc_destdir") \ |
475 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ |
476 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ |
477 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ |
478 |
|
|
distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ |
479 |
|
|
} || { rm -rf "$$dc_destdir"; exit 1; }) \ |
480 |
|
|
&& rm -rf "$$dc_destdir" \ |
481 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) dist \ |
482 |
|
|
&& rm -rf $(DIST_ARCHIVES) \ |
483 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) distcleancheck |
484 |
|
|
$(am__remove_distdir) |
485 |
|
|
@(echo "$(distdir) archives ready for distribution: "; \ |
486 |
|
|
list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ |
487 |
|
|
sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}' |
488 |
|
|
distuninstallcheck: |
489 |
|
|
@cd $(distuninstallcheck_dir) \ |
490 |
|
|
&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ |
491 |
|
|
|| { echo "ERROR: files left after uninstall:" ; \ |
492 |
|
|
if test -n "$(DESTDIR)"; then \ |
493 |
|
|
echo " (check DESTDIR support)"; \ |
494 |
|
|
fi ; \ |
495 |
|
|
$(distuninstallcheck_listfiles) ; \ |
496 |
|
|
exit 1; } >&2 |
497 |
|
|
distcleancheck: distclean |
498 |
|
|
@if test '$(srcdir)' = . ; then \ |
499 |
|
|
echo "ERROR: distcleancheck can only run from a VPATH build" ; \ |
500 |
|
|
exit 1 ; \ |
501 |
|
|
fi |
502 |
|
|
@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ |
503 |
|
|
|| { echo "ERROR: files left in build directory after distclean:" ; \ |
504 |
|
|
$(distcleancheck_listfiles) ; \ |
505 |
|
|
exit 1; } >&2 |
506 |
|
|
check-am: all-am |
507 |
|
|
check: check-recursive |
508 |
|
|
all-am: Makefile config.h |
509 |
|
|
installdirs: installdirs-recursive |
510 |
|
|
installdirs-am: |
511 |
|
|
install: install-recursive |
512 |
|
|
install-exec: install-exec-recursive |
513 |
|
|
install-data: install-data-recursive |
514 |
|
|
uninstall: uninstall-recursive |
515 |
|
|
|
516 |
|
|
install-am: all-am |
517 |
|
|
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
518 |
|
|
|
519 |
|
|
installcheck: installcheck-recursive |
520 |
|
|
install-strip: |
521 |
|
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
522 |
|
|
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
523 |
|
|
`test -z '$(STRIP)' || \ |
524 |
|
|
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install |
525 |
|
|
mostlyclean-generic: |
526 |
|
|
|
527 |
|
|
clean-generic: |
528 |
|
|
|
529 |
|
|
distclean-generic: |
530 |
|
|
-rm -f $(CONFIG_CLEAN_FILES) |
531 |
|
|
|
532 |
|
|
maintainer-clean-generic: |
533 |
|
|
@echo "This command is intended for maintainers to use" |
534 |
|
|
@echo "it deletes files that may require special tools to rebuild." |
535 |
|
|
clean: clean-recursive |
536 |
|
|
|
537 |
|
|
clean-am: clean-generic clean-libtool mostlyclean-am |
538 |
|
|
|
539 |
|
|
distclean: distclean-recursive |
540 |
|
|
-rm -f $(am__CONFIG_DISTCLEAN_FILES) |
541 |
|
|
-rm -f Makefile |
542 |
|
|
distclean-am: clean-am distclean-generic distclean-hdr \ |
543 |
|
|
distclean-libtool distclean-tags |
544 |
|
|
|
545 |
|
|
dvi: dvi-recursive |
546 |
|
|
|
547 |
|
|
dvi-am: |
548 |
|
|
|
549 |
|
|
html: html-recursive |
550 |
|
|
|
551 |
|
|
info: info-recursive |
552 |
|
|
|
553 |
|
|
info-am: |
554 |
|
|
|
555 |
|
|
install-data-am: |
556 |
|
|
|
557 |
|
|
install-exec-am: |
558 |
|
|
|
559 |
|
|
install-info: install-info-recursive |
560 |
|
|
|
561 |
|
|
install-man: |
562 |
|
|
|
563 |
|
|
installcheck-am: |
564 |
|
|
|
565 |
|
|
maintainer-clean: maintainer-clean-recursive |
566 |
|
|
-rm -f $(am__CONFIG_DISTCLEAN_FILES) |
567 |
|
|
-rm -rf $(top_srcdir)/autom4te.cache |
568 |
|
|
-rm -f Makefile |
569 |
|
|
maintainer-clean-am: distclean-am maintainer-clean-generic |
570 |
|
|
|
571 |
|
|
mostlyclean: mostlyclean-recursive |
572 |
|
|
|
573 |
|
|
mostlyclean-am: mostlyclean-generic mostlyclean-libtool |
574 |
|
|
|
575 |
|
|
pdf: pdf-recursive |
576 |
|
|
|
577 |
|
|
pdf-am: |
578 |
|
|
|
579 |
|
|
ps: ps-recursive |
580 |
|
|
|
581 |
|
|
ps-am: |
582 |
|
|
|
583 |
|
|
uninstall-am: |
584 |
|
|
|
585 |
|
|
uninstall-info: uninstall-info-recursive |
586 |
|
|
|
587 |
|
|
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \ |
588 |
|
|
check-am clean clean-generic clean-libtool clean-recursive \ |
589 |
|
|
ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \ |
590 |
|
|
dist-shar dist-tarZ dist-zip distcheck distclean \ |
591 |
|
|
distclean-generic distclean-hdr distclean-libtool \ |
592 |
|
|
distclean-recursive distclean-tags distcleancheck distdir \ |
593 |
|
|
distuninstallcheck dvi dvi-am html html-am info info-am \ |
594 |
|
|
install install-am install-data install-data-am install-exec \ |
595 |
|
|
install-exec-am install-info install-info-am install-man \ |
596 |
|
|
install-strip installcheck installcheck-am installdirs \ |
597 |
|
|
installdirs-am maintainer-clean maintainer-clean-generic \ |
598 |
|
|
maintainer-clean-recursive mostlyclean mostlyclean-generic \ |
599 |
|
|
mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \ |
600 |
|
|
tags tags-recursive uninstall uninstall-am uninstall-info-am |
601 |
|
|
|
602 |
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables. |
603 |
|
|
# Otherwise a system limit (for SysV at least) may be exceeded. |
604 |
|
|
.NOEXPORT: |