45ec9877 |
1 | bin_PROGRAMS = lsystem3d |
2 | lsystem3d_SOURCES = lsystem.cpp callbacks.cpp lindenmayersystem.cpp model.cpp \ |
9469555e |
3 | openglwindow.cpp turtle.cpp vector.cpp xmlstructure.cpp lsystemparameters.cpp \ |
4 | coordinate.cpp |
5 | |
6 | # set the include path found by configure |
7 | INCLUDES = `pkg-config libxml++-2.6 --cflags` $(all_includes) |
8 | |
9 | # the library search path. |
45ec9877 |
10 | lsystem3d_LDFLAGS = $(all_libraries) -lglui -lglut -lGLU -lGL `pkg-config \ |
9469555e |
11 | libxml++-2.6 --libs` |
12 | noinst_HEADERS = callbacks.h lindenmayersystem.h model.h openglwindow.h \ |
13 | turtle.h vector.h xmlstructure.h lsystemparameters.h coordinate.h |
20acc002 |
14 | |
15 | noinst_DATA = lsystem.xml |