Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/ode/ode-0.9/drawstuff/src/Makefile.am @ 216

Last change on this file since 216 was 216, checked in by mathiask, 16 years ago

[Physik] add ode-0.9

File size: 562 bytes
Line 
1# We build drawstuff as a non libtool static library manually
2# so it doesn't get installed when 'make install' is called,
3# drawstuff is meant as an aid for testing and not as a full
4# rendering library.
5
6noinst_LIBRARIES = libdrawstuff.a
7libdrawstuff_a_SOURCES = drawstuff.cpp internal.h
8libdrawstuff_a_CXXFLAGS =  @ARCHFLAGS@ -I$(top_srcdir)/include -I$(top_builddir)/include
9
10# libdrawstuff_a_LIBADD = @GL_LIBS@
11
12if WIN32
13libdrawstuff_a_SOURCES+= windows.cpp
14endif
15if X11
16libdrawstuff_a_SOURCES+= x11.cpp
17endif
18if OSX
19libdrawstuff_a_SOURCES+= osx.cpp
20endif
21
Note: See TracBrowser for help on using the repository browser.