[opendemo-cvs] CVS: opendemo/tools/odcut Makefile,1.2,1.3
Status: Beta
Brought to you by:
girlich
From: Uwe G. <gi...@us...> - 2005-02-07 21:12:32
|
Update of /cvsroot/opendemo/opendemo/tools/odcut In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15965 Modified Files: Makefile Log Message: wxg file rename Index: Makefile =================================================================== RCS file: /cvsroot/opendemo/opendemo/tools/odcut/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile 6 Feb 2005 20:37:48 -0000 1.2 --- Makefile 7 Feb 2005 21:12:21 -0000 1.3 *************** *** 1,13 **** # $Id$ ! all: OdGuiFrame.pm layout: ! wxglade OdGuiFrame.wxg %.pm: %.wxg ! wxglade --generate-code=perl --output=$@ $< clean: ! rm -f OdGuiFrame.pm --- 1,16 ---- # $Id$ ! BASE=OdGuiGlade ! WXGLADE=wxglade ! ! all: $(BASE).pm layout: ! $(WXGLADE) $(BASE).wxg %.pm: %.wxg ! $(WXGLADE) --generate-code=perl --output=$@ $< clean: ! rm -f $(BASE).pm |