1 # Generated automatically by wild-perl 0.1
2 # project FlowerSoft C++ library
3 # title top level makefile for FlowerLib
4 # file flower/Makefile.am.wild
6 # Copyright (c) 1997 by
7 # Jan Nieuwenhuizen <jan@digicash.com>
8 # Han-Wen Nienhuys <hanwen@stack.nl>
9 # ...your sort order here, or how to comment-out a comment
13 lib_LTLIBRARIES = libflower.la
15 README_FILES = ONEWS NEWS README TODO VERSION
16 EXTRA_DIST = Makefile.am.wild GNUmakefile $(README_FILES)
18 libflower_la_SOURCES = choleski.cc cpu-timer.cc data-file.cc diagonal-storage.cc dictionary.cc directed-graph.cc dstream.cc flower-debug.cc flower-version.cc full-storage.cc interval.cc lgetopt.cc libc-extension.cc matrix-debug.cc matrix-storage.cc matrix.cc nscalar.cc path.cc rational.cc scalar.cc string-convert.cc string.cc stringutil.cc text-db.cc text-stream.cc unionfind.cc vector.cc
20 libflower_la_LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@
22 INCLUDES = -I$(top_srcdir)/flower/include
27 # override default target for all-am: to get an extra dependency
28 all-am: Makefile $(PROGRAMS) wild-check
30 # dummy target for non-GNU makes; is overridden in GNUmakefile
33 # dummy target for non-GNU makes; is overridden in GNUmakefile
36 $(srcdir)/Makefile.am: $(srcdir)/Makefile.am.wild
37 $(PERL) $(top_srcdir)/bin/wild-perl < $< > $@