~ubuntu-branches/debian/jessie/libccd/jessie

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Jose Luis Rivero
  • Date: 2014-03-24 16:51:48 UTC
  • Revision ID: package-import@ubuntu.com-20140324165148-mfno979f58rv322z
Tags: upstream-2.0
ImportĀ upstreamĀ versionĀ 2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SUBDIRS = . testsuites
 
2
 
 
3
lib_LTLIBRARIES = libccd.la
 
4
 
 
5
libccd_la_SOURCES = alloc.h \
 
6
                ccd/compiler.h \
 
7
                dbg.h \
 
8
                ccd.c ccd/ccd.h \
 
9
                list.h \
 
10
                polytope.c polytope.h \
 
11
                ccd/quat.h \
 
12
                simplex.h \
 
13
                support.c support.h \
 
14
                vec3.c ccd/vec3.h \
 
15
        mpr.c
 
16