xenocara/driver/xf86-video-radeonhd/utils/conntest/Makefile.am

31 lines
967 B
Makefile
Raw Normal View History

2007-12-04 15:20:01 -07:00
BUILT_SOURCES =
CLEANFILES =
include $(top_srcdir)/RadeonHD.am
EXTRA_DIST = README Imakefile
EXTRA_PROGRAMS = rhd_conntest rhd_dump
2007-12-04 15:20:01 -07:00
if HAVE_PCI_PCI_H
if HAVE_ZLIB
noinst_PROGRAMS = rhd_conntest rhd_dump
2007-12-04 15:20:01 -07:00
endif
endif
all-local:
@if test "x$(noinst_PROGRAMS)" = "x"; then \
echo "WARNING: Cannot build the rhd_conntest program due to missing dependencies."; \
echo " *IF* you want to build rhd_conntest, install development packages of"; \
echo " both pciutils and zlib/libz and re-run the configure (or autogen) script."; \
fi
# Including config.h requires xorg-config.h, so we need the XORG_CFLAGS here
2008-01-05 10:28:11 -07:00
AM_CFLAGS = @XORG_CFLAGS@ @WARN_CFLAGS@ @PCIUTILS_CFLAGS@
2007-12-04 15:20:01 -07:00
AM_CPPFLAGS = -I$(top_srcdir)/src/AtomBios/includes
rhd_conntest_SOURCES = rhd_conntest.c
nodist_rhd_conntest_SOURCES = git_version.h
2008-01-05 10:28:11 -07:00
rhd_conntest_LDADD = @PCIUTILS_LIBS@
rhd_dump_SOURCES = rhd_dump.c
nodist_rhd_dump_SOURCES = git_version.h
rhd_dump_LDADD = @PCIUTILS_LIBS@