mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
79add5590b
The never ending battle against bit-rot.
16 lines
473 B
Text
16 lines
473 B
Text
include libs/scene/test/Makemodule.am
|
|
|
|
scene_deps=libs/models/libQFmodels.la libs/util/libQFutil.la
|
|
|
|
lib_LTLIBRARIES += libs/scene/libQFscene.la
|
|
|
|
libs_scene_libQFscene_la_LDFLAGS= $(lib_ldflags)
|
|
libs_scene_libQFscene_la_LIBADD= $(scene_deps)
|
|
libs_scene_libQFscene_la_DEPENDENCIES= $(scene_deps)
|
|
libs_scene_libQFscene_la_SOURCES= \
|
|
libs/scene/camera.c \
|
|
libs/scene/entity.c \
|
|
libs/scene/hierarchy.c \
|
|
libs/scene/light.c \
|
|
libs/scene/scene.c \
|
|
libs/scene/transform.c
|