DESTDIR=/home/gilles/files/perso/dev/build/nestor/inst XENO_CONFIG=$(DESTDIR)/usr/xenomai/bin/xeno-config CFLAGS:=$(shell DESTDIR=$(DESTDIR) $(XENO_CONFIG) --posix-cflags) -g -O2 -Wall -W -Werror-implicit-function-declaration LDFLAGS:=$(shell DESTDIR=$(DESTDIR) $(XENO_CONFIG) --posix-ldflags) LOADLIBES=-lpthread_rt all: test_shm test_shm: test_shm.o clean: $(RM) foo foo.o test_shm.o test_shm