Mercurial > hg > audiodb
comparison examples/runner-rdf/Makefile @ 644:404222029e27
Grab bag of populate.c improvements
no need for fileUri (and in fact it was wrong for files with %s in them); use
librdf_new_uri_from_filename.
Use the basename of the audio filename as the key, just for my own sanity.
People who want file://///// everywhere can write their own populate.c.
author | mas01cr |
---|---|
date | Tue, 13 Oct 2009 14:26:26 +0000 |
parents | c80ade092d7a |
children |
comparison
equal
deleted
inserted
replaced
643:09af91f8803f | 644:404222029e27 |
---|---|
1 all: populate | 1 all: populate |
2 | 2 |
3 populate: populate.c | 3 populate: populate.c |
4 gcc -o populate -std=c99 -lrdf -laudioDB -L../.. -I../.. -Wl,-rpath $(shell pwd)/../.. $< | 4 gcc -o populate -std=c99 -D_GNU_SOURCE -lrdf -laudioDB -L../.. -I../.. -Wl,-rpath $(shell pwd)/../.. $< |
5 | 5 |
6 clean: | 6 clean: |
7 -rm populate keyplot.adb | 7 -rm populate keyplot.adb |