- Timestamp:
- Dec 3, 2000, 6:13:58 AM (25 years ago)
- Location:
- trunk/src/opengl
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/opengl/glide/cvg/makefile
r4720 r4731 1 # $Id: makefile,v 1.1 2 2000-12-03 00:26:11bird Exp $1 # $Id: makefile,v 1.13 2000-12-03 05:13:58 bird Exp $ 2 2 3 3 # … … 10 10 # 11 11 # Tell buildenvironment that we should not copy this into /bin. 12 # Tell buildenvironment to make addtional target in the all rule. 12 13 # 13 14 NO_MAIN_BIN_COPY = 1 15 ADDITIONAL_ALL = $(ODIN32_BIN)\readme.txt 14 16 15 17 … … 18 20 # 19 21 !include ../../../../makefile.inc 22 23 24 # 25 # Change bin directory. 26 # 27 ODIN32_BIN = $(ODIN32_BIN__)\Glide\Voodoo2 20 28 21 29 … … 62 70 !include $(ODIN32_POST_INC) 63 71 72 73 # 74 # Copyrule for the readme.txt file. 75 # 76 $(ODIN32_BIN)\readme.txt: readme.txt 77 $(CP) readme.txt $@ 78 -
trunk/src/opengl/glide/sst1/makefile
r4720 r4731 1 # $Id: makefile,v 1. 9 2000-12-03 00:26:12bird Exp $1 # $Id: makefile,v 1.10 2000-12-03 05:13:36 bird Exp $ 2 2 3 3 # … … 10 10 # 11 11 # Tell buildenvironment that we should not copy this into /bin. 12 # Tell buildenvironment to make addtional target in the all rule. 12 13 # 13 14 NO_MAIN_BIN_COPY = 1 15 ADDITIONAL_ALL = $(ODIN32_BIN)\readme.txt 14 16 15 17 … … 21 23 22 24 # 23 # Overrides.25 # Change bin directory. 24 26 # 25 27 ODIN32_BIN = $(ODIN32_BIN__)\Glide\Voodoo1 … … 69 71 !include $(ODIN32_POST_INC) 70 72 73 74 # 75 # Copyrule for the readme.txt file. 76 # 77 $(ODIN32_BIN)\readme.txt: readme.txt 78 $(CP) readme.txt $@ 79 -
trunk/src/opengl/mesa/3dfx/makefile
r4719 r4731 1 # $Id: makefile,v 1.1 2 2000-12-02 23:58:37bird Exp $1 # $Id: makefile,v 1.13 2000-12-03 05:13:02 bird Exp $ 2 2 3 3 # … … 8 8 9 9 10 11 10 # 12 11 # Tell buildenvironment that we should not copy this into /bin. 12 # Tell buildenvironment to make addtional target in the all rule. 13 13 # 14 14 NO_MAIN_BIN_COPY = 1 15 ADDITIONAL_ALL = $(ODIN32_BIN)\readme.txt 15 16 16 17 … … 22 23 23 24 # 25 # Change bin directory. 26 # 27 ODIN32_BIN = $(ODIN32_BIN__)\Glide 28 29 30 # 24 31 # Overrides. 25 32 # 26 ODIN32_BIN = $(ODIN32_BIN__)\Glide27 33 CINCLUDES = -I.. -I..\GL $(CINCLUDES) -I..\..\glut -I..\..\glide\cvg\glide \ 28 34 -I..\..\glide\swlibs\fxmisc -I..\..\glide\cvg\incsrc … … 191 197 ..\..\glide\swlibs\fxmisc\*.h ..\..\glide\cvg\incsrc\*.h 192 198 199 200 # 201 # Copyrule for the readme.txt file. 202 # 203 $(ODIN32_BIN)\readme.txt: readme.txt 204 $(CP) readme.txt $@ 205
Note:
See TracChangeset
for help on using the changeset viewer.