Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

Makefile.am

Go to the documentation of this file.
00001 ## Process this file with automake to produce Makefile.in
00002 #
00003 # $Id: Makefile.am,v 1.1 2000/04/12 00:49:20 pfkeb Exp $
00004 #
00005 # Author: Paul_Kunz@slac.stanford.edu
00006 #
00007 
00008 # The following set,  else would follow GNU conventions
00009 AUTOMAKE_OPTIONS = foreign
00010 
00011 ## Build library in `.' before linking makehist.
00012 SUBDIRS = heavy . test
00013 
00014 lib_LTLIBRARIES = libheavy.la
00015 
00016 libheavy_la_SOURCES = version.cxx
00017 
00018 libheavy_la_LIBADD = heavy/libheavy.la
00019 
00020 libheavy_la_LDFLAGS = -version-info 1
00021 
00022 EXTRA_DIST = config

Generated at Wed Nov 21 12:22:55 2001 by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000