diff options
author | Kean Johnson <kean@armory.com> | 2005-06-10 06:54:08 +0000 |
---|---|---|
committer | Kean Johnson <kean@armory.com> | 2005-06-10 06:54:08 +0000 |
commit | 6959958e41a5779b43cff7aadf68c6073c68e674 (patch) | |
tree | 8ea1fb9633de92bbc0e5a53a7da26063752f4294 /hw/xgl/Makefile.am | |
parent | baa0cfc15442287557e44fa2614d89ab0b5c2539 (diff) |
SCO port update for SCO OpenServer 5 and UnixWare 7. A few general cleanupssco_port_update
and bugs not specifically related to the port fixed along the way.
Diffstat (limited to 'hw/xgl/Makefile.am')
-rw-r--r-- | hw/xgl/Makefile.am | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/hw/xgl/Makefile.am b/hw/xgl/Makefile.am deleted file mode 100644 index eb92a9994..000000000 --- a/hw/xgl/Makefile.am +++ /dev/null @@ -1,35 +0,0 @@ -SUBDIRS = . $(XGLX_DIRS) - -INCLUDES = \ - @XGL_INCS@ \ - @XSERVER_CFLAGS@ \ - @XGLSERVER_CFLAGS@ - -noinst_LIBRARIES = libxgl.a - -libxgl_a_SOURCES = \ - xglinput.c \ - xgloutput.c \ - xglcmap.c \ - xglparse.c \ - xglscreen.c \ - xglarea.c \ - xgloffscreen.c \ - xglgeometry.c \ - xglpixmap.c \ - xglsync.c \ - xglsolid.c \ - xgltile.c \ - xglcopy.c \ - xglfill.c \ - xglwindow.c \ - xglbstore.c \ - xglget.c \ - xglgc.c \ - xglshm.c \ - xglcomp.c \ - xglpict.c \ - xglglyph.c \ - xgltrap.c \ - xglhash.c \ - xglglx.c |