summaryrefslogtreecommitdiff
path: root/src/mesa/main/Makefile.DJ
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>1999-12-17 15:15:46 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>1999-12-17 15:15:46 +0000
commita02b03afa495c642766cab209d189cd644b8b720 (patch)
tree2f0b4c973f27153d1ff8a8b7b1c8bca995a3bca3 /src/mesa/main/Makefile.DJ
parentef46f450ee6a466d5495fb44d62657c80a8d6aa7 (diff)
updated with latest source files
Diffstat (limited to 'src/mesa/main/Makefile.DJ')
-rw-r--r--src/mesa/main/Makefile.DJ98
1 files changed, 76 insertions, 22 deletions
diff --git a/src/mesa/main/Makefile.DJ b/src/mesa/main/Makefile.DJ
index 73ffcf17c4..ef2e48fc44 100644
--- a/src/mesa/main/Makefile.DJ
+++ b/src/mesa/main/Makefile.DJ
@@ -1,9 +1,7 @@
-# $Id: Makefile.DJ,v 1.2 1999/10/08 09:27:09 keithw Exp $
-
-# Makefile for core library for MS-DOS using djgpp
+# $Id: Makefile.DJ,v 1.3 1999/12/17 15:15:46 brianp Exp $
# Mesa 3-D graphics library
-# Version: 3.1
+# Version: 3.3
# Copyright (C) 1995-1998 Brian Paul
#
# This library is free software; you can redistribute it and/or
@@ -21,16 +19,8 @@
# Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-# $Log: Makefile.DJ,v $
-# Revision 1.2 1999/10/08 09:27:09 keithw
-# Fixed includes & added a few hooks for the DRI.
-#
-# Revision 1.1.1.1 1999/08/19 00:55:41 jtg
-# Imported sources
-#
-# Revision 1.1 1999/01/01 14:35:09 brianp
-# Initial revision
-#
+# Makefile for core library for MS-DOS using djgpp
+
@@ -47,16 +37,80 @@ LIBDIR = ..\lib
#CFLAGS += -DUNIVBE -D__DOS__ -D__MSDOS32__ -IC:\scitech\include
CFLAGS += -D__DOS__ -D__MSDOS32__
-CORE_SOURCES = accum.c alpha.c alphabuf.c api1.c api2.c apiext.c attrib.c \
- bitmap.c blend.c clip.c colortab.c context.c copypix.c depth.c \
- dlist.c drawpix.c enable.c eval.c feedback.c fog.c \
- get.c hash.c image.c light.c lines.c logic.c masking.c matrix.c \
- glmisc.c mmath.c mthreads.c pb.c pixel.c points.c pointers.c polygon.c \
- quads.c rastpos.c readpix.c rect.c scissor.c shade.c span.c \
- stencil.c teximage.c texobj.c texstate.c texture.c triangle.c \
- varray.c winpos.c vb.c vbfill.c vbrender.c vbxform.c xform.c \
+CORE_SOURCES = \
+ accum.c \
+ alpha.c \
+ alphabuf.c \
+ attrib.c \
+ bbox.c \
+ bitmap.c \
+ blend.c \
+ clip.c \
+ colortab.c \
+ config.c \
+ context.c \
+ copypix.c \
+ cva.c \
+ debug_xform.c \
+ depth.c \
+ dispatch.c \
+ dlist.c \
+ drawpix.c \
+ enable.c \
+ enums.c \
+ eval.c \
+ extensions.c \
+ feedback.c \
+ fog.c \
+ get.c \
+ glapi.c \
+ glapinoop.c \
+ glmisc.c \
+ glthread.c \
+ hash.c \
+ image.c \
+ imaging.c \
+ light.c \
+ lines.c \
+ logic.c \
+ masking.c \
+ matrix.c \
+ mem.c \
+ mmath.c \
+ pb.c \
+ pixel.c \
+ pipeline.c \
+ points.c \
+ polygon.c \
+ quads.c \
+ rastpos.c \
+ readpix.c \
+ rect.c \
+ scissor.c \
+ shade.c \
+ span.c \
+ stages.c \
+ stencil.c \
+ teximage.c \
+ texobj.c \
+ texstate.c \
+ texture.c \
+ translate.c \
+ triangle.c \
+ varray.c \
+ vb.c \
+ vbcull.c \
+ vbfill.c \
+ vbindirect.c \
+ vbrender.c \
+ vbxform.c \
+ vector.c \
+ vertices.c \
+ winpos.c \
+ xform.c \
zoom.c
+
DRIVER_SOURCES = DOS\dosmesa.c
SOURCES = $(CORE_SOURCES) $(DRIVER_SOURCES)