# $Id: Makefile,v 1.4 2004-04-07 03:28:19 eugene 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 .#*
