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

Contents of /yoda/techmodel/forroutines/calorimeter/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.5 - (show annotations) (download)
Tue Jul 20 13:11:34 2004 UTC (20 years, 8 months ago) by kusanagi
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +0 -0 lines
FILE REMOVED
*** empty log message ***

1 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
7
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE.
12
13
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = ../../..
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 host_alias = @host_alias@
61 host_triplet = @host@
62 AS = @AS@
63 CC = @CC@
64 CXX = @CXX@
65 DLLTOOL = @DLLTOOL@
66 ECHO = @ECHO@
67 EXEEXT = @EXEEXT@
68 F77 = @F77@
69 FLIBS = @FLIBS@
70 HAS_DOXYFILE = @HAS_DOXYFILE@
71 HAVE_LIB = @HAVE_LIB@
72 LIB = @LIB@
73 LIBTOOL = @LIBTOOL@
74 LN_S = @LN_S@
75 LTLIB = @LTLIB@
76 MAKEINFO = @MAKEINFO@
77 OBJDUMP = @OBJDUMP@
78 OBJEXT = @OBJEXT@
79 PACKAGE = @PACKAGE@
80 RANLIB = @RANLIB@
81 ROOTCINT = @ROOTCINT@
82 ROOT_INCLUDES = @ROOT_INCLUDES@
83 ROOT_LDFLAGS = @ROOT_LDFLAGS@
84 STRIP = @STRIP@
85 VERSION = @VERSION@
86
87 AUTOMAKE_OPTIONS = foreign no-dependencies no-installinfo
88 INCLUDES = -I@top_srcdir@ @ROOT_INCLUDES@
89 LDFLAGS = @ROOT_LDFLAGS@
90
91 # These will build a non-installing libtool library
92 noinst_LTLIBRARIES = libforcalor.la
93 libforcalor_la_SOURCES = azero.for calpedestal.for calpulse.for calunpack.for calcrc.cpp
94 libforcalor_la_LDFLAGS = -lg2c -lstdc++
95 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
96 CONFIG_HEADER = ../../../config.h
97 CONFIG_CLEAN_FILES =
98 LTLIBRARIES = $(noinst_LTLIBRARIES)
99
100
101 DEFS = @DEFS@ -I. -I$(srcdir) -I../../..
102 CPPFLAGS = @CPPFLAGS@
103 LIBS = @LIBS@
104 libforcalor_la_LIBADD =
105 libforcalor_la_OBJECTS = azero.lo calpedestal.lo calpulse.lo \
106 calunpack.lo calcrc.lo
107 CXXFLAGS = @CXXFLAGS@
108 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
109 LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
110 CXXLD = $(CXX)
111 CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
112 FFLAGS = @FFLAGS@
113 F77COMPILE = $(F77) $(AM_FFLAGS) $(FFLAGS)
114 LTF77COMPILE = $(LIBTOOL) --mode=compile $(F77) $(AM_FFLAGS) $(FFLAGS)
115 F77LD = $(F77)
116 F77LINK = $(LIBTOOL) --mode=link $(F77LD) $(AM_FFLAGS) $(FFLAGS) $(LDFLAGS) -o $@
117 DIST_COMMON = Makefile.am Makefile.in
118
119
120 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
121
122 TAR = gtar
123 GZIP_ENV = --best
124 SOURCES = $(libforcalor_la_SOURCES)
125 OBJECTS = $(libforcalor_la_OBJECTS)
126
127 all: all-redirect
128 .SUFFIXES:
129 .SUFFIXES: .S .c .cpp .for .lo .o .obj .s
130 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
131 cd $(top_srcdir) && $(AUTOMAKE) --foreign techmodel/forroutines/calorimeter/Makefile
132
133 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
134 cd $(top_builddir) \
135 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
136
137
138 mostlyclean-noinstLTLIBRARIES:
139
140 clean-noinstLTLIBRARIES:
141 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
142
143 distclean-noinstLTLIBRARIES:
144
145 maintainer-clean-noinstLTLIBRARIES:
146
147 .c.o:
148 $(COMPILE) -c $<
149
150 # FIXME: We should only use cygpath when building on Windows,
151 # and only if it is available.
152 .c.obj:
153 $(COMPILE) -c `cygpath -w $<`
154
155 .s.o:
156 $(COMPILE) -c $<
157
158 .S.o:
159 $(COMPILE) -c $<
160
161 mostlyclean-compile:
162 -rm -f *.o core *.core
163 -rm -f *.$(OBJEXT)
164
165 clean-compile:
166
167 distclean-compile:
168 -rm -f *.tab.c
169
170 maintainer-clean-compile:
171
172 .c.lo:
173 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
174
175 .s.lo:
176 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
177
178 .S.lo:
179 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
180
181 mostlyclean-libtool:
182 -rm -f *.lo
183
184 clean-libtool:
185 -rm -rf .libs _libs
186
187 distclean-libtool:
188
189 maintainer-clean-libtool:
190
191 libforcalor.la: $(libforcalor_la_OBJECTS) $(libforcalor_la_DEPENDENCIES)
192 $(CXXLINK) $(libforcalor_la_LDFLAGS) $(libforcalor_la_OBJECTS) $(libforcalor_la_LIBADD) $(LIBS)
193 .cpp.o:
194 $(CXXCOMPILE) -c $<
195 .cpp.obj:
196 $(CXXCOMPILE) -c `cygpath -w $<`
197 .cpp.lo:
198 $(LTCXXCOMPILE) -c $<
199 .for.o:
200 $(F77COMPILE) -c $<
201 .for.obj:
202 $(F77COMPILE) -c `cygpath -w $<`
203 .for.lo:
204 $(LTF77COMPILE) -c $<
205
206 tags: TAGS
207
208 ID: $(HEADERS) $(SOURCES) $(LISP)
209 list='$(SOURCES) $(HEADERS)'; \
210 unique=`for i in $$list; do echo $$i; done | \
211 awk ' { files[$$0] = 1; } \
212 END { for (i in files) print i; }'`; \
213 here=`pwd` && cd $(srcdir) \
214 && mkid -f$$here/ID $$unique $(LISP)
215
216 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
217 tags=; \
218 here=`pwd`; \
219 list='$(SOURCES) $(HEADERS)'; \
220 unique=`for i in $$list; do echo $$i; done | \
221 awk ' { files[$$0] = 1; } \
222 END { for (i in files) print i; }'`; \
223 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
224 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
225
226 mostlyclean-tags:
227
228 clean-tags:
229
230 distclean-tags:
231 -rm -f TAGS ID
232
233 maintainer-clean-tags:
234
235 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
236
237 subdir = techmodel/forroutines/calorimeter
238
239 distdir: $(DISTFILES)
240 @for file in $(DISTFILES); do \
241 d=$(srcdir); \
242 if test -d $$d/$$file; then \
243 cp -pr $$d/$$file $(distdir)/$$file; \
244 else \
245 test -f $(distdir)/$$file \
246 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
247 || cp -p $$d/$$file $(distdir)/$$file || :; \
248 fi; \
249 done
250 info-am:
251 info: info-am
252 dvi-am:
253 dvi: dvi-am
254 check-am: all-am
255 check: check-am
256 installcheck-am:
257 installcheck: installcheck-am
258 install-info-am:
259 install-info: install-info-am
260 install-exec-am:
261 install-exec: install-exec-am
262
263 install-data-am:
264 install-data: install-data-am
265
266 install-am: all-am
267 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
268 install: install-am
269 uninstall-am:
270 uninstall: uninstall-am
271 all-am: Makefile $(LTLIBRARIES)
272 all-redirect: all-am
273 install-strip:
274 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
275 installdirs:
276
277
278 mostlyclean-generic:
279
280 clean-generic:
281
282 distclean-generic:
283 -rm -f Makefile $(CONFIG_CLEAN_FILES)
284 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
285
286 maintainer-clean-generic:
287 mostlyclean-am: mostlyclean-noinstLTLIBRARIES mostlyclean-compile \
288 mostlyclean-libtool mostlyclean-tags \
289 mostlyclean-generic
290
291 mostlyclean: mostlyclean-am
292
293 clean-am: clean-noinstLTLIBRARIES clean-compile clean-libtool \
294 clean-tags clean-generic mostlyclean-am
295
296 clean: clean-am
297
298 distclean-am: distclean-noinstLTLIBRARIES distclean-compile \
299 distclean-libtool distclean-tags distclean-generic \
300 clean-am
301 -rm -f libtool
302
303 distclean: distclean-am
304
305 maintainer-clean-am: maintainer-clean-noinstLTLIBRARIES \
306 maintainer-clean-compile maintainer-clean-libtool \
307 maintainer-clean-tags maintainer-clean-generic \
308 distclean-am
309 @echo "This command is intended for maintainers to use;"
310 @echo "it deletes files that may require special tools to rebuild."
311
312 maintainer-clean: maintainer-clean-am
313
314 .PHONY: mostlyclean-noinstLTLIBRARIES distclean-noinstLTLIBRARIES \
315 clean-noinstLTLIBRARIES maintainer-clean-noinstLTLIBRARIES \
316 mostlyclean-compile distclean-compile clean-compile \
317 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
318 clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
319 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
320 dvi-am dvi check check-am installcheck-am installcheck install-info-am \
321 install-info install-exec-am install-exec install-data-am install-data \
322 install-am install uninstall-am uninstall all-redirect all-am all \
323 installdirs mostlyclean-generic distclean-generic clean-generic \
324 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
325
326
327 # Tell versions [3.59,3.63) of GNU make to not export all variables.
328 # Otherwise a system limit (for SysV at least) may be exceeded.
329 .NOEXPORT:

  ViewVC Help
Powered by ViewVC 1.1.23