rename makefile.linux -> Makefile.linux
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Linux makefile for Glide2 and Texus2
|
||||
# Linux makefile for Glide2
|
||||
#
|
||||
# Copyright (c) 2003 - Daniel Borca
|
||||
# Email : dborca@users.sourceforge.net
|
||||
@@ -54,16 +54,16 @@ export BUILD_NUMBER = 40404
|
||||
export FX_GLIDE_HW ?= h3
|
||||
|
||||
ifeq ($(FX_GLIDE_HW),sst96)
|
||||
G3_DIR = sst1/glide/src
|
||||
G2_DIR = sst1/glide/src
|
||||
else
|
||||
G3_DIR = $(FX_GLIDE_HW)/glide/src
|
||||
G2_DIR = $(FX_GLIDE_HW)/glide/src
|
||||
endif
|
||||
|
||||
all:
|
||||
make -f makefile.linux -C $(G3_DIR)
|
||||
make -f Makefile.linux -C $(G2_DIR)
|
||||
|
||||
clean:
|
||||
make -f makefile.linux -C $(G3_DIR) clean
|
||||
make -f Makefile.linux -C $(G2_DIR) clean
|
||||
|
||||
realclean:
|
||||
make -f makefile.linux -C $(G3_DIR) realclean
|
||||
make -f Makefile.linux -C $(G2_DIR) realclean
|
||||
@@ -73,10 +73,10 @@ G3_DIR = $(FX_GLIDE_HW)/glide3/src
|
||||
endif
|
||||
|
||||
all:
|
||||
make -f makefile.linux -C $(G3_DIR)
|
||||
make -f Makefile.linux -C $(G3_DIR)
|
||||
|
||||
clean:
|
||||
make -f makefile.linux -C $(G3_DIR) clean
|
||||
make -f Makefile.linux -C $(G3_DIR) clean
|
||||
|
||||
realclean:
|
||||
make -f makefile.linux -C $(G3_DIR) realclean
|
||||
make -f Makefile.linux -C $(G3_DIR) realclean
|
||||
@@ -17,7 +17,7 @@ sst1: Voodoo Graphics XOR Voodoo Rush
|
||||
|
||||
Linux working
|
||||
Req: gcc
|
||||
Build: make -f makefile.linux FX_GLIDE_HW=sst1 [...]
|
||||
Build: make -f Makefile.linux FX_GLIDE_HW=sst1 [...]
|
||||
|
||||
Win32 working
|
||||
Req: MSVC6 (cl 12.00.8168, link 6.00.8168)
|
||||
@@ -36,7 +36,7 @@ sst1: Voodoo Graphics XOR Voodoo Rush
|
||||
|
||||
Linux compiles, but seems to be broken...
|
||||
Req: gcc
|
||||
Build: make -f makefile.linux FX_GLIDE_HW=sst96 [...]
|
||||
Build: make -f Makefile.linux FX_GLIDE_HW=sst96 [...]
|
||||
|
||||
Win32 working
|
||||
Req: MSVC6 (cl 12.00.8168, link 6.00.8168)
|
||||
@@ -59,7 +59,7 @@ cvg: Voodoo^2
|
||||
|
||||
Linux working
|
||||
Req: gcc
|
||||
Build: make -f makefile.linux FX_GLIDE_HW=cvg [...]
|
||||
Build: make -f Makefile.linux FX_GLIDE_HW=cvg [...]
|
||||
|
||||
Win32 working
|
||||
Req: MSVC6 (cl 12.00.8168, link 6.00.8168)
|
||||
@@ -82,7 +82,7 @@ h3: Voodoo Banshee, Voodoo3
|
||||
|
||||
Linux DRI working, DGA seems to be broken, CINIT broken
|
||||
Req: gcc
|
||||
Build: make -f makefile.linux FX_GLIDE_HW=h3 [...]
|
||||
Build: make -f Makefile.linux FX_GLIDE_HW=h3 [...]
|
||||
|
||||
Win32 working
|
||||
Req: MSVC6 (cl 13.00.9176, link 7.00.9210), 2KDDK?
|
||||
@@ -105,7 +105,7 @@ h5: Voodoo Banshee, Velocity 100/200, Voodoo3/4/5
|
||||
|
||||
Linux DRI working, DGA seems to be broken, CINIT broken
|
||||
Req: gcc
|
||||
Build: make -f makefile.linux FX_GLIDE_HW=h5 [...]
|
||||
Build: make -f Makefile.linux FX_GLIDE_HW=h5 [...]
|
||||
|
||||
Win32 working
|
||||
Req: MSVC6 (cl 13.00.9176, link 7.00.9210), 2KDDK?
|
||||
|
||||
Reference in New Issue
Block a user