diff options
author | Pablo Martín <caedesv@users.sourceforge.net> | 2003-09-07 21:51:37 +0000 |
---|---|---|
committer | Pablo Martín <caedesv@users.sourceforge.net> | 2003-09-07 21:51:37 +0000 |
commit | 9aa1e112850a11854caa2198393dbd910e226151 (patch) | |
tree | 9ed62d40d96b503049229e1cb2555c4883416cb9 /opengl/modules/Makefile | |
parent | 213978fa8a868661dda88e6b4e7cacec1c90677a (diff) |
Updating pdp version to 0.12.2
svn path=/trunk/externals/pdp/; revision=942
Diffstat (limited to 'opengl/modules/Makefile')
-rw-r--r-- | opengl/modules/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/opengl/modules/Makefile b/opengl/modules/Makefile new file mode 100644 index 0000000..a11fa1d --- /dev/null +++ b/opengl/modules/Makefile @@ -0,0 +1,10 @@ +include ../Makefile.config + +all: pdp_3d_windowcontext.o pdp_3d_draw.o pdp_3d_view.o \ + pdp_3d_push.o pdp_3d_light.o pdp_3d_dlist.o pdp_3d_color.o \ + pdp_3d_snap.o pdp_3d_drawmesh.o pdp_3d_for.o pdp_3d_state.o \ + pdp_3d_subcontext.o + +clean: + rm -rf *~ *.o + |