Makefile.am 293 B

12345678910
  1. ## Process this file with automake to produce Makefile.in
  2. pathplanexampledir = $(demodir)/pathplan_data
  3. if INSTALL_DEMOS
  4. if WITH_TCL
  5. dist_pathplanexample_DATA = boxes.dat dpd.dat funny.dat maze.dat nested.dat northo.dat \
  6. obs.dat other.dat paths.dat rotor.dat u.dat unknown.dat
  7. endif
  8. endif