Changeset 4549 for trunk/psLib/src/sys
- Timestamp:
- Jul 13, 2005, 12:49:31 AM (21 years ago)
- Location:
- trunk/psLib/src/sys
- Files:
-
- 2 edited
-
Makefile.am (modified) (1 diff)
-
psErrorCodes.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/Makefile.am
r4540 r4549 17 17 BUILT_SOURCES = psErrorCodes.c 18 18 19 psErrorCodes.c: ../psErrorCodes_$( LANG).dat psErrorCodes.c.in psErrorCodes.h20 $(top_srcdir)/psParseErrorCodes --data=../psErrorCodes_$( LANG).dat $@19 psErrorCodes.c: ../psErrorCodes_$(PS_LANG).dat psErrorCodes.c.in psErrorCodes.h 20 $(top_srcdir)/psParseErrorCodes --data=../psErrorCodes_$(PS_LANG).dat $@ 21 21 22 22 psError.h: psErrorCodes.h 23 23 24 psErrorCodes.h: ../psErrorCodes_$( LANG).dat psErrorCodes.h.in25 $(top_srcdir)/psParseErrorCodes --data=../psErrorCodes_$( LANG).dat $@24 psErrorCodes.h: ../psErrorCodes_$(PS_LANG).dat psErrorCodes.h.in 25 $(top_srcdir)/psParseErrorCodes --data=../psErrorCodes_$(PS_LANG).dat $@ 26 26 27 27 pslibincludedir = $(includedir) -
trunk/psLib/src/sys/psErrorCodes.c
r4545 r4549 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1.2 2$ $Name: not supported by cvs2svn $10 * @date $Date: 2005-07-1 2 19:35:15$9 * @version $Revision: 1.23 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-07-13 10:49:30 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
Note:
See TracChangeset
for help on using the changeset viewer.
