lilypond-1.1.44
[lilypond.git] / flower / Makefile.am.wild
blob869fb332b59718cf8551f1ec1f0c4e03bbbda4cb
1 # project  FlowerSoft C++ library
2 # title    top level makefile for FlowerLib
3 # file     flower/Makefile.am.wild
5 # Copyright (c) 1997 by    
6 #       Jan Nieuwenhuizen <jan@digicash.com>
7 #       Han-Wen Nienhuys <hanwen@stack.nl>
8 #               ...your sort order here, or how to comment-out a comment
10 SUBDIRS = include
12 lib_LTLIBRARIES = libflower.la
14 README_FILES = ONEWS NEWS README TODO VERSION
15 EXTRA_DIST = Makefile.am.wild GNUmakefile $(README_FILES)
17 libflower_la_SOURCES = $(wildcard *.cc)
19 libflower_la_LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@
21 INCLUDES = -I$(top_srcdir)/flower/include
23 distclean-local:
24         -rm -rf .deps
26 # override default target for all-am: to get an extra dependency
27 all-am: Makefile $(PROGRAMS) wild-check
29 # dummy target for non-GNU makes; is overridden in GNUmakefile
30 wild-check:
32 # dummy target for non-GNU makes; is overridden in GNUmakefile
33 make-in-build: