[Commit] librr/src .cvsignore,NONE,1.1 Makefile.am,NONE,1.1 rr.c,NONE,1.1 rr.h,NONE,1.1 rr_board.c,NONE,1.1 rr_cell.c,NONE,1.1 rr_history.c,NONE,1.1 rrint.h,NONE,1.1

Carl Worth commit at keithp.com
Sat May 31 22:27:57 PDT 2003


Committed by: cworth

Update of /local/src/CVS/librr/src
In directory home.keithp.com:/tmp/cvs-serv22646/src

Added Files:
	.cvsignore Makefile.am rr.c rr.h rr_board.c rr_cell.c 
	rr_history.c rrint.h 
Log Message:
Initial commit of librr

--- NEW FILE: .cvsignore ---
.deps
Makefile
Makefile.in



--- NEW FILE: Makefile.am ---
lib_LTLIBRARIES = librr.la
include_HEADERS = rr.h

librr_la_SOURCES = \
	rr.c \
	rr.h \
	rrint.h \
	rr_board.c \
	rr_cell.c \
	rr_history.c

librr_la_LDFLAGS = -version-info @VERSION_INFO@


--- NEW FILE: rr.c ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: rr.h ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: rr_board.c ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: rr_cell.c ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: rr_history.c ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: rrint.h ---
(This appears to be a binary file; contents omitted.)




More information about the Commit mailing list