home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 6 / AACD06.ISO / AACD / System / Mesa-3.1 / src / AOS / Makefile.am < prev    next >
Makefile  |  1999-09-23  |  451b  |  23 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_AMIGAOS
  8. # Build a libtool convenience library.
  9. noinst_LTLIBRARIES = libMesaAOS.la
  10. endif
  11.  
  12. libMesaAOS_la_SOURCES =        \
  13.      amesatools.c        \
  14.     amigamesa.c         \
  15.     cmnDisplay.c         \
  16.     natDisplay.c         \
  17.     natDisplayExtra.c    \
  18.     cybDisplay.c        \
  19.     cybDisplayExtra.c    \
  20.     wrpDisplay.c        \
  21.     palettes.c         \
  22.     mempools.c
  23.