/[PAMELA software]/yoda/techmodel/physics/Makefile.in
ViewVC logotype

Contents of /yoda/techmodel/physics/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download)
Thu Jul 8 12:31:54 2004 UTC (20 years, 5 months ago) by kusanagi
Branch: MAIN
Changes since 1.1: +3 -2 lines
*** empty log message ***

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
17 SOURCES = $(libdevreaders_la_SOURCES)
18
19 srcdir = @srcdir@
20 top_srcdir = @top_srcdir@
21 VPATH = @srcdir@
22 pkgdatadir = $(datadir)/@PACKAGE@
23 pkglibdir = $(libdir)/@PACKAGE@
24 pkgincludedir = $(includedir)/@PACKAGE@
25 top_builddir = ../..
26 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27 INSTALL = @INSTALL@
28 install_sh_DATA = $(install_sh) -c -m 644
29 install_sh_PROGRAM = $(install_sh) -c
30 install_sh_SCRIPT = $(install_sh) -c
31 INSTALL_HEADER = $(INSTALL_DATA)
32 transform = $(program_transform_name)
33 NORMAL_INSTALL = :
34 PRE_INSTALL = :
35 POST_INSTALL = :
36 NORMAL_UNINSTALL = :
37 PRE_UNINSTALL = :
38 POST_UNINSTALL = :
39 host_triplet = @host@
40 subdir = techmodel/physics
41 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
42 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43 am__aclocal_m4_deps = $(top_srcdir)/configure.in
44 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45 $(ACLOCAL_M4)
46 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
47 CONFIG_HEADER = $(top_builddir)/config.h
48 CONFIG_CLEAN_FILES =
49 LTLIBRARIES = $(noinst_LTLIBRARIES)
50 libdevreaders_la_LIBADD =
51 am_libdevreaders_la_OBJECTS = TrackerReader.lo AnticounterReader.lo
52 libdevreaders_la_OBJECTS = $(am_libdevreaders_la_OBJECTS)
53 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
54 depcomp =
55 am__depfiles_maybe =
56 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
57 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
58 LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
59 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
60 $(AM_CXXFLAGS) $(CXXFLAGS)
61 CXXLD = $(CXX)
62 CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
63 $(AM_LDFLAGS) $(LDFLAGS) -o $@
64 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
65 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
66 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
67 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
68 $(AM_CFLAGS) $(CFLAGS)
69 CCLD = $(CC)
70 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
71 $(AM_LDFLAGS) $(LDFLAGS) -o $@
72 SOURCES = $(libdevreaders_la_SOURCES)
73 DIST_SOURCES = $(libdevreaders_la_SOURCES)
74 ETAGS = etags
75 CTAGS = ctags
76 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
77 ACLOCAL = @ACLOCAL@
78 AMDEP_FALSE = @AMDEP_FALSE@
79 AMDEP_TRUE = @AMDEP_TRUE@
80 AMTAR = @AMTAR@
81 AR = @AR@
82 AUTOCONF = @AUTOCONF@
83 AUTOHEADER = @AUTOHEADER@
84 AUTOMAKE = @AUTOMAKE@
85 AWK = @AWK@
86 CC = @CC@
87 CCDEPMODE = @CCDEPMODE@
88 CFLAGS = @CFLAGS@
89 CPP = @CPP@
90 CPPFLAGS = @CPPFLAGS@
91 CXX = @CXX@
92 CXXCPP = @CXXCPP@
93 CXXDEPMODE = @CXXDEPMODE@
94 CXXFLAGS = @CXXFLAGS@
95 CYGPATH_W = @CYGPATH_W@
96 DEFS = @DEFS@
97 DEPDIR = @DEPDIR@
98 ECHO = @ECHO@
99 ECHO_C = @ECHO_C@
100 ECHO_N = @ECHO_N@
101 ECHO_T = @ECHO_T@
102 EGREP = @EGREP@
103 EXEEXT = @EXEEXT@
104 F77 = @F77@
105 FFLAGS = @FFLAGS@
106 FLIBS = @FLIBS@
107 HAS_DOXYFILE = @HAS_DOXYFILE@
108 INSTALL_DATA = @INSTALL_DATA@
109 INSTALL_PROGRAM = @INSTALL_PROGRAM@
110 INSTALL_SCRIPT = @INSTALL_SCRIPT@
111 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
112 LDFLAGS = @LDFLAGS@
113 LIBOBJS = @LIBOBJS@
114 LIBS = @LIBS@
115 LIBTOOL = @LIBTOOL@
116 LN_S = @LN_S@
117 LTLIBOBJS = @LTLIBOBJS@
118 MAKEINFO = @MAKEINFO@
119 OBJEXT = @OBJEXT@
120 PACKAGE = @PACKAGE@
121 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
122 PACKAGE_NAME = @PACKAGE_NAME@
123 PACKAGE_STRING = @PACKAGE_STRING@
124 PACKAGE_TARNAME = @PACKAGE_TARNAME@
125 PACKAGE_VERSION = @PACKAGE_VERSION@
126 PATH_SEPARATOR = @PATH_SEPARATOR@
127 RANLIB = @RANLIB@
128 ROOTCINT = @ROOTCINT@
129 ROOT_INCLUDES = @ROOT_INCLUDES@
130 ROOT_LDFLAGS = @ROOT_LDFLAGS@
131 SET_MAKE = @SET_MAKE@
132 SHELL = @SHELL@
133 STRIP = @STRIP@
134 VERSION = @VERSION@
135 ac_ct_AR = @ac_ct_AR@
136 ac_ct_CC = @ac_ct_CC@
137 ac_ct_CXX = @ac_ct_CXX@
138 ac_ct_F77 = @ac_ct_F77@
139 ac_ct_RANLIB = @ac_ct_RANLIB@
140 ac_ct_STRIP = @ac_ct_STRIP@
141 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
142 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
143 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
144 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
145 am__include = @am__include@
146 am__leading_dot = @am__leading_dot@
147 am__quote = @am__quote@
148 bindir = @bindir@
149 build = @build@
150 build_alias = @build_alias@
151 build_cpu = @build_cpu@
152 build_os = @build_os@
153 build_vendor = @build_vendor@
154 datadir = @datadir@
155 exec_prefix = @exec_prefix@
156 host = @host@
157 host_alias = @host_alias@
158 host_cpu = @host_cpu@
159 host_os = @host_os@
160 host_vendor = @host_vendor@
161 includedir = @includedir@
162 infodir = @infodir@
163 install_sh = @install_sh@
164 libdir = @libdir@
165 libexecdir = @libexecdir@
166 localstatedir = @localstatedir@
167 mandir = @mandir@
168 mkdir_p = @mkdir_p@
169 oldincludedir = @oldincludedir@
170 prefix = @prefix@
171 program_transform_name = @program_transform_name@
172 sbindir = @sbindir@
173 sharedstatedir = @sharedstatedir@
174 sysconfdir = @sysconfdir@
175 target_alias = @target_alias@
176 AUTOMAKE_OPTIONS = foreign no-dependencies no-installinfo
177 INCLUDES = -I@top_srcdir@ @ROOT_INCLUDES@
178
179 # These will build a non-installing libtool library
180 noinst_LTLIBRARIES = libdevreaders.la
181 libdevreaders_la_SOURCES = \
182 TrackerReader.cpp TrackerReader.h \
183 AnticounterReader.cpp AnticounterReader.h
184
185 all: all-am
186
187 .SUFFIXES:
188 .SUFFIXES: .cpp .lo .o .obj
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 && exit 0; \
195 exit 1;; \
196 esac; \
197 done; \
198 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign techmodel/physics/Makefile'; \
199 cd $(top_srcdir) && \
200 $(AUTOMAKE) --foreign techmodel/physics/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
219 clean-noinstLTLIBRARIES:
220 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
221 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
222 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
223 test "$$dir" = "$$p" && dir=.; \
224 echo "rm -f \"$${dir}/so_locations\""; \
225 rm -f "$${dir}/so_locations"; \
226 done
227 libdevreaders.la: $(libdevreaders_la_OBJECTS) $(libdevreaders_la_DEPENDENCIES)
228 $(CXXLINK) $(libdevreaders_la_LDFLAGS) $(libdevreaders_la_OBJECTS) $(libdevreaders_la_LIBADD) $(LIBS)
229
230 mostlyclean-compile:
231 -rm -f *.$(OBJEXT)
232
233 distclean-compile:
234 -rm -f *.tab.c
235
236 .cpp.o:
237 $(CXXCOMPILE) -c -o $@ $<
238
239 .cpp.obj:
240 $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
241
242 .cpp.lo:
243 $(LTCXXCOMPILE) -c -o $@ $<
244
245 mostlyclean-libtool:
246 -rm -f *.lo
247
248 clean-libtool:
249 -rm -rf .libs _libs
250
251 distclean-libtool:
252 -rm -f libtool
253 uninstall-info-am:
254
255 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
256 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
257 unique=`for i in $$list; do \
258 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
259 done | \
260 $(AWK) ' { files[$$0] = 1; } \
261 END { for (i in files) print i; }'`; \
262 mkid -fID $$unique
263 tags: TAGS
264
265 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
266 $(TAGS_FILES) $(LISP)
267 tags=; \
268 here=`pwd`; \
269 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
270 unique=`for i in $$list; do \
271 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
272 done | \
273 $(AWK) ' { files[$$0] = 1; } \
274 END { for (i in files) print i; }'`; \
275 test -z "$(ETAGS_ARGS)$$tags$$unique" \
276 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
277 $$tags $$unique
278 ctags: CTAGS
279 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
280 $(TAGS_FILES) $(LISP)
281 tags=; \
282 here=`pwd`; \
283 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
284 unique=`for i in $$list; do \
285 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
286 done | \
287 $(AWK) ' { files[$$0] = 1; } \
288 END { for (i in files) print i; }'`; \
289 test -z "$(CTAGS_ARGS)$$tags$$unique" \
290 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
291 $$tags $$unique
292
293 GTAGS:
294 here=`$(am__cd) $(top_builddir) && pwd` \
295 && cd $(top_srcdir) \
296 && gtags -i $(GTAGS_ARGS) $$here
297
298 distclean-tags:
299 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
300
301 distdir: $(DISTFILES)
302 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
303 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
304 list='$(DISTFILES)'; for file in $$list; do \
305 case $$file in \
306 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
307 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
308 esac; \
309 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
310 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
311 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
312 dir="/$$dir"; \
313 $(mkdir_p) "$(distdir)$$dir"; \
314 else \
315 dir=''; \
316 fi; \
317 if test -d $$d/$$file; then \
318 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
319 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
320 fi; \
321 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
322 else \
323 test -f $(distdir)/$$file \
324 || cp -p $$d/$$file $(distdir)/$$file \
325 || exit 1; \
326 fi; \
327 done
328 check-am: all-am
329 check: check-am
330 all-am: Makefile $(LTLIBRARIES)
331 installdirs:
332 install: install-am
333 install-exec: install-exec-am
334 install-data: install-data-am
335 uninstall: uninstall-am
336
337 install-am: all-am
338 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
339
340 installcheck: installcheck-am
341 install-strip:
342 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
343 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
344 `test -z '$(STRIP)' || \
345 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
346 mostlyclean-generic:
347
348 clean-generic:
349
350 distclean-generic:
351 -rm -f $(CONFIG_CLEAN_FILES)
352
353 maintainer-clean-generic:
354 @echo "This command is intended for maintainers to use"
355 @echo "it deletes files that may require special tools to rebuild."
356 clean: clean-am
357
358 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
359 mostlyclean-am
360
361 distclean: distclean-am
362 -rm -f Makefile
363 distclean-am: clean-am distclean-compile distclean-generic \
364 distclean-libtool distclean-tags
365
366 dvi: dvi-am
367
368 dvi-am:
369
370 html: html-am
371
372 info: info-am
373
374 info-am:
375
376 install-data-am:
377
378 install-exec-am:
379
380 install-info: install-info-am
381
382 install-man:
383
384 installcheck-am:
385
386 maintainer-clean: maintainer-clean-am
387 -rm -f Makefile
388 maintainer-clean-am: distclean-am maintainer-clean-generic
389
390 mostlyclean: mostlyclean-am
391
392 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
393 mostlyclean-libtool
394
395 pdf: pdf-am
396
397 pdf-am:
398
399 ps: ps-am
400
401 ps-am:
402
403 uninstall-am:
404
405 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
406 clean-libtool clean-noinstLTLIBRARIES ctags distclean \
407 distclean-compile distclean-generic distclean-libtool \
408 distclean-tags distdir dvi dvi-am html html-am info info-am \
409 install install-am install-data install-data-am install-exec \
410 install-exec-am install-info install-info-am install-man \
411 install-strip installcheck installcheck-am installdirs \
412 maintainer-clean maintainer-clean-generic mostlyclean \
413 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
414 pdf pdf-am ps ps-am tags uninstall uninstall-am \
415 uninstall-info-am
416
417 # Tell versions [3.59,3.63) of GNU make to not export all variables.
418 # Otherwise a system limit (for SysV at least) may be exceeded.
419 .NOEXPORT:

  ViewVC Help
Powered by ViewVC 1.1.23