lilypond-0.0.35
[lilypond.git] / flower / Makefile
blob447072b75af9da9fca28cbdbe304fcc3bae8c735
1 include Variables.make
3 $(staticlib): $(obs) fversion.hh
4 $(AR) cr libflower.a $(obs)
6 include depend
8 depend: Sources.make
9 $(CXX) $(CXXFLAGS) -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)`" > $@
20 .PHONY: docxx
21 docxx: $(hh) $(cc) $(templatecc) $(inl)
22 doc++ -p -d docxx $(hh) $(cc) $(templatecc) $(inl)
24 dist:
25 -mkdir $(DDIR)
26 ln $(DFILES) $(DDIR)/
27 tar cfz $(DNAME).tar.gz $(DDIR)/*
28 rm -rf $(DDIR)/
30 TAGS: $(ALLSOURCES)
31 etags -CT $(inl) $(cc) $(hh)