]> git.donarmstrong.com Git - lilypond.git/blob - lib/Makefile.am.wild
a4a486cc8133946a29b75004bfcb00ca0fc56aee
[lilypond.git] / lib / Makefile.am.wild
1 # project  LilyPond -- the musical typesetter
2 # title    makefile for micro-lily-lib
3 # file     lib/Makefile 
4 #
5 # Copyright (c) 1997 by
6 #       Jan Nieuwenhuizen <jan@digicash.com>
7 #       Han-Wen Nienhuys <hanwen@stack.nl>
8 #
9
10 SUBDIRS = include
11
12 lib_LIBRARIES = liblily.a
13 # lib_LIBRARIES = liblily.la
14
15 EXTRA_DIST = Makefile.am.wild config.hh.in
16
17 MODULE_CXXFLAGS += -D_REENTRANT
18
19 liblily_a_SOURCES = $(wildcard *.cc)
20
21 INCLUDES = -Iinclude -I../flower/include
22