From 258c7c1dce42fed4b1a66900f8d3b45c42aa71e0 Mon Sep 17 00:00:00 2001 From: Sebastian Reichel Date: Mon, 3 Feb 2014 00:26:01 +0100 Subject: initial libcairobarcode --- libcairobarcode/Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 libcairobarcode/Makefile (limited to 'libcairobarcode/Makefile') diff --git a/libcairobarcode/Makefile b/libcairobarcode/Makefile new file mode 100644 index 0000000..b47d3b3 --- /dev/null +++ b/libcairobarcode/Makefile @@ -0,0 +1,14 @@ +include ../config.mk + +all: test + +libcairobarcode.so: + #TODO + +test: test.vala ean.vala code39.vala error.vala + ${VALAC} -o $@ --pkg cairo $^ + +clean: + rm -f test test.svg + +.PHONY: all clean -- cgit v1.2.3