mirror of
https://github.com/worldforge/cyphesis
synced 2026-08-13 12:26:04 -04:00
11 lines
422 B
Makefile
11 lines
422 B
Makefile
noinst_LIBRARIES = libphysics.a
|
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)
|
|
|
|
libphysics_a_SOURCES = Vector3D.cpp Vector3D.h \
|
|
BBox.cpp BBox.h \
|
|
Course.cpp Course_impl.h Course.h \
|
|
Quaternion.cpp Quaternion.h \
|
|
Collision.cpp Collision.h \
|
|
Shape.cpp Shape_impl.h Shape.h \
|
|
Transform.cpp Transform.h
|