[xserver-commit] xfree86/os-support Makefile.am,NONE,3.1
Daniel Stone
xserver-commit@pdx.freedesktop.org
- Previous message: [xserver-commit] xfree86/include xf86Date.h,NONE,1.1 xf86PciData.h,NONE,1.1 xf86ScanPci.h,NONE,1.1 xf86Version.h,NONE,1.1
- Next message: [xserver-commit] xfree86/include/X11/extensions xf86bigfont.h,NONE,1.1 xf86bigfstr.h,NONE,1.1 xf86dga.h,NONE,1.1 xf86dga1.h,NONE,1.1 xf86dga1str.h,NONE,1.1 xf86dgastr.h,NONE,1.1 xf86misc.h,NONE,1.1 xf86mscstr.h,NONE,1.1 xf86rush.h,NONE,1.1 xf86rushstr.h,NONE,1.1 xf86vmode.h,NONE,1.1 xf86vmstr.h,NONE,1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
- Previous message: [xserver-commit] xfree86/include xf86Date.h,NONE,1.1 xf86PciData.h,NONE,1.1 xf86ScanPci.h,NONE,1.1 xf86Version.h,NONE,1.1
- Next message: [xserver-commit] xfree86/include/X11/extensions xf86bigfont.h,NONE,1.1 xf86bigfstr.h,NONE,1.1 xf86dga.h,NONE,1.1 xf86dga1.h,NONE,1.1 xf86dga1str.h,NONE,1.1 xf86dgastr.h,NONE,1.1 xf86misc.h,NONE,1.1 xf86mscstr.h,NONE,1.1 xf86rush.h,NONE,1.1 xf86rushstr.h,NONE,1.1 xf86vmode.h,NONE,1.1 xf86vmstr.h,NONE,1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]