view examples/Makefile.am @ 166:55e65add1ccf

Define M_PI to 3.14159265358979323846264338327 on platforms where it is not provided by math.h
author Jamie Bullock <jamie@jamiebullock.com>
date Tue, 18 Jun 2013 08:10:23 -0700
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)