forked from mia/Aegisub
66b91c41c3
Originally committed to SVN as r916.
12 lines
264 B
Makefile
12 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
|