two new classes: Rule, RuleSet
authorspixx <spixx>
Sat, 11 Nov 2006 13:37:11 +0000 (13:37 +0000)
committerspixx <spixx>
Sat, 11 Nov 2006 13:37:11 +0000 (13:37 +0000)
src/Makefile.am

index ed9bc07e5d1b1c6a87312e8590410b7b68f5c37c..69b36e077886c65816d1b0fc256e93eded773c56 100644 (file)
@@ -1,7 +1,7 @@
 bin_PROGRAMS = lsystem3d
 lsystem3d_SOURCES = lsystem.cpp lindenmayersystem.cpp model.cpp turtle.cpp \
-               vector.cpp xmlstructure.cpp lsystemparameters.cpp coordinate.cpp lsystem3d.cpp \
-               renderingsurface.cpp gui.cpp color.cpp
+       vector.cpp xmlstructure.cpp lsystemparameters.cpp coordinate.cpp lsystem3d.cpp \
+       renderingsurface.cpp gui.cpp color.cpp ruleset.cpp rule.cpp
 
 # set the include path found by configure
 INCLUDES = `fox-config --cflags` `pkg-config libxml++-2.6 --cflags` \
@@ -11,4 +11,5 @@ INCLUDES = `fox-config --cflags` `pkg-config libxml++-2.6 --cflags` \
 lsystem3d_LDFLAGS = $(all_libraries) `pkg-config libxml++-2.6 --libs` \
        `fox-config --libs`
 noinst_HEADERS = lindenmayersystem.h model.h turtle.h vector.h xmlstructure.h \
-               lsystemparameters.h coordinate.h lsystem.xml lsystem3d.h renderingsurface.h gui.h color.h
+       lsystemparameters.h coordinate.h lsystem.xml lsystem3d.h renderingsurface.h gui.h color.h \
+       ruleset.h rule.h