summaryrefslogtreecommitdiff
path: root/src/tfp410/Makefile.am
blob: 89a27d034f1405aa04b3f6b35c6103e2ee1f9252 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# this is obnoxious:
# -module lets us name the module exactly how we want
# -avoid-version prevents gratuitous .0.0.0 version numbers on the end
# _ladir passes a dummy rpath to libtool so the thing will actually link
# TODO: -nostdlib/-Bstatic/-lgcc platform magic, not installing the .a, etc.
AM_CFLAGS = @WARN_CFLAGS@ @XMODES_CFLAGS@ @XORG_CFLAGS@ @DRI_CFLAGS@

tfp410_la_LTLIBRARIES = tfp410.la
tfp410_la_LDFLAGS = -module -avoid-version
tfp410_ladir = @moduledir@/drivers

tfp410_la_SOURCES = \
	tfp410.c \
	tfp410_module.c \
	tfp410.h \
	tfp410_reg.h