
LIBNAME		=	fastimg
TARGET		=	lib$(LIBNAME).a
CDEBUGFLAGS	=	-g
CCOPTIONS	=	-prototypes -float
PROTO_DEFINES	=	-DFUNCPROTO -DNARROWPROTO
SRCS		=	fastimg.c fzoom.c
OBJS		=	$(SRCS:.c=.o)
NormalLibraryTarget($(LIBNAME),$(OBJS))
