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