forked from mia/Aegisub
13 lines
264 B
Makefile
13 lines
264 B
Makefile
|
SUFFIXES = .c .cpp
|
||
|
noinst_LIBRARIES = libfex.a
|
||
|
AM_CPPFLAGS = -DAEGISUB
|
||
|
|
||
|
libfex_a_SOURCES = \
|
||
|
FexGenericFilter.cpp \
|
||
|
FexGenericFilter_BaseFloatImage.cpp \
|
||
|
FexImgPyramid.cpp \
|
||
|
FexMovement.cpp \
|
||
|
FexTracker.cpp \
|
||
|
FexTrackerMovement.cpp \
|
||
|
FexTrackingFeature.cpp
|