You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
470 B
30 lines
470 B
## Process this file with automake to produce Makefile.in
|
|
|
|
noinst_LTLIBRARIES = libmesa.la
|
|
|
|
libmesa_la_SOURCES = \
|
|
mesa.c \
|
|
mesaacl.c \
|
|
mesaask.c \
|
|
mesadefs.h \
|
|
mesadel.c \
|
|
mesadest.c \
|
|
mesaext.h \
|
|
mesagetic.c \
|
|
mesainit.c \
|
|
mesainit.h \
|
|
mesaitf.h \
|
|
mesaload.c \
|
|
mesamask.c \
|
|
mesamdel.c \
|
|
mesamparam.c \
|
|
mesaparam.c \
|
|
mesapzl.c \
|
|
mesasetup.c \
|
|
mesatemp.c \
|
|
mesatrunc.c
|
|
|
|
|
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/src/include
|
|
MAINTAINERCLEANFILES = Makefile.in
|