skeleton ex10
authorMart Lubbers <mart@martlubbers.net>
Thu, 1 Oct 2015 17:25:18 +0000 (19:25 +0200)
committerMart Lubbers <mart@martlubbers.net>
Thu, 1 Oct 2015 17:25:18 +0000 (19:25 +0200)
mart/ex10/Makefile [new file with mode: 0644]
mart/ex10/ex10a.c [new file with mode: 0644]
mart/ex10/ex10b.c [new file with mode: 0644]
mart/ex10/ex10d.c [new file with mode: 0644]

diff --git a/mart/ex10/Makefile b/mart/ex10/Makefile
new file mode 100644 (file)
index 0000000..ee6cbef
--- /dev/null
@@ -0,0 +1,11 @@
+CFLAGS=$(shell xeno-config --xeno-cflags)
+LDFLAGS=$(shell xeno-config --xeno-ldflags)\
+       -lnative -lrtdk -Xlinker -rpath\
+       -Xlinker $(shell xeno-config --libdir)
+
+BINARIES=ex10a ex10b ex10d
+
+all: $(BINARIES)
+
+clean:
+       $(RM) -v $(BINARIES)
diff --git a/mart/ex10/ex10a.c b/mart/ex10/ex10a.c
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/mart/ex10/ex10b.c b/mart/ex10/ex10b.c
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/mart/ex10/ex10d.c b/mart/ex10/ex10d.c
new file mode 100644 (file)
index 0000000..e69de29