From 9669f17295ea13e20779165e8730cbb62ba2ee21 Mon Sep 17 00:00:00 2001 From: fred Date: Mon, 16 Mar 1998 21:29:31 +0000 Subject: [PATCH] lilypond-0.1.49 --- lib/Makefile.am.wild | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 lib/Makefile.am.wild 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 + -- 2.39.5