Mercurial > hg > audiodb
annotate examples/runner-rdf/Makefile @ 726:fe2282b9bfb0
Initial querying: doesn't return results yet, but handles almost all params.
author | mas01mj |
---|---|
date | Mon, 26 Jul 2010 13:19:09 +0000 |
parents | 404222029e27 |
children |
rev | line source |
---|---|
mas01cr@553 | 1 all: populate |
mas01cr@553 | 2 |
mas01cr@553 | 3 populate: populate.c |
mas01cr@644 | 4 gcc -o populate -std=c99 -D_GNU_SOURCE -lrdf -laudioDB -L../.. -I../.. -Wl,-rpath $(shell pwd)/../.. $< |
mas01cr@554 | 5 |
mas01cr@554 | 6 clean: |
mas01cr@554 | 7 -rm populate keyplot.adb |