]> git.donarmstrong.com Git - lilypond.git/blob - flower/Makefile.am
partial: 0.1.57.jcn
[lilypond.git] / flower / Makefile.am
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
5 #
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
10
11 SUBDIRS = include
12
13 lib_LTLIBRARIES = libflower.la
14
15 README_FILES = ONEWS NEWS README TODO VERSION
16 EXTRA_DIST = Makefile.am.wild GNUmakefile $(README_FILES)
17
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
19
20 libflower_la_LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@
21
22 INCLUDES = -I$(top_srcdir)/flower/include
23
24 distclean-local:
25         -rm -rf .deps
26
27 # override default target for all-am: to get an extra dependency
28 all-am: Makefile $(PROGRAMS) wild-check
29
30 # dummy target for non-GNU makes; is overridden in GNUmakefile
31 wild-check:
32
33 # dummy target for non-GNU makes; is overridden in GNUmakefile
34 make-in-build:
35
36 $(srcdir)/Makefile.am: $(srcdir)/Makefile.am.wild
37         $(PERL) $(top_srcdir)/bin/wild-perl < $< > $@