home *** CD-ROM | disk | FTP | other *** search
/ Amiga Magazin: Amiga-CD 2000 April & May / AMIGA_2000_04.iso / patches / mesa3.1 / mesa-3_1.lha / src / OSmesa / Makefile.am next >
Encoding:
Makefile  |  1999-08-19  |  279 b   |  13 lines

  1. ## Process this file with automake to produce Makefile.in
  2.  
  3. #AUTOMAKE_OPTIONS = no-dependencies
  4.  
  5. INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src
  6.  
  7. if HAVE_OSMESA
  8. # Build a libtool convenience library.
  9. noinst_LTLIBRARIES = libMesaOS.la
  10. endif
  11.  
  12. libMesaOS_la_SOURCES = osmesa.c
  13.