--- projects/cms/source/host/winhost/Makefile 2001/02/28 13:03:19 1.3 +++ projects/cms/source/host/winhost/Makefile 2002/05/18 18:15:57 1.6 @@ -1,16 +1,11 @@ +# Makefile for winhost +# $Id: Makefile,v 1.6 2002/05/18 18:15:57 tdb Exp $ -FILES = winhost.exe winhost.ini SysTray.ocx MSWINSCK.OCX PDH.DLL -ARCNAME = iscream-winhost -ZIPEXT = .zip -ZIPFILE = $(ARCNAME)$(ZIPEXT) -BUILDDIR = build -rev = HEAD -REVISION = $(rev) -CVS = `if test -x /usr/bin/cvs; then echo /usr/bin/cvs; else if test -x /usr/local/bin/cvs; then echo /usr/local/bin/cvs; else echo cvs; fi fi` -CVSROOT = /usr/local/proj/co600_10/cvs -CVSBUILDTEMP = cvsbuildtemp -CVSMODULE = source/host/winhost +include Config.inc +# these files will be included in the distribution +FILES = winhost.exe winhost.ini SysTray.ocx MSWINSCK.OCX PDH.DLL winhost_install.exe README.txt COPYING.txt + all: dist dist: @@ -29,4 +24,5 @@ clean: update: $(CVS) -q -d $(CVSROOT) update +# for compatibility with other scripts distclean: clean