From: fred Date: Mon, 16 Mar 1998 21:29:31 +0000 (+0000) Subject: lilypond-0.1.49 X-Git-Tag: release/1.5.59~5995 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9669f17295ea13e20779165e8730cbb62ba2ee21;p=lilypond.git lilypond-0.1.49 --- diff --git a/lib/Makefile.am.wild b/lib/Makefile.am.wild new file mode 100644 index 0000000000..a4a486cc81 --- /dev/null +++ b/lib/Makefile.am.wild @@ -0,0 +1,22 @@ +# project LilyPond -- the musical typesetter +# title makefile for micro-lily-lib +# file lib/Makefile +# +# Copyright (c) 1997 by +# Jan Nieuwenhuizen +# Han-Wen Nienhuys +# + +SUBDIRS = include + +lib_LIBRARIES = liblily.a +# lib_LIBRARIES = liblily.la + +EXTRA_DIST = Makefile.am.wild config.hh.in + +MODULE_CXXFLAGS += -D_REENTRANT + +liblily_a_SOURCES = $(wildcard *.cc) + +INCLUDES = -Iinclude -I../flower/include +