mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 20:01:53 +00:00
Added the usual Makefiles to src/extract.
This commit is contained in:
parent
6b5467bd94
commit
6cb028af63
@ -703,7 +703,7 @@ LDFLAGS="$USER_LDFLAGS @EXTRA_LDFLAGS@"
|
||||
|
||||
AC_SUBST(LDFLAGS)
|
||||
|
||||
AC_OUTPUT(Makefile avilib-0.6.10/Makefile librmff/Makefile src/Makefile src/common/Makefile src/input/Makefile src/output/Makefile src/mmg/Makefile)
|
||||
AC_OUTPUT(Makefile avilib-0.6.10/Makefile librmff/Makefile src/Makefile src/common/Makefile src/input/Makefile src/output/Makefile src/mmg/Makefile src/extract/Makefile)
|
||||
|
||||
opt_features_yes="`echo "$opt_features_yes" | sed 's/^\;//'`"
|
||||
opt_features_no="`echo "$opt_features_no" | sed 's/^\;//'`"
|
||||
|
2
src/extract/Makefile.in
Normal file
2
src/extract/Makefile.in
Normal file
@ -0,0 +1,2 @@
|
||||
all %:
|
||||
@make -C ../.. V=$(V) $@
|
5
src/extract/Makefile.mingw
Normal file
5
src/extract/Makefile.mingw
Normal file
@ -0,0 +1,5 @@
|
||||
# mkvtoolnix - Makefile for MinGW
|
||||
# because I was fed up fighting against libtool
|
||||
|
||||
all clean:
|
||||
make -C ../.. $@
|
Loading…
Reference in New Issue
Block a user