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