Added support for DE200C VFD
[lcdproc-de200c.git] / server / drivers / de200c-vfd / clients / Makefile
blob57dce8837981c9467c9d2a8abf433ed2df75903f
1 #******************************************************************************
2 # Makefile (C) 1992-2003 Christophe de Dinechin (ddd)
3 # VFD800 project
4 #******************************************************************************
6 # File Description:
8 # Makefile for the client side of the VFD management code
17 #******************************************************************************
18 #This document is confidential.
19 #Do not redistribute without written permission
20 #******************************************************************************
21 #* File : $RCSFile$
22 #* Revision : $Revision$
23 #* Date : $Date$
24 #******************************************************************************
26 FLAVOR=toplevel
27 CLIENTS=vfdclock vfdalert vfdticker vfddisplay vfdload vfdbrightness
29 BROOT=../
30 include $(BROOT)Makefile.config
32 ifeq ($(FLAVOR),toplevel)
33 build:
34 $R for F in $(CLIENTS); do \
35 $(MAKE) PRODUCT=$$F SOURCES=$$F.c FLAVOR=sublevel; \
36 done
37 endif
39 test:
40 (ls -R / | ./vfddisplay config ticker2 refresh_rate 0) &
41 ./vfdload &
42 ./vfdclock -config clock2 &
43 ./vfdclock &
44 ( (while /usr/local/games/fortune ; do echo ---; done) | ./vfdticker refresh_rate 15000) &
45 ls | ./vfdalert