[opendemo-cvs] CVS: opendemo/tools/odcut Makefile,NONE,1.1
Status: Beta
Brought to you by:
girlich
From: Uwe G. <gi...@us...> - 2005-02-06 17:18:05
|
Update of /cvsroot/opendemo/opendemo/tools/odcut In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25984 Added Files: Makefile Log Message: Makefile with rules to generate source code. --- NEW FILE: Makefile --- all: OdGuiFrame.pm %.pm: %.wxg wxglade --generate-code=perl --output=$@ $< clean: rm -f OdGuiFrame.pm |