X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=app%2Fdemo%2Fdemo.mk;h=82a4a8f2e000ed9220e21699710f1950fea966f2;hb=9f3ea832d90fbe802a22dbfda681a1a0870a47bb;hp=d642082f689ae5040d05fe8ea22662d6eb11e76b;hpb=a9b5312678be2d66d3ecaa5e8c33f01c7a2dbf15;p=bertos.git diff --git a/app/demo/demo.mk b/app/demo/demo.mk index d642082f..82a4a8f2 100755 --- a/app/demo/demo.mk +++ b/app/demo/demo.mk @@ -8,6 +8,9 @@ # Author: Bernardo Innocenti # # $Log$ +# Revision 1.8 2006/09/20 14:27:22 marco +# Added fonts, switch.S; fixed moc +# # Revision 1.7 2006/09/19 17:48:45 bernie # Remove artwork.c # @@ -30,6 +33,7 @@ # Add demo application. # +include fonts/fonts.mk # Set to 1 for debug builds demo_DEBUG = 1 @@ -74,14 +78,20 @@ demo_CSRC = \ kern/sem.c \ kern/signal.c \ kern/monitor.c \ + kern/proc_test.c \ verstag.c -demo_ASRC = \ - kern/switch_x86_64.s - +demo_CPPASRC = \ + kern/switch.S $(OBJDIR)/demo/emul/emulwin.o: emul/emulwin_moc.cpp $(OBJDIR)/demo/drv/lcd_gfx_qt.o: drv/lcd_gfx_qt_moc.cpp +$(OBJDIR)/demo/drv/timer.o: drv/timer_qt_moc.cpp +$(OBJDIR)/demo/emul/emulkbd.o: emul/emulkbd_moc.cpp + +#FIXME: isn't there a way to avoid repeating the pattern rule? +drv/timer_qt_moc.cpp: drv/timer_qt.c + $(MOC) -o $@ $< EMUL_CFLAGS = $(shell pkg-config QtGui --cflags) -DQT_CLEAN_NAMESPACE -DQT3_SUPPORT EMUL_LDFLAGS = $(shell pkg-config QtGui --libs)