Added the usual Makefiles to src/extract.

This commit is contained in:
Moritz Bunkus 2004-09-07 18:08:14 +00:00
parent 6b5467bd94
commit 6cb028af63
3 changed files with 8 additions and 1 deletions

View File

@ -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
View File

@ -0,0 +1,2 @@
all %:
@make -C ../.. V=$(V) $@

View File

@ -0,0 +1,5 @@
# mkvtoolnix - Makefile for MinGW
# because I was fed up fighting against libtool
all clean:
make -C ../.. $@