ifndef ACS_ENV
acs-env-not-defined:
	@echo Set the environment variable by sourcing setup.$$HOSTNAME
endif

TOPDIR		=../../../
ARCH		=ix86
SOURCES		=$(wildcard *.cpp *.h)

all: Debug

include $(TOPDIR)/etc/Rules.gnu

Debug Release: dummy
	@MAKEFLAGS=; $(NMAKE) -f common.mak "CFG=common - Win32 $@"

clean: dummy
	$(RM) *~ *.log TAGS

wipe distclean: clean
	$(RM) -r Debug
	$(RM) -r Release
	$(RM) *.aps *.clw *.plg
	$(RM) *.lib
