1 # vorbis makefile configured for use with gcc on any platform
3 # $Id: Makefile.in,v 1.5 2000/02/12 08:32:57 xiphmont Exp $
5 ###############################################################################
7 # To build a production vorbis (preferrably using gmake), just type 'make'. #
8 # To build with debugging or profiling information, use 'make debug' or #
9 # 'make profile' respectively. 'make clean' is a good idea between builds #
10 # with different target names, or before a final build. #
12 ###############################################################################
15 # DO NOT EDIT BELOW! ##########################################################
16 # (unless, of course, you know what you are doing :) ##########################
20 SUBDIRS = lib vq huff examples # cmdline xmms
22 all debug profile selftest target clean:
23 @for dir in $(SUBDIRS); do (cd $$dir && $(MAKE) $(MFLAGS) $@) || exit 1; done
27 -rm -f Makefile config.*