Makefile.am   [plain text]


## Process this file with automake to produce Makefile.in

AUTOMAKE_OPTIONS = 1.4

EXAMPLES = boxes.dat dpd.dat funny.dat maze.dat nested.dat northo.dat \
	obs.dat other.dat paths.dat rotor.dat u.dat unknown.dat

pathplanexampledir = $(datadir)/@PACKAGE@/demo/pathplan_data

if WITH_TCL
pathplanexample_DATA = $(EXAMPLES)
endif

EXTRA_DIST = $(EXAMPLES)