head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2001.10.31.14.51.16;	author thl;	state Exp;
branches;
next	1.1;

1.1
date	2001.10.31.10.57.45;	author thl;	state Exp;
branches;
next	;


desc
@@


1.2
log
@enable debugging
@
text
@
all: a.out

a.out: c.c
	gcc -O0 -g -I/cw/include `/cw/bin/xml2-config --cflags` c.c `/cw/bin/xml2-config --libs` 

index:
	../rdf-test/buildrdf.pl -v /e/openpkg/ftp/current/BIN/ /e/openpkg/ftp/current/SRC/ /e/openpkg/ftp/current/
	cp /e/openpkg/ftp/current/BIN/index.rdf ./BIN/
	cp /e/openpkg/ftp/current/SRC/index.rdf ./SRC/
	cp /e/openpkg/ftp/current/index.rdf     ./

test:
	clear ; ./a.out index.rdf && cat out.xml 

@


1.1
log
@flush
@
text
@d5 1
a5 1
	gcc -I/cw/include `/cw/bin/xml2-config --cflags` c.c `/cw/bin/xml2-config --libs` 
@

