summaryrefslogtreecommitdiff
path: root/src/ivch/Makefile.am
blob: 8b12b093b08ad0a141bf35b23dd1bff81f6c401f (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@ \
	@PCIACCESS_CFLAGS@

ivch_la_LTLIBRARIES = ivch.la
ivch_la_LDFLAGS = -module -avoid-version
ivch_ladir = @moduledir@/drivers

ivch_la_SOURCES = \
	ivch.c \
	ivch_module.c \
	ivch_reg.h