]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.49
authorfred <fred>
Mon, 16 Mar 1998 21:29:31 +0000 (21:29 +0000)
committerfred <fred>
Mon, 16 Mar 1998 21:29:31 +0000 (21:29 +0000)
lib/Makefile.am.wild [new file with mode: 0644]

diff --git a/lib/Makefile.am.wild b/lib/Makefile.am.wild
new file mode 100644 (file)
index 0000000..a4a486c
--- /dev/null
@@ -0,0 +1,22 @@
+# project  LilyPond -- the musical typesetter
+# title           makefile for micro-lily-lib
+# file    lib/Makefile 
+#
+# Copyright (c) 1997 by
+#      Jan Nieuwenhuizen <jan@digicash.com>
+#      Han-Wen Nienhuys <hanwen@stack.nl>
+#
+
+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
+