diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 18 |
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 @@ | |||
| 1 | CC = gcc | ||
| 2 | CFLAGS=-Wall -std=c99 | ||
| 3 | |||
| 4 | DESTDIR= | ||
| 5 | |||
| 6 | all: | ||
| 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 | |||
| 11 | clean: | ||
| 12 | rm libpixbufloader-psd.so | ||
| 13 | |||
| 14 | install: | ||
| 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 | ||
