diff options
author | Martin Szulecki | 2011-04-06 13:01:13 +0200 |
---|---|---|
committer | Martin Szulecki | 2011-04-06 13:01:13 +0200 |
commit | c181d4d29f89fea20432b02abcc0d89731087cc4 (patch) | |
tree | c119646f6d62da46f7977ff9339db63f060e2141 /Makefile | |
parent | 8a1c38b26b47e4ca1e3d5770b2f33e5922f4e232 (diff) | |
download | gdk-pixbuf-psd-c181d4d29f89fea20432b02abcc0d89731087cc4.tar.gz gdk-pixbuf-psd-c181d4d29f89fea20432b02abcc0d89731087cc4.tar.bz2 |
Add autofoo build system
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 @@ -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 |