487eac25a8
the generated Makefile.in are also placed under CVS unless you want an infinite number of commits.
22 lines
272 B
Makefile
22 lines
272 B
Makefile
#
|
|
|
|
INCLUDES = \
|
|
@KDRIVE_INCS@ \
|
|
@KDRIVE_CFLAGS@
|
|
|
|
AM_CFLAGS = -DHAVE_DIX_CONFIG_H
|
|
|
|
noinst_LIBRARIES =libopenbsd.a
|
|
|
|
if KDRIVE_HW
|
|
KDRIVE_HW_SOURCES = \
|
|
openbsd.c
|
|
endif
|
|
|
|
libopenbsd_a_SOURCES = \
|
|
kopenbsd.h \
|
|
$(KDRIVE_HW_SOURCES)
|
|
|
|
libopenbsd_a_DEPENDENCIES = \
|
|
openbsd.c
|