*** empty log message ***
[lsystem3d.git] / src / Makefile.am
diff --git a/src/Makefile.am b/src/Makefile.am
new file mode 100644 (file)
index 0000000..ec68391
--- /dev/null
@@ -0,0 +1,13 @@
+bin_PROGRAMS = lsystem
+lsystem_SOURCES = lsystem.cpp callbacks.cpp lindenmayersystem.cpp model.cpp \
+               openglwindow.cpp turtle.cpp vector.cpp xmlstructure.cpp lsystemparameters.cpp \
+       coordinate.cpp
+
+# set the include path found by configure
+INCLUDES = `pkg-config libxml++-2.6 --cflags` $(all_includes)
+
+# the library search path.
+lsystem_LDFLAGS = $(all_libraries) -lglui -lglut -lGLU -lGL `pkg-config \
+       libxml++-2.6 --libs`
+noinst_HEADERS = callbacks.h lindenmayersystem.h model.h openglwindow.h \
+               turtle.h vector.h xmlstructure.h lsystemparameters.h coordinate.h