rename makefile.linux -> Makefile.linux

This commit is contained in:
sezero
2018-08-20 14:47:02 +03:00
parent 61ebabbc40
commit 0f6ca06167
9 changed files with 14 additions and 14 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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?