summaryrefslogtreecommitdiff
path: root/Source/DirectFB/gfxdrivers/mach64/Makefile.am
blob: 89b9a0e22cd454674b093182464ec654d5db687c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
## Makefile.am for DirectFB/gfxdrivers/mach64

INCLUDES = \
	-I$(top_builddir)/include	\
	-I$(top_srcdir)/include	\
	-I$(top_builddir)/lib	\
	-I$(top_srcdir)/lib	\
	-I$(top_srcdir)/systems	\
	-I$(top_srcdir)/src

mach64_LTLIBRARIES = libdirectfb_mach64.la

if BUILD_STATIC
mach64_DATA = $(mach64_LTLIBRARIES:.la=.o)
endif

mach64dir = $(MODULEDIR)/gfxdrivers

libdirectfb_mach64_la_SOURCES =	\
	mach64.c		\
	mach64.h		\
	mach64_state.c		\
	mach64_state.h		\
	mach64_overlay.c	\
	regs.h			\
	mmio.h

libdirectfb_mach64_la_LDFLAGS = \
	-module			\
	-avoid-version		\
	$(DFB_LDFLAGS)

libdirectfb_mach64_la_LIBADD = \
	$(top_builddir)/lib/direct/libdirect.la \
	$(top_builddir)/src/libdirectfb.la


include $(top_srcdir)/rules/libobject.make