home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 6 / AACD06.ISO / AACD / System / Mesa-3.1 / src / OSmesa / Makefile.am next >
Makefile  |  1999-08-18  |  279b  |  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.