[xserver-commit] xfree86/os-support Makefile.am,NONE,3.1

Daniel Stone xserver-commit@pdx.freedesktop.org


Committed by: daniel

Update of /cvs/xserver/xfree86/os-support
In directory pdx:/home/daniel/src/xserver/hw/xfree86/os-support

Added Files:
	Makefile.am 
Log Message:
Checkin #3: Makefile.am's, files that've been moved and/or added.

--- NEW FILE: Makefile.am ---
#if qnx4
#OS_SUBDIR = qnx4
#else if nto # wtf is nto?
#OS_SUBDIR = nto
#else if svr4+sgi
#OS_SUBDIR = irix
#else if linux
OS_SUBDIR = linux
#else if free/net/openbsd
#OS_SUBDIR = bsd
#else if gnu/mach # tee hee
#OS_SUBDIR = hurd
#else if os/2
#OS_SUBDIR = os2
#endif

SUBDIRS = bus $(OS_SUBDIR)

dummy.c:
	touch dummy.c
DISTCLEANFILES = dummy.c

lib_LIBRARIES = libxf86os.a
libxf86os_a_SOURCES = dummy.c
libxf86os_a_LIBADD = $(OS_SUBDIR)/libxf86$(OS_SUBDIR).a bus/libxf86bus.a

sdk_INCLUDEDIR = $(includedir)/X11/XF86SDK
sdk_INCLUDES = xf86_OSproc.h xf86_OSlib.h xf86_ansic.h xf86_libc.h xf86drm.h \
               xf86drmCompat.h assyntax.h