IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 322


Ignore:
Timestamp:
Mar 31, 2004, 12:22:46 PM (22 years ago)
Author:
rhl
Message:

Build psErrorCodes.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/pslib/include/Makefile

    r229 r322  
    1 # $Id: Makefile,v 1.2 2004-03-13 01:17:57 rhl Exp $
     1# $Id: Makefile,v 1.3 2004-03-31 22:22:46 rhl Exp $
    22
    3 .PHONY: all
    4 all :;
     3PSLIB_DIR = ..
     4
     5psErrorCodes.h : $(PSLIB_DIR)/src/Utils/psErrorCodes.dat
     6        $(PSLIB_DIR)/bin/makeErrorCodes -h psErrorCodes.h $(PSLIB_DIR)/src/Utils/psErrorCodes.dat
    57
    68clean:
    7         $(RM) *~ core* TAGS
     9        $(RM) *~ core* TAGS psErrorCodes.h
Note: See TracChangeset for help on using the changeset viewer.