Mercurial > hg > audiodb
view examples/runner-rdf/Makefile @ 603:1133c0d6760d
Added support for all-track retrieval
* Can now request all items of type mo:Signal
* Correctly handles LIMIT / OFFSET, etc.
* Some tidying, though still needs refactoring nicely.
author | mas01mj |
---|---|
date | Mon, 17 Aug 2009 15:36:32 +0000 |
parents | 600b87550b83 |
children | c80ade092d7a |
line wrap: on
line source
all: populate populate: populate.c gcc -o populate -std=c99 -lrdf -laudioDB -L../.. -I../.. -Wl,-rpath ../.. $< clean: -rm populate keyplot.adb