Changeset 4720
- Timestamp:
- Dec 3, 2000, 1:26:15 AM (24 years ago)
- Location:
- trunk/src/opengl
- Files:
-
- 15 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/opengl/glide/cvg/glide/makefile ¶
r4624 r4720 1 # $Id: makefile,v 1. 5 2000-11-19 08:58:11bird Exp $1 # $Id: makefile,v 1.6 2000-12-03 00:26:12 bird Exp $ 2 2 3 3 # … … 7 7 # 8 8 9 #10 # Directory macros.11 #12 PDWIN32_INCLUDE = ..\..\..\..\..\include13 PDWIN32_LIB = ..\..\..\..\..\lib14 PDWIN32_BIN = ..\..\..\..\..\$(OBJDIR)15 PDWIN32_TOOLS = ..\..\..\..\..\tools\bin16 9 17 10 # … … 25 18 # Compiler, tools, and interference rules. 26 19 # 27 !include $(PDWIN32_INCLUDE)/pdwin32.mk28 !include .. \3dfx.mak20 !include ../../../../../makefile.inc 21 !include ../3dfx.mak 29 22 30 23 … … 79 72 # Includes the common rules. 80 73 # 81 !include $( PDWIN32_INCLUDE)/pdwin32.post74 !include $(ODIN32_POST_INC) 82 75 83 76 -
TabularUnified trunk/src/opengl/glide/cvg/init/makefile ¶
r4624 r4720 1 # $Id: makefile,v 1.3 2000-11-19 08:58:11 bird Exp $ 1 # $Id: makefile,v 1.4 2000-12-03 00:26:12 bird Exp $ 2 2 3 # 3 4 # Odin32 API … … 5 6 # cvg\Init makefile 6 7 # 7 8 9 #10 # Directory macros.11 #12 PDWIN32_INCLUDE = ..\..\..\..\..\include13 PDWIN32_LIB = ..\..\..\..\..\lib14 PDWIN32_BIN = ..\..\..\..\..\$(OBJDIR)15 PDWIN32_TOOLS = ..\..\..\..\..\tools\bin16 8 17 9 … … 26 18 # Compiler, tools, and interference rules. 27 19 # 28 !include $(PDWIN32_INCLUDE)/pdwin32.mk20 !include ../../../../../makefile.inc 29 21 !include ..\3dfx.mak 30 22 … … 61 53 # Includes the common rules. 62 54 # 63 !include $( PDWIN32_INCLUDE)/pdwin32.post55 !include $(ODIN32_POST_INC) 64 56 65 57 -
TabularUnified trunk/src/opengl/glide/cvg/makefile ¶
r4624 r4720 1 # $Id: makefile,v 1.1 1 2000-11-19 08:58:10bird Exp $1 # $Id: makefile,v 1.12 2000-12-03 00:26:11 bird Exp $ 2 2 3 3 # … … 6 6 # Glide\cvg makefile 7 7 # 8 9 10 #11 # Directory macros.12 #13 PDWIN32_INCLUDE = ..\..\..\..\include14 PDWIN32_LIB = ..\..\..\..\lib15 PDWIN32_BIN = ..\..\..\..\$(OBJDIR)\Glide\Voodoo216 PDWIN32_TOOLS = ..\..\..\..\tools\bin17 8 18 9 … … 26 17 # Compiler, tools, and interference rules. 27 18 # 28 !include $(PDWIN32_INCLUDE)/pdwin32.mk19 !include ../../../../makefile.inc 29 20 30 21 … … 54 45 init\$(OBJDIR)/init.lib \ 55 46 glide\$(OBJDIR)/glide.lib \ 56 $( PDWIN32_LIB)/kernel32.lib \57 $( PDWIN32_LIB)/$(ODINCRT).lib \47 $(ODIN32_LIB)/kernel32.lib \ 48 $(ODIN32_LIB)/$(ODINCRT).lib \ 58 49 os2386.lib \ 59 50 $(RTLLIB_O) … … 69 60 # Includes the common rules. 70 61 # 71 !include $( PDWIN32_INCLUDE)/pdwin32.post62 !include $(ODIN32_POST_INC) 72 63 -
TabularUnified trunk/src/opengl/glide/cvg/texus/makefile ¶
r4624 r4720 1 # $Id: makefile,v 1.3 2000-11-19 08:58:11 bird Exp $ 1 # $Id: makefile,v 1.4 2000-12-03 00:26:12 bird Exp $ 2 2 3 # 3 # PD-Win32 API4 # Odin32 API 4 5 # 5 6 # Glide makefile 6 7 # 7 8 #9 # Directory macros.10 #11 PDWIN32_INCLUDE = ..\..\..\..\..\include12 PDWIN32_LIB = ..\..\..\..\..\lib13 PDWIN32_BIN = ..\..\..\..\..\$(OBJDIR)14 PDWIN32_TOOLS = ..\..\..\..\..\tools\bin15 8 16 9 … … 25 18 # Compiler, tools, and interference rules. 26 19 # 27 !include $(PDWIN32_INCLUDE)/pdwin32.mk28 !include .. \3dfx.mak20 !include ../../../../../makefile.inc 21 !include ../3dfx.mak 29 22 30 23 … … 69 62 # Includes the common rules. 70 63 # 71 !include $( PDWIN32_INCLUDE)/pdwin32.post64 !include $(ODIN32_POST_INC) 72 65 73 66 -
TabularUnified trunk/src/opengl/glide/makefile ¶
r4624 r4720 1 # $Id: makefile,v 1.7 2000-11-19 08:58:10 bird Exp $ 1 # $Id: makefile,v 1.8 2000-12-03 00:26:11 bird Exp $ 2 2 3 # 3 4 # Odin32 API … … 8 9 9 10 # 10 # Directories11 #12 PDWIN32_INCLUDE = ..\..\..\include13 PDWIN32_TOOLS = ..\..\..\tools\bin14 15 16 #17 11 # Common tools macros. (MAKE_CMD) 18 12 # 19 !include $(PDWIN32_INCLUDE)/pdwin32.tools13 !include ../../../makefile.inc 20 14 21 15 … … 25 19 26 20 # All, Lib, Clean and Dep rules. 27 dep clean lib all: 28 cd cvg 29 $(MAKE_CMD) $@ 30 cd ..\sst1 31 $(MAKE_CMD) $@ 32 cd .. 21 $(COMMONRULES): 22 $(DODIRS) "cvg sst1" $(MAKE_CMD) $@ 33 23 -
TabularUnified trunk/src/opengl/glide/sst1/glide/makefile ¶
r4624 r4720 1 # $Id: makefile,v 1.3 2000-11-19 08:58:11 bird Exp $ 1 # $Id: makefile,v 1.4 2000-12-03 00:26:13 bird Exp $ 2 2 3 # 3 4 # Odin32 API … … 5 6 # sst1/Glide makefile 6 7 # 7 8 9 #10 # Directory macros.11 #12 PDWIN32_INCLUDE = ..\..\..\..\..\include13 PDWIN32_LIB = ..\..\..\..\..\lib14 PDWIN32_BIN = ..\..\..\..\..\$(OBJDIR)15 PDWIN32_TOOLS = ..\..\..\..\..\tools\bin16 8 17 9 … … 26 18 # Compiler, tools, and interference rules. 27 19 # 28 !include $(PDWIN32_INCLUDE)/pdwin32.mk20 !include ../../../../../makefile.inc 29 21 !include ..\3dfx.mak 30 22 … … 78 70 # Includes the common rules. 79 71 # 80 !include $( PDWIN32_INCLUDE)/pdwin32.post72 !include $(ODIN32_POST_INC) 81 73 82 74 -
TabularUnified trunk/src/opengl/glide/sst1/init/initvg/makefile ¶
r4624 r4720 1 # $Id: makefile,v 1.3 2000-11-19 08:58:12 bird Exp $ 1 # $Id: makefile,v 1.4 2000-12-03 00:26:13 bird Exp $ 2 2 3 # 3 # PD-Win32 API4 # Odin32 API 4 5 # 5 6 # sst1/init/inivg makefile 6 7 # 7 8 9 #10 # Directory macros.11 #12 PDWIN32_INCLUDE = ..\..\..\..\..\..\include13 PDWIN32_LIB = ..\..\..\..\..\..\lib14 PDWIN32_BIN = ..\..\..\..\..\..\$(OBJDIR)15 PDWIN32_TOOLS = ..\..\..\..\..\..\tools\bin16 8 17 9 … … 26 18 # Compiler, tools, and interference rules. 27 19 # 28 !include $(PDWIN32_INCLUDE)/pdwin32.mk20 !include ../../../../../../makefile.inc 29 21 !include ..\..\3dfx.mak 30 22 … … 61 53 # Includes the common rules. 62 54 # 63 !include $( PDWIN32_INCLUDE)/pdwin32.post55 !include $(ODIN32_POST_INC) 64 56 65 57 -
TabularUnified trunk/src/opengl/glide/sst1/init/makefile ¶
r4624 r4720 1 # $Id: makefile,v 1.4 2000-11-19 08:58:11 bird Exp $ 1 # $Id: makefile,v 1.5 2000-12-03 00:26:13 bird Exp $ 2 2 3 # 3 4 # Odin32 API … … 5 6 # sst1\Init makefile 6 7 # 7 8 9 #10 # Directory macros.11 #12 PDWIN32_INCLUDE = ..\..\..\..\..\include13 PDWIN32_LIB = ..\..\..\..\..\lib14 PDWIN32_BIN = ..\..\..\..\..\$(OBJDIR)15 PDWIN32_TOOLS = ..\..\..\..\..\tools\bin16 8 17 9 … … 26 18 # Compiler, tools, and interference rules. 27 19 # 28 !include $(PDWIN32_INCLUDE)/pdwin32.mk20 !include ../../../../../makefile.inc 29 21 !include ..\3dfx.mak 30 22 … … 63 55 # Includes the common rules. 64 56 # 65 !include $( PDWIN32_INCLUDE)/pdwin32.post57 !include $(ODIN32_POST_INC) 66 58 67 59 -
TabularUnified trunk/src/opengl/glide/sst1/makefile ¶
r4624 r4720 1 # $Id: makefile,v 1. 8 2000-11-19 08:58:11bird Exp $1 # $Id: makefile,v 1.9 2000-12-03 00:26:12 bird Exp $ 2 2 3 3 # … … 6 6 # sst1\Glide makefile 7 7 # 8 9 10 #11 # Directory macros.12 #13 PDWIN32_INCLUDE = ..\..\..\..\include14 PDWIN32_LIB = ..\..\..\..\lib15 PDWIN32_BIN = ..\..\..\..\$(OBJDIR)\Glide\Voodoo116 PDWIN32_TOOLS = ..\..\..\..\tools\bin17 8 18 9 … … 26 17 # Compiler, tools, and interference rules. 27 18 # 28 !include $(PDWIN32_INCLUDE)/pdwin32.mk 19 !include ../../../../makefile.inc 20 21 22 # 23 # Overrides. 24 # 25 ODIN32_BIN = $(ODIN32_BIN__)\Glide\Voodoo1 29 26 30 27 … … 55 52 init/initvg/$(OBJDIR)/initvg.lib \ 56 53 glide/$(OBJDIR)/glide.lib \ 57 $( PDWIN32_LIB)/kernel32.lib \58 $( PDWIN32_LIB)/$(ODINCRT).lib \54 $(ODIN32_LIB)/kernel32.lib \ 55 $(ODIN32_LIB)/$(ODINCRT).lib \ 59 56 OS2386.LIB \ 60 57 $(RTLLIB_O) … … 70 67 # Includes the common rules. 71 68 # 72 !include $( PDWIN32_INCLUDE)/pdwin32.post69 !include $(ODIN32_POST_INC) 73 70 -
TabularUnified trunk/src/opengl/glide/sst1/texus/makefile ¶
r4624 r4720 1 # $Id: makefile,v 1. 3 2000-11-19 08:58:12bird Exp $1 # $Id: makefile,v 1.4 2000-12-03 00:26:13 bird Exp $ 2 2 3 3 # … … 6 6 # sst1/Texus makefile 7 7 # 8 9 10 #11 # Directory macros.12 #13 PDWIN32_INCLUDE = ..\..\..\..\..\include14 PDWIN32_LIB = ..\..\..\..\..\lib15 PDWIN32_BIN = ..\..\..\..\..\$(OBJDIR)16 PDWIN32_TOOLS = ..\..\..\..\..\tools\bin17 8 18 9 … … 27 18 # Compiler, tools, and interference rules. 28 19 # 29 !include $(PDWIN32_INCLUDE)/pdwin32.mk30 !include .. \3dfx.mak20 !include ../../../../../makefile.inc 21 !include ../3dfx.mak 31 22 32 23 … … 71 62 # Includes the common rules. 72 63 # 73 !include $( PDWIN32_INCLUDE)/pdwin32.post64 !include $(ODIN32_POST_INC) 74 65 75 66 -
TabularUnified trunk/src/opengl/glide/swlibs/pcilib/makefile ¶
r4624 r4720 1 # $Id: makefile,v 1.4 2000-11-19 08:58:12 bird Exp $ 1 # $Id: makefile,v 1.5 2000-12-03 00:26:14 bird Exp $ 2 2 3 # 3 4 # Odin32 API … … 5 6 # swlibs\pcilib makefile 6 7 # 7 8 9 #10 # Directory macros.11 #12 PDWIN32_INCLUDE = ..\..\..\..\..\include13 PDWIN32_LIB = ..\..\..\..\..\lib14 PDWIN32_BIN = ..\..\..\..\..\$(OBJDIR)15 PDWIN32_TOOLS = ..\..\..\..\..\tools\bin16 8 17 9 … … 26 18 # Compiler, tools, and interference rules. 27 19 # 28 !include $(PDWIN32_INCLUDE)/pdwin32.mk20 !include ../../../../../makefile.inc 29 21 !include ..\..\sst1\3dfx.mak 30 22 … … 55 47 # Includes the common rules. 56 48 # 57 !include $( PDWIN32_INCLUDE)/pdwin32.post49 !include $(ODIN32_POST_INC) 58 50 59 51 -
TabularUnified trunk/src/opengl/glu/makefile ¶
r4624 r4720 1 # $Id: makefile,v 1.1 4 2000-11-19 08:58:13bird Exp $1 # $Id: makefile,v 1.15 2000-12-03 00:26:14 bird Exp $ 2 2 3 3 # 4 4 # Odin32 API 5 5 # 6 # Top-level makefile for glu326 # Top-level makefile for glu32 7 7 # 8 8 9 9 10 10 # 11 # Directory macros.12 #13 PDWIN32_INCLUDE = ..\..\..\include14 PDWIN32_LIB = ..\..\..\lib15 PDWIN32_BIN = ..\..\..\$(OBJDIR)16 PDWIN32_TOOLS = ..\..\..\tools\bin17 18 #19 11 # Compiler, tools, and interference rules. 20 12 # 21 !include $(PDWIN32_INCLUDE)/pdwin32.mk13 !include ../../../makefile.inc 22 14 23 15 … … 54 46 tess\$(OBJDIR)\tess.lib \ 55 47 util\$(OBJDIR)\util.lib \ 56 $( PDWIN32_LIB)/$(ODINCRT).lib \57 $( PDWIN32_LIB)\kernel32.lib \58 $( PDWIN32_LIB)\opengl32.lib \48 $(ODIN32_LIB)/$(ODINCRT).lib \ 49 $(ODIN32_LIB)\kernel32.lib \ 50 $(ODIN32_LIB)\opengl32.lib \ 59 51 $(RTLLIB_O) \ 60 52 os2386.lib … … 70 62 # Includes the common rules. 71 63 # 72 !include $( PDWIN32_INCLUDE)/pdwin32.post64 !include $(ODIN32_POST_INC) 73 65 -
TabularUnified trunk/src/opengl/glu/nurbs/makefile ¶
r4624 r4720 1 # $Id: makefile,v 1. 7 2000-11-19 08:58:13bird Exp $1 # $Id: makefile,v 1.8 2000-12-03 00:26:15 bird Exp $ 2 2 3 3 # … … 9 9 10 10 # 11 # Directory macros.12 #13 PDWIN32_INCLUDE = ..\..\..\..\include14 PDWIN32_LIB = ..\..\..\..\lib15 PDWIN32_BIN = ..\..\..\..\$(OBJDIR)16 PDWIN32_TOOLS = ..\..\..\..\tools\bin17 18 19 #20 11 # Compiler, tools, and interference rules. 21 12 # 22 !include $(PDWIN32_INCLUDE)/pdwin32.mk13 !include ../../../../makefile.inc 23 14 24 15 -
TabularUnified trunk/src/opengl/glu/nurbs/nurbtess/makefile ¶
r4624 r4720 1 # $Id: makefile,v 1. 5 2000-11-19 08:58:14bird Exp $1 # $Id: makefile,v 1.6 2000-12-03 00:25:51 bird Exp $ 2 2 3 3 # … … 6 6 # glu/nurbs/nurbtess makefile 7 7 # 8 9 10 #11 # Directory macros.12 #13 PDWIN32_INCLUDE = ..\..\..\..\..\include14 PDWIN32_LIB = ..\..\..\..\..\lib15 PDWIN32_BIN = ..\..\..\..\..\$(OBJDIR)16 PDWIN32_TOOLS = ..\..\..\..\..\tools\bin17 8 18 9 … … 27 18 # Compiler, tools, and interference rules. 28 19 # 29 !include $(PDWIN32_INCLUDE)/pdwin32.mk20 !include ../../../../../makefile.inc 30 21 31 22 … … 71 62 # Includes the common rules. 72 63 # 73 !include $( PDWIN32_INCLUDE)/pdwin32.post64 !include $(ODIN32_POST_INC) 74 65 75 66 -
TabularUnified trunk/src/opengl/makefile ¶
r4624 r4720 1 # $Id: makefile,v 1.1 8 2000-11-19 08:58:10bird Exp $1 # $Id: makefile,v 1.19 2000-12-03 00:26:11 bird Exp $ 2 2 # 3 3 # Odin32 API … … 8 8 9 9 # Common tools macros. (MAKE_CMD) 10 !include ../../ include/pdwin32.mk10 !include ../../makefile.inc 11 11 12 12 … … 23 23 .\mesa\3dfx 24 24 25 # All , Lib, Clean and Dep rules.26 clean dep all lib:25 # All the common rules like all, lib, clean and dep. 26 $(COMMONRULES): 27 27 $(DODIRS) "$(SUBDIRS)" $(MAKE_CMD) $@ 28 28 29
Note:
See TracChangeset
for help on using the changeset viewer.