debrix/hw/xorg/os-support Makefile.am,1.4,1.5
Adam Jackson
xserver-commit at pdx.freedesktop.org
Sun Jun 13 19:19:49 PDT 2004
Committed by: ajax
Update of /cvs/xserver/debrix/hw/xorg/os-support
In directory pdx:/home/ajax/debrix/hw/xorg/os-support
Modified Files:
Makefile.am
Log Message:
better fix for OS_LIBS; just link against the OS-specific lib, don't
mess around creating os-support/libos.a. fixes parallel builds, and
disambiguates from the other libos.a
Index: Makefile.am
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/os-support/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile.am 13 Jun 2004 03:01:00 -0000 1.4
+++ Makefile.am 14 Jun 2004 02:19:46 -0000 1.5
@@ -1,12 +1,4 @@
SUBDIRS = bus @XORG_OS_SUBDIR@
-DISTCLEANFILES = dummy.c
-dummy.c:
- touch $@
-
-noinst_LIBRARIES = libos.a
-libos_a_SOURCES = dummy.c
-libos_a_LIBADD = @XORG_OS_SUBDIR@/lib at XORG_OS_SUBDIR@.a
-
sdk_HEADERS = xf86_OSproc.h xf86_OSlib.h xf86_ansic.h xf86_libc.h xf86drm.h \
xf86drmCompat.h assyntax.h xf86OSmouse.h xf86OSKbd.h
More information about the xserver-commit
mailing list