# $Id: Makefile,v 1.3 2004-03-31 22:22:46 rhl Exp $

PSLIB_DIR = ..

psErrorCodes.h : $(PSLIB_DIR)/src/Utils/psErrorCodes.dat
	$(PSLIB_DIR)/bin/makeErrorCodes -h psErrorCodes.h $(PSLIB_DIR)/src/Utils/psErrorCodes.dat

clean:
	$(RM) *~ core* TAGS psErrorCodes.h
