annotate examples/runner-rdf/Makefile @ 628:356d7b319ae8

tightened the inline docs in pyadbmodule.c a first pass at a query implementation in pyadb.py that allows for query parameters to be defined via a class attribute dict, configQuery and an accompanying dict specifying the expected keywords and types. Barely tested, be gentle.
author map01bf
date Wed, 23 Sep 2009 14:38:02 +0000
parents c80ade092d7a
children 404222029e27
rev   line source
mas01cr@553 1 all: populate
mas01cr@553 2
mas01cr@553 3 populate: populate.c
mas01cr@612 4 gcc -o populate -std=c99 -lrdf -laudioDB -L../.. -I../.. -Wl,-rpath $(shell pwd)/../.. $<
mas01cr@554 5
mas01cr@554 6 clean:
mas01cr@554 7 -rm populate keyplot.adb