Makefile.in 1.1 KB

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