--- projects/cms/source/host/winhost/Makefile 2001/02/28 13:03:19 1.3 +++ projects/cms/source/host/winhost/Makefile 2001/02/28 13:49:53 1.4 @@ -1,15 +1,10 @@ +# Makefile for winhost +# $Id: Makefile,v 1.4 2001/02/28 13:49:53 tdb Exp $ +include Config.inc + +# these files will be included in the distribution 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 all: dist @@ -29,4 +24,5 @@ clean: update: $(CVS) -q -d $(CVSROOT) update +# for compatibility with other scripts distclean: clean