*** empty log message ***
[lsystem3d.git] / src / Makefile.am
CommitLineData
45ec9877 1bin_PROGRAMS = lsystem3d
2lsystem3d_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
7INCLUDES = `pkg-config libxml++-2.6 --cflags` $(all_includes)
8
9# the library search path.
45ec9877 10lsystem3d_LDFLAGS = $(all_libraries) -lglui -lglut -lGLU -lGL `pkg-config \
9469555e 11 libxml++-2.6 --libs`
12noinst_HEADERS = callbacks.h lindenmayersystem.h model.h openglwindow.h \
ca4d3939 13 turtle.h vector.h xmlstructure.h lsystemparameters.h coordinate.h lsystem.xml