xenocara/driver/xf86-video-radeonhd/utils/conntest/Imakefile

18 lines
365 B
Plaintext
Raw Normal View History

2007-12-04 15:20:01 -07:00
#include <Server.tmpl>
#include "../../RadeonHD.tmpl"
SRCS = rhd_conntest.c git_version.h
OBJS = rhd_conntest.o
INCLUDES = -I$(TOP)/src/AtomBios/includes
DEFINES = $(INCLUDES) \
$(RHD_GIT_DEFINES) \
$(RHD_VERSION_DEFINES)
SYS_LIBS = -lpci -lz
NormalProgramTarget(rhd_conntest,$(OBJS),,,$(SYS_LIBS))
AllTarget(ProgramTargetName(rhd_conntest))
DependTarget()