]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.0.4
authorfred <fred>
Mon, 10 Aug 1998 10:15:24 +0000 (10:15 +0000)
committerfred <fred>
Mon, 10 Aug 1998 10:15:24 +0000 (10:15 +0000)
stepmake/stepmake/library-targets.make [new file with mode: 0644]

diff --git a/stepmake/stepmake/library-targets.make b/stepmake/stepmake/library-targets.make
new file mode 100644 (file)
index 0000000..f032aa5
--- /dev/null
@@ -0,0 +1,17 @@
+# dependency list of library:
+#
+
+
+default: $(LIBRARY)
+
+$(outdir)/library.a: $(configheader) $(O_FILES) $(MODULE_LIBES)
+       $(AR_COMMAND) $(O_FILES)
+       $(RANLIB_COMMAND)
+
+$(SHAREDLIBRARY):  $(configheader) $(O_FILES) $(MODULE_LIBES)
+       $(LD_COMMAND) $(O_FILES) -o $@.$(VERSION)
+       rm -f $@
+       ln -sf $(outdir)/$(LIB_PREFIX)$(NAME).so.$(VERSION) $@.$(MAJOR_VERSION)
+       ln -sf $(LIB_PREFIX)$(NAME).so.$(VERSION) $@
+
+