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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by kusanagi, Tue Jul 6 12:20:23 2004 UTC revision 1.2 by kusanagi, Thu Jul 8 12:31:52 2004 UTC
# Line 48  CONFIG_HEADER = $(top_builddir)/config.h Line 48  CONFIG_HEADER = $(top_builddir)/config.h
48  CONFIG_CLEAN_FILES =  CONFIG_CLEAN_FILES =
49  LTLIBRARIES = $(noinst_LTLIBRARIES)  LTLIBRARIES = $(noinst_LTLIBRARIES)
50  libforcalor_la_LIBADD =  libforcalor_la_LIBADD =
51  am_libforcalor_la_OBJECTS = calpedestal.lo calcrc.lo  am_libforcalor_la_OBJECTS = calpedestal.lo calpulse.lo calunpack.lo \
52            calcrc.lo
53  libforcalor_la_OBJECTS = $(am_libforcalor_la_OBJECTS)  libforcalor_la_OBJECTS = $(am_libforcalor_la_OBJECTS)
54  DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)  DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
55  depcomp =  depcomp =
# Line 175  INCLUDES = -I@top_srcdir@ @ROOT_INCLUDES Line 176  INCLUDES = -I@top_srcdir@ @ROOT_INCLUDES
176    
177  # These will build a non-installing libtool library  # These will build a non-installing libtool library
178  noinst_LTLIBRARIES = libforcalor.la  noinst_LTLIBRARIES = libforcalor.la
179  libforcalor_la_SOURCES = calpedestal.f calcrc.cpp  libforcalor_la_SOURCES = calpedestal.for calpulse.for calunpack.for calcrc.cpp
180  libforcalor_la_LDFLAGS = -lg2c -lstdc++  libforcalor_la_LDFLAGS = -lg2c -lstdc++
181  all: all-am  all: all-am
182    
183  .SUFFIXES:  .SUFFIXES:
184  .SUFFIXES: .cpp .f .lo .o .obj  .SUFFIXES: .cpp .for .lo .o .obj
185  $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)  $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
186          @for dep in $?; do \          @for dep in $?; do \
187            case '$(am__configure_deps)' in \            case '$(am__configure_deps)' in \
# Line 237  distclean-compile: Line 238  distclean-compile:
238  .cpp.lo:  .cpp.lo:
239          $(LTCXXCOMPILE) -c -o $@ $<          $(LTCXXCOMPILE) -c -o $@ $<
240    
241  .f.o:  .for.o:
242          $(F77COMPILE) -c -o $@ $<          $(F77COMPILE) -c -o $@ $<
243    
244  .f.obj:  .for.obj:
245          $(F77COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`          $(F77COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
246    
247  .f.lo:  .for.lo:
248          $(LTF77COMPILE) -c -o $@ $<          $(LTF77COMPILE) -c -o $@ $<
249    
250  mostlyclean-libtool:  mostlyclean-libtool:

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.23