equal
deleted
inserted
replaced
9 # libraries to use |
9 # libraries to use |
10 LOADLIBES = -lpng -lpthread |
10 LOADLIBES = -lpng -lpthread |
11 |
11 |
12 # output name |
12 # output name |
13 DIST_NAME = 78949E-as2 |
13 DIST_NAME = 78949E-as2 |
14 DIST_RESOURCES = README "Learning Diary.pdf" |
14 DIST_RESOURCES = README "Learning Diary.pdf" $(shell "echo python/*.{py,pyx}") |
15 |
15 |
16 all: depend lib/libpngtile.so bin/util |
16 all: depend lib/libpngtile.so bin/util |
17 |
17 |
18 lib/libpngtile.so : \ |
18 lib/libpngtile.so : \ |
19 build/obj/lib/ctx.o build/obj/lib/image.o build/obj/lib/cache.o build/obj/lib/tile.o build/obj/lib/error.o \ |
19 build/obj/lib/ctx.o build/obj/lib/image.o build/obj/lib/cache.o build/obj/lib/tile.o build/obj/lib/error.o \ |