~ubuntu-branches/ubuntu/gutsy/rss-glx/gutsy

« back to all changes in this revision

Viewing changes to reallyslick/Implicit/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2005-11-30 18:21:27 UTC
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20051130182127-5iww7elbiyzej1lk
Tags: upstream-0.8.0
ImportĀ upstreamĀ versionĀ 0.8.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
INCLUDES=-I../include
 
2
 
 
3
lib_LTLIBRARIES = libImplicit.la
 
4
 
 
5
libImplicit_la_SOURCES = impCubeTables.cpp  impCubeVolume.cpp  impEllipsoid.cpp  impHexahedron.cpp  impKnot.cpp  impShape.cpp  impSphere.cpp  impSurface.cpp  impTorus.cpp
 
6