debrix/os Makefile.am,NONE,1.1
Daniel Stone
xserver-commit at pdx.freedesktop.org
Fri Jun 11 05:14:55 EST 2004
Committed by: daniel
Update of /cvs/xserver/debrix/os
In directory pdx:/home/daniel/x/debrix/debrix-200406110418/os
Added Files:
Makefile.am
Log Message:
Infrastructure: add Makefile.am's.
--- NEW FILE: Makefile.am ---
INCLUDES = \
-D_GNU_SOURCE @XSERVER_CFLAGS@ -I$(top_srcdir)/render \
-DDPMSExtension
noinst_LIBRARIES = libos.a
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
# k5auth.c \
# lbxio.c \
# rpcauth.c \
# genalloca.c \
# hpsocket.c \
# secauth.c
# xalloc.c
if XDMCP
XDMCP_SOURCES = xdmcp.c
endif
XORG_SOURCES = log.c
libos_a_SOURCES = \
WaitFor.c \
access.c \
auth.c \
connection.c \
io.c \
mitauth.c \
oscolor.c \
osdep.h \
osinit.c \
utils.c \
xdmauth.c \
xstrans.c \
$(XDMCP_SOURCES) \
$(XORG_SOURCES)
AM_CFLAGS = $(XORG_CFLAGS)
More information about the xserver-commit
mailing list