mirror of https://github.com/odrling/Aegisub
parent
ef725cc8a2
commit
758cd7e2e7
|
@ -10,3 +10,16 @@ libfex_a_SOURCES = \
|
||||||
FexTracker.cpp \
|
FexTracker.cpp \
|
||||||
FexTrackerMovement.cpp \
|
FexTrackerMovement.cpp \
|
||||||
FexTrackingFeature.cpp
|
FexTrackingFeature.cpp
|
||||||
|
|
||||||
|
noinst_HEADERS = \
|
||||||
|
FexGenericFilter_BaseFloatImageApply.h \
|
||||||
|
FexGenericFilter_Contribution.h \
|
||||||
|
FexGenericFilter_FilteringCore.h \
|
||||||
|
FexGenericFilter_Include.h \
|
||||||
|
FexGenericFilter_StaticFor.h \
|
||||||
|
FexImgPyramid.h \
|
||||||
|
FexMovement.h \
|
||||||
|
FexTracker.h \
|
||||||
|
FexTrackingFeature.h \
|
||||||
|
StdAfx.h \
|
||||||
|
tenlist.h
|
||||||
|
|
70
Makefile.am
70
Makefile.am
|
@ -6,3 +6,73 @@ lua51/src/liblua.a:
|
||||||
|
|
||||||
all-recursive: lua51/src/liblua.a
|
all-recursive: lua51/src/liblua.a
|
||||||
|
|
||||||
|
EXTRA_DIST = \
|
||||||
|
lua51/COPYRIGHT \
|
||||||
|
lua51/HISTORY \
|
||||||
|
lua51/INSTALL \
|
||||||
|
lua51/MANIFEST \
|
||||||
|
lua51/Makefile \
|
||||||
|
lua51/README \
|
||||||
|
lua51/README.Aegisub \
|
||||||
|
lua51/doc/ \
|
||||||
|
lua51/doc/contents.html \
|
||||||
|
lua51/doc/logo.gif \
|
||||||
|
lua51/doc/lua.css \
|
||||||
|
lua51/doc/manual.html \
|
||||||
|
lua51/doc/readme.html \
|
||||||
|
lua51/lua51.vcproj \
|
||||||
|
lua51/lua51_vc8.vcproj \
|
||||||
|
lua51/src/ \
|
||||||
|
lua51/src/Makefile \
|
||||||
|
lua51/src/lapi.c \
|
||||||
|
lua51/src/lapi.h \
|
||||||
|
lua51/src/lauxlib.c \
|
||||||
|
lua51/src/lauxlib.h \
|
||||||
|
lua51/src/lbaselib.c \
|
||||||
|
lua51/src/lcode.c \
|
||||||
|
lua51/src/lcode.h \
|
||||||
|
lua51/src/ldblib.c \
|
||||||
|
lua51/src/ldebug.c \
|
||||||
|
lua51/src/ldebug.h \
|
||||||
|
lua51/src/ldo.c \
|
||||||
|
lua51/src/ldo.h \
|
||||||
|
lua51/src/ldump.c \
|
||||||
|
lua51/src/lfunc.c \
|
||||||
|
lua51/src/lfunc.h \
|
||||||
|
lua51/src/lgc.c \
|
||||||
|
lua51/src/lgc.h \
|
||||||
|
lua51/src/linit.c \
|
||||||
|
lua51/src/liolib.c \
|
||||||
|
lua51/src/llex.c \
|
||||||
|
lua51/src/llex.h \
|
||||||
|
lua51/src/llimits.h \
|
||||||
|
lua51/src/lmathlib.c \
|
||||||
|
lua51/src/lmem.c \
|
||||||
|
lua51/src/lmem.h \
|
||||||
|
lua51/src/loadlib.c \
|
||||||
|
lua51/src/lobject.c \
|
||||||
|
lua51/src/lobject.h \
|
||||||
|
lua51/src/lopcodes.c \
|
||||||
|
lua51/src/lopcodes.h \
|
||||||
|
lua51/src/loslib.c \
|
||||||
|
lua51/src/lparser.c \
|
||||||
|
lua51/src/lparser.h \
|
||||||
|
lua51/src/lstate.c \
|
||||||
|
lua51/src/lstate.h \
|
||||||
|
lua51/src/lstring.c \
|
||||||
|
lua51/src/lstring.h \
|
||||||
|
lua51/src/lstrlib.c \
|
||||||
|
lua51/src/ltable.c \
|
||||||
|
lua51/src/ltable.h \
|
||||||
|
lua51/src/ltablib.c \
|
||||||
|
lua51/src/ltm.c \
|
||||||
|
lua51/src/ltm.h \
|
||||||
|
lua51/src/lua.h \
|
||||||
|
lua51/src/luaconf.h \
|
||||||
|
lua51/src/lualib.h \
|
||||||
|
lua51/src/lundump.c \
|
||||||
|
lua51/src/lundump.h \
|
||||||
|
lua51/src/lvm.c \
|
||||||
|
lua51/src/lvm.h \
|
||||||
|
lua51/src/lzio.c \
|
||||||
|
lua51/src/lzio.h
|
||||||
|
|
|
@ -136,4 +136,15 @@ aegisub_SOURCES = \
|
||||||
video_zoom.cpp \
|
video_zoom.cpp \
|
||||||
MatroskaParser.c
|
MatroskaParser.c
|
||||||
|
|
||||||
|
noinst_HEADERS = \
|
||||||
|
boost/assert.hpp \
|
||||||
|
boost/checked_delete.hpp \
|
||||||
|
boost/shared_count.hpp \
|
||||||
|
boost/shared_ptr.hpp \
|
||||||
|
boost/throw_exception.hpp \
|
||||||
|
boost/workaround.hpp \
|
||||||
|
gl/glext.h \
|
||||||
|
csri/csri.h \
|
||||||
|
csri/logging.h \
|
||||||
|
csri/openerr.h \
|
||||||
|
mythes.hxx
|
||||||
|
|
Loading…
Reference in New Issue