summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile18
1 files changed, 0 insertions, 18 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index da40814..0000000
--- a/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
1CC = gcc
2CFLAGS=-Wall -std=c99
3
4DESTDIR=
5
6all:
7 $(CC) $(CFLAGS) io-psd.c -o libpixbufloader-psd.so \
8 `pkg-config --libs --cflags glib-2.0 gmodule-2.0 gdk-pixbuf-2.0` \
9 -shared -fpic -DGDK_PIXBUF_ENABLE_BACKEND
10
11clean:
12 rm libpixbufloader-psd.so
13
14install:
15 chmod 644 libpixbufloader-psd.so
16 mkdir -p $(DESTDIR)/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/
17 cp libpixbufloader-psd.so $(DESTDIR)/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/
18 gdk-pixbuf-query-loaders --update-cache