Makefile
changeset 27 e5c5a89d8308
parent 19 ebcc49de97d0
child 29 88691556661f
equal deleted inserted replaced
26:72fd5ba8d8c1 27:e5c5a89d8308
     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 \