two new classes: Rule, RuleSet
[lsystem3d.git] / src / Makefile.am
CommitLineData
45ec9877 1bin_PROGRAMS = lsystem3d
526db675 2lsystem3d_SOURCES = lsystem.cpp lindenmayersystem.cpp model.cpp turtle.cpp \
93864246 3 vector.cpp xmlstructure.cpp lsystemparameters.cpp coordinate.cpp lsystem3d.cpp \
4 renderingsurface.cpp gui.cpp color.cpp ruleset.cpp rule.cpp
9469555e 5
6# set the include path found by configure
526db675 7INCLUDES = `fox-config --cflags` `pkg-config libxml++-2.6 --cflags` \
8 $(all_includes)
9469555e 9
10# the library search path.
526db675 11lsystem3d_LDFLAGS = $(all_libraries) `pkg-config libxml++-2.6 --libs` \
12 `fox-config --libs`
13noinst_HEADERS = lindenmayersystem.h model.h turtle.h vector.h xmlstructure.h \
93864246 14 lsystemparameters.h coordinate.h lsystem.xml lsystem3d.h renderingsurface.h gui.h color.h \
15 ruleset.h rule.h