[Commit] rrclient Makefile,NONE,1.1 rrtest.c,NONE,1.1

Carl Worth commit at keithp.com
Sat May 31 22:29:33 PDT 2003


Committed by: cworth

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

Added Files:
	Makefile rrtest.c 
Log Message:
Initial commit of rrtest

--- NEW FILE: Makefile ---
CFLAGS=-g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls `pkg-config --cflags librr`
LDFLAGS=`pkg-config --libs librr`

PROGS=rrtest

all: $(PROGS)

clean:
	rm -f $(PROGS) *.o



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




More information about the Commit mailing list