summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Muizelaar <jeff@infidigm.net>2005-05-21 02:09:44 +0000
committerJeff Muizelaar <jeff@infidigm.net>2005-05-21 02:09:44 +0000
commitebd951a663d1f715904ac6c0d1e557db1c563910 (patch)
tree9aefa2c92fe78c7b66aebdbb48d7ece6a1edea4d /Makefile
Initial revision
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..ad7564f
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,9 @@
+CFLAGS = $(shell pkg-config --cflags poppler-glib)
+LDLIBS = $(shell pkg-config --libs poppler-glib)
+
+all : test-poppler
+
+test-poppler: buffer-diff.o read-png.o test-poppler.o write-png.o xmalloc.o
+
+clean :
+ rm test-poppler *.o tests/*out.png