view examples/runner-rdf/Makefile @ 563:c6036e0a511a

Work around the non-universality of fdatasync() POSIX, which specifies fdatasync(), also apparently specifies that POSIX_SYNCHRONIZED_IO is defined to a non-zero value if fdatasync() is available -- or at least that's what the man page suggests on Linux. This is probably good enough for us, anyway.
author mas01cr
date Thu, 18 Jun 2009 11:01:31 +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