lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Adding files to make


From: Han-Wen Nienhuys
Subject: Adding files to make
Date: Sun, 22 Aug 2004 10:40:23 +0200

address@hidden writes:
> I'm trying to create a Fret_diagram_engraver.  To do so, I am creating
> the file fret-diagram-engraver.cc.
> 
> How do I get the .cc file added to the make file?
> 
> I'm not familiar with autoconf. I have grep'ed around looking for the
> names of existing engravers.  The only place I find chord-name-engraver
> is in out/chord-name-engraver.dep.  I know that out/*.dep is
> automatically generated during the make process.  Something must control
> the process and cause out/chord-name-engraver.dep to be created, but I
> have not been able to find what this thing is.

see stepmake/stepmake/c++-variables.make

basically, all you have to do is insert the file into the lily/ dir
and do

           cvs add fret-diagram-engraver.cc

(note that it is policy to only check in code that is already usefully
working in some sense.)

-- 

 Han-Wen Nienhuys   |   address@hidden   |   http://www.xs4all.nl/~hanwen 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]