Added support for DE200C VFD
[lcdproc-de200c.git] / server / drivers / de200c-vfd / showkeys / Makefile
blob64b24ffcafdc239eebb8ac5b134b71bb782281aa
1 #******************************************************************************
2 # Makefile (C) 1992-2000 Christophe de Dinechin (ddd)
3 # VFD800 Project
4 #******************************************************************************
6 # File Description:
8 # Makefile for building the VFD800 control program
17 #******************************************************************************
18 #This document is distributed under the GNU General Public License
19 #See the enclosed COPYING file or http://www.gnu.org for information
20 #******************************************************************************
21 #* File : $RCSFile$
22 #* Revision : $Revision: 1.16 $
23 #* Date : $Date: 2002/05/09 14:22:02 $
24 #******************************************************************************
26 BROOT=../
27 PRODUCT=showkey
28 SOURCES=vfd.c getfd.c showkey.c
30 include $(BROOT)Makefile.config