lilypond-0.0.27
[lilypond.git] / flower / Makefile
blob1b8b0013f8ecfc61b0056b987662007c0075cfee
1 include Variables.make
3 $(staticlib): $(obs) fversion.hh
4 $(AR) cr libflower.a $(obs)
6 include depend
8 depend: Sources.make
9 $(CXX) -MM $(cc) > depend
11 clean:
12 rm -f $(obs) $(staticlib) fversion.hh
14 realclean: clean
15 rm -f depend
17 fversion.hh: Variables.make make_version
18 make_version $(MAJVER) $(MINVER) $(PATCHLEVEL) "$(CXX) `$(CXXVER)`" > $@
21 dist:
22 -mkdir $(DDIR)
23 ln $(DFILES) $(DDIR)/
24 tar cfz $(DNAME).tar.gz $(DDIR)/*
25 rm -rf $(DDIR)/
27 TAGS: $(ALLSOURCES)
28 etags -CT $(inl) $(cc) $(hh)