lsys specfile
[lsystem3d.git] / src / Makefile.am
CommitLineData
9469555e 1bin_PROGRAMS = lsystem
2lsystem_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
7INCLUDES = `pkg-config libxml++-2.6 --cflags` $(all_includes)
8
9# the library search path.
10lsystem_LDFLAGS = $(all_libraries) -lglui -lglut -lGLU -lGL `pkg-config \
11 libxml++-2.6 --libs`
12noinst_HEADERS = callbacks.h lindenmayersystem.h model.h openglwindow.h \
13 turtle.h vector.h xmlstructure.h lsystemparameters.h coordinate.h
20acc002 14
15noinst_DATA = lsystem.xml