1 #******************************************************************************
2 # Makefile (C) 1992-2003 Christophe de Dinechin (ddd)
4 #******************************************************************************
8 # Top level makefile for the VFD server
17 #******************************************************************************
18 #This document is confidential.
19 #Do not redistribute without written permission
20 #******************************************************************************
22 #* Revision : $Revision$
24 #******************************************************************************
26 SUBDIRS
=test showkeys server clients
28 include $(BROOT
)Makefile.config
31 INSTALL
=/usr
/bin
/install
34 CLIENT_BIN
= vfdbrightness \
36 vfddisplay vfdticker vfdalert \
37 vfdslashdot vfdweather
39 install: $(SERVER_BIN
:%=%.sbin-install
) \
40 $(CLIENT_BIN
:%=%.bin-install
) \
41 $(INSTALL
) etc
/vfd.conf
/etc
/vfd.conf
42 $(INSTALL
) etc
/init.d
/de200vfd
/etc
/init.d
/de200vfd
45 $(INSTALL
) -c server
/$* $(PREFIX
)/sbin
/$*
47 $(INSTALL
) -c clients
/$* $(PREFIX
)/bin
/$*