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 @@
-CC = gcc
-CFLAGS=-Wall -std=c99
-
-DESTDIR=
-
-all:
- $(CC) $(CFLAGS) io-psd.c -o libpixbufloader-psd.so \
- `pkg-config --libs --cflags glib-2.0 gmodule-2.0 gdk-pixbuf-2.0` \
- -shared -fpic -DGDK_PIXBUF_ENABLE_BACKEND
-
-clean:
- rm libpixbufloader-psd.so
-
-install:
- chmod 644 libpixbufloader-psd.so
- mkdir -p $(DESTDIR)/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/
- cp libpixbufloader-psd.so $(DESTDIR)/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/
- gdk-pixbuf-query-loaders --update-cache