Mercurial > hg > audiodb
comparison examples/runner-rdf/Makefile @ 612:c80ade092d7a
Tiny runner-rdf/Makefile modification
Make the -rpath absolute (so that we can run the binary from elsewhere)
author | mas01cr |
---|---|
date | Tue, 01 Sep 2009 14:17:57 +0000 |
parents | 600b87550b83 |
children | 404222029e27 |
comparison
equal
deleted
inserted
replaced
611:957dd4fb2599 | 612:c80ade092d7a |
---|---|
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 ../.. $< | 4 gcc -o populate -std=c99 -lrdf -laudioDB -L../.. -I../.. -Wl,-rpath $(shell pwd)/../.. $< |
5 | 5 |
6 clean: | 6 clean: |
7 -rm populate keyplot.adb | 7 -rm populate keyplot.adb |