* correct for real the Makefile
[hkl3d.git] / test / gui / OpenGL / Makefile.am
blob7a5897ee768a2121d7b09699cae5728f34d3181b
1 noinst_LTLIBRARIES = libbulletopenglsupport.la
3 AM_CXXFLAGS= \
4         -I$(top_srcdir)/hkl3d/bullet/src
6 libbulletopenglsupport_la_SOURCES = \
7         DemoApplication.cpp \
8         GLDebugDrawer.h \
9         GL_Simplex1to4.cpp \
10         GLDebugFont.cpp \
11         GLDebugFont.h \
12         GlutDemoApplication.cpp \
13         GlutDemoApplication.h \
14         GlutStuff.h \
15         DemoApplication.h \
16         GL_ShapeDrawer.cpp \
17         GL_Simplex1to4.h \
18         RenderTexture.cpp \
19         DebugCastResult.h \
20         GLDebugDrawer.cpp \
21         GL_ShapeDrawer.h \
22         GlutStuff.cpp \
23         RenderTexture.h
25 libbulletopenglsupport_la_LIBADD = \
26         $(top_builddir)/hkl3d/bullet/src/libbulletdynamics.la
28 # Support for GNU Flymake, in Emacs.
29 check-syntax: AM_CXXFLAGS += -fsyntax-only -pipe
30 check-syntax:
31         test -z "$(CHK_SOURCES)" || $(CXXCOMPILE) $(CHK_SOURCES)
33 .PHONY: check-syntax