lsys specfile
[lsystem3d.git] / src / Makefile.am
1 bin_PROGRAMS = lsystem
2 lsystem_SOURCES = lsystem.cpp callbacks.cpp lindenmayersystem.cpp model.cpp \
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.
10 lsystem_LDFLAGS = $(all_libraries) -lglui -lglut -lGLU -lGL `pkg-config \
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
14
15 noinst_DATA = lsystem.xml