view src/Makefile @ 2415:4fb714073ae4

fix for bug #150: - avoid use of memcpy in these cases since memory area may overlap. - do not perform memmove if it is not necessary.
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Wed, 20 Feb 2008 02:57:59 +0900
parents d9d4b258fbf1
children
line wrap: on
line source

include ../extra.mk

SUBDIRS = ${INPUT_PLUGINS}		\
	  ${OUTPUT_PLUGINS}		\
	  ${EFFECT_PLUGINS}		\
	  ${VISUALIZATION_PLUGINS}	\
	  ${GENERAL_PLUGINS}		\
	  ${CONTAINER_PLUGINS}		\
	  ${TRANSPORT_PLUGINS}

include ../buildsys.mk