Subversion Repositories shark

Rev

Rev 100 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

# The Frame Buffer Device

ifndef BASE
BASE=../..
endif

include $(BASE)/config/config.mk

LIBRARY       = png

OBJS_PATH     = $(BASE)/ports/png

PNG =   png.o pngerror.o pnggccrd.o pngget.o pngmem.o\
        pngread.o pngpread.o pngrio.o pngrtran.o pngrutil.o\
        pngset.o pngtest.o pngtrans.o pngvcrd.o pngwio.o\
        pngwrite.o pngwtran.o pngwutil.o  

OBJS = $(PNG)

C_OPT += -I../../../drivers/linuxc24/include -I./include -I. -I../zlib/include

include $(BASE)/config/lib.mk