home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1999 February / PCO_0299.ISO / filesbbs / linux / mikmod-3.000 / mikmod-3 / mikmod-3.1.2 / drivers / Makefile.in < prev   
Encoding:
Makefile  |  1998-12-07  |  4.2 KB  |  177 lines

  1. # Makefile.in generated automatically by automake 1.2 from Makefile.am
  2.  
  3. # Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy, distribute and modify it.
  6.  
  7.  
  8. SHELL = /bin/sh
  9.  
  10. srcdir = @srcdir@
  11. top_srcdir = @top_srcdir@
  12. VPATH = @srcdir@
  13. prefix = @prefix@
  14. exec_prefix = @exec_prefix@
  15.  
  16. bindir = @bindir@
  17. sbindir = @sbindir@
  18. libexecdir = @libexecdir@
  19. datadir = @datadir@
  20. sysconfdir = @sysconfdir@
  21. sharedstatedir = @sharedstatedir@
  22. localstatedir = @localstatedir@
  23. libdir = @libdir@
  24. infodir = @infodir@
  25. mandir = @mandir@
  26. includedir = @includedir@
  27. oldincludedir = /usr/include
  28.  
  29. pkgdatadir = $(datadir)/@PACKAGE@
  30. pkglibdir = $(libdir)/@PACKAGE@
  31. pkgincludedir = $(includedir)/@PACKAGE@
  32.  
  33. top_builddir = ..
  34.  
  35. ACLOCAL = @ACLOCAL@
  36. AUTOCONF = @AUTOCONF@
  37. AUTOMAKE = @AUTOMAKE@
  38. AUTOHEADER = @AUTOHEADER@
  39.  
  40. INSTALL = @INSTALL@
  41. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  42. INSTALL_DATA = @INSTALL_DATA@
  43. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  44. transform = @program_transform_name@
  45.  
  46. NORMAL_INSTALL = true
  47. PRE_INSTALL = true
  48. POST_INSTALL = true
  49. NORMAL_UNINSTALL = true
  50. PRE_UNINSTALL = true
  51. POST_UNINSTALL = true
  52. host_alias = @host_alias@
  53. host_triplet = @host@
  54. CC = @CC@
  55. DRIVER_OBJ = @DRIVER_OBJ@
  56. EXTRA_OBJ = @EXTRA_OBJ@
  57. LD = @LD@
  58. LIBRARY_LIB = @LIBRARY_LIB@
  59. LIBTOOL = @LIBTOOL@
  60. LN_S = @LN_S@
  61. MAKEINFO = @MAKEINFO@
  62. NM = @NM@
  63. PACKAGE = @PACKAGE@
  64. PLAYER_LIB = @PLAYER_LIB@
  65. RANLIB = @RANLIB@
  66. VERSION = @VERSION@
  67. VIRTCH = @VIRTCH@
  68.  
  69. EXTRA_DIST = drv_AF.c     \
  70.              drv_aix.c    \
  71.              drv_alsa.c   \
  72.              drv_dart.c   \
  73.              drv_esd.c    \
  74.              drv_hp.c     \
  75.              drv_nos.c    \
  76.              drv_os2l.c   \
  77.              drv_os2s.c   \
  78.              drv_oss.c    \
  79.              drv_raw.c    \
  80.              drv_sgi.c    \
  81.              drv_stdout.c \
  82.              drv_sun.c    \
  83.              drv_wav.c
  84. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  85. CONFIG_HEADER = ../config.h
  86. CONFIG_CLEAN_FILES = 
  87. DIST_COMMON =  Makefile.am Makefile.in
  88.  
  89.  
  90. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  91.  
  92. TAR = tar
  93. GZIP = --best
  94. default: all
  95.  
  96. .SUFFIXES:
  97. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  98.     cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps drivers/Makefile
  99.  
  100. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  101.     cd $(top_builddir) \
  102.       && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  103.  
  104. tags: TAGS
  105. TAGS:
  106.  
  107.  
  108. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  109.  
  110. subdir = drivers
  111.  
  112. distdir: $(DISTFILES)
  113.     @for file in $(DISTFILES); do \
  114.       d=$(srcdir); \
  115.       test -f $(distdir)/$$file \
  116.       || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  117.       || cp -p $$d/$$file $(distdir)/$$file; \
  118.     done
  119. info:
  120. dvi:
  121. check: all
  122.     $(MAKE)
  123. installcheck:
  124. install-exec: 
  125.     @$(NORMAL_INSTALL)
  126.  
  127. install-data: 
  128.     @$(NORMAL_INSTALL)
  129.  
  130. install: install-exec install-data all
  131.     @:
  132.  
  133. uninstall: 
  134.  
  135. all: Makefile
  136.  
  137. install-strip:
  138.     $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
  139. installdirs:
  140.  
  141.  
  142. mostlyclean-generic:
  143.     test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
  144.  
  145. clean-generic:
  146.     test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  147.  
  148. distclean-generic:
  149.     rm -f Makefile $(DISTCLEANFILES)
  150.     rm -f config.cache config.log stamp-h stamp-h[0-9]*
  151.     test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  152.  
  153. maintainer-clean-generic:
  154.     test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  155.     test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  156. mostlyclean:  mostlyclean-generic
  157.  
  158. clean:  clean-generic mostlyclean
  159.  
  160. distclean:  distclean-generic clean
  161.     rm -f config.status
  162.     rm -f libtool
  163.  
  164. maintainer-clean:  maintainer-clean-generic distclean
  165.     @echo "This command is intended for maintainers to use;"
  166.     @echo "it deletes files that may require special tools to rebuild."
  167.  
  168. .PHONY: default tags distdir info dvi installcheck install-exec \
  169. install-data install uninstall all installdirs mostlyclean-generic \
  170. distclean-generic clean-generic maintainer-clean-generic clean \
  171. mostlyclean distclean maintainer-clean
  172.  
  173.  
  174. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  175. # Otherwise a system limit (for SysV at least) may be exceeded.
  176. .NOEXPORT:
  177.