view examples/Makefile.am @ 211:ef80f7c52c6d

add VC2012 project to compile static and dynamic lib, also fix some C issues
author Q <andrea@nocte.co.uk>
date Thu, 27 Mar 2014 09:48:26 +0000
parents ee2e1acbf2a8
children
line wrap: on
line source
MAINTAINERCLEANFILES = Makefile.in 

if BUILD_PD_EXAMPLE 
PUREDATA_DIR = puredata
endif

if BUILD_SIMPLETEST
SIMPLETEST_DIR = simpletest
endif

SUBDIRS = $(PUREDATA_DIR) $(SIMPLETEST_DIR)