Changeset 4719 for trunk/src/opengl
- Timestamp:
- Dec 3, 2000, 12:59:51 AM (25 years ago)
- Location:
- trunk/src/opengl
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/opengl/glu/nurbs/interface/makefile
r4624 r4719 1 # $Id: makefile,v 1.7 2000-11-19 08:58:13 bird Exp $ 1 # $Id: makefile,v 1.8 2000-12-02 23:59:44 bird Exp $ 2 2 3 # 3 # PD-Win32 API4 # Odin32 API 4 5 # 5 6 # glu/nurbs/interface 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 30 22 … … 61 53 # Includes the common rules. 62 54 # 63 !include $( PDWIN32_INCLUDE)/pdwin32.post55 !include $(ODIN32_POST_INC) 64 56 65 57 -
trunk/src/opengl/glu/nurbs/internals/makefile
r4624 r4719 1 # $Id: makefile,v 1. 6 2000-11-19 08:58:14bird Exp $1 # $Id: makefile,v 1.7 2000-12-02 23:59:51 bird Exp $ 2 2 3 3 # … … 6 6 # glu/nurbs/internals 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 … … 35 26 CINCLUDES = $(CINCLUDES) -I..\internals -I..\nurbtess -I..\..\..\mesa\GL -I..\..\include 36 27 CDEFINES = $(CDEFINES) -DSTANDALONE -DLIBRARYBUILD -DNDEBUG 28 !if "$(VAC3)" == "1" || "$(VAC36)" == "1" 37 29 CFLAGS = $(CFLAGS) -O- 30 !endif 38 31 39 32 … … 98 91 # Includes the common rules. 99 92 # 100 !include $( PDWIN32_INCLUDE)/pdwin32.post93 !include $(ODIN32_POST_INC) 101 94 102 95 -
trunk/src/opengl/glu/tess/makefile
r4624 r4719 1 # $Id: makefile,v 1. 5 2000-11-19 08:58:14bird Exp $1 # $Id: makefile,v 1.6 2000-12-02 23:59:13 bird Exp $ 2 2 3 3 # … … 6 6 # glu/tess makefile 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 30 22 … … 34 26 CINCLUDES = $(CINCLUDES) -I.. -I..\..\mesa -I..\include -I..\..\mesa\GL 35 27 CDEFINES = $(CDEFINES) -DNDEBUG 28 !if "$(VAC3)" == "1" || "$(VAC36)" == "1" 36 29 CFLAGS = $(CFLAGS) -Tdp 37 30 CXXFLAGS = $(CXXFLAGS) -Tdp 31 !else 32 !error "Compiler is not yet supported." 33 !endif 38 34 39 35 … … 63 59 # Includes the common rules. 64 60 # 65 !include $( PDWIN32_INCLUDE)/pdwin32.post61 !include $(ODIN32_POST_INC) 66 62 67 63 -
trunk/src/opengl/glu/util/makefile
r4624 r4719 1 # $Id: makefile,v 1. 5 2000-11-19 08:58:15bird Exp $1 # $Id: makefile,v 1.6 2000-12-02 23:59:06 bird Exp $ 2 2 3 3 # … … 6 6 # glu/util 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 … … 35 26 CINCLUDES = $(CINCLUDES) -I.. -I..\..\mesa -I..\include -I..\..\mesa\GL 36 27 CDEFINES = $(CDEFINES) -DNDEBUG 28 !if "$(VAC3)" == "1" || "$(VAC36)" == "1" 37 29 CFLAGS = $(CFLAGS) -Tdp 38 30 CXXFLAGS = $(CXXFLAGS) -Tdp 39 ! ifdef WAT31 !else 40 32 !error "Compiler not supported yet!" 41 33 !endif … … 63 55 # Includes the common rules. 64 56 # 65 !include $( PDWIN32_INCLUDE)/pdwin32.post57 !include $(ODIN32_POST_INC) 66 58 67 59 -
trunk/src/opengl/glut/Makefile
r4624 r4719 1 # $Id: Makefile,v 1.1 6 2000-11-19 08:58:15bird Exp $1 # $Id: Makefile,v 1.17 2000-12-02 23:58:44 bird Exp $ 2 2 3 3 # … … 6 6 # glut32.dll 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 … … 26 17 # Compiler, tools, and interference rules. 27 18 # 28 !include $(PDWIN32_INCLUDE)/pdwin32.mk19 !include ../../../makefile.inc 29 20 30 21 … … 98 89 # 99 90 LIBS = \ 100 $( PDWIN32_LIB)/$(ODINCRT).lib \91 $(ODIN32_LIB)/$(ODINCRT).lib \ 101 92 $(RTLLIB_O) \ 102 $( PDWIN32_LIB)\winmm.lib \103 $( PDWIN32_LIB)\kernel32.lib \104 $( PDWIN32_LIB)\gdi32.lib \105 $( PDWIN32_LIB)\user32.lib \106 $( PDWIN32_LIB)\glu32.lib \107 $( PDWIN32_LIB)\opengl32.lib \93 $(ODIN32_LIB)/winmm.lib \ 94 $(ODIN32_LIB)/kernel32.lib \ 95 $(ODIN32_LIB)/gdi32.lib \ 96 $(ODIN32_LIB)/user32.lib \ 97 $(ODIN32_LIB)/glu32.lib \ 98 $(ODIN32_LIB)/opengl32.lib \ 108 99 os2386.lib 109 100 … … 118 109 # Includes the common rules. 119 110 # 120 !include $( PDWIN32_INCLUDE)/pdwin32.post111 !include $(ODIN32_POST_INC) 121 112 122 113 … … 126 117 mydep: 127 118 $(DEPEND) -a $(CINCLUDES) \ 128 *.c *.cpp *.asm *.inc $( PDWIN32_INCLUDE)\*.h ..\mesa\gl\*.h119 *.c *.cpp *.asm *.inc $(ODIN32_INCLUDE)\*.h ..\mesa\gl\*.h 129 120 -
trunk/src/opengl/mesa/3dfx/makefile
r4624 r4719 1 # $Id: makefile,v 1.11 2000-11-19 08:58:16 bird Exp $ 1 # $Id: makefile,v 1.12 2000-12-02 23:58:37 bird Exp $ 2 2 3 # 3 4 # Odin32 API … … 6 7 # 7 8 8 9 #10 # Directory macros.11 #12 PDWIN32_INCLUDE = ..\..\..\..\include13 PDWIN32_LIB = ..\..\..\..\lib14 PDWIN32_BIN = ..\..\..\..\$(OBJDIR)\Glide15 PDWIN32_TOOLS = ..\..\..\..\tools\bin16 9 17 10 … … 25 18 # Compiler, tools, and interference rules. 26 19 # 27 !include $(PDWIN32_INCLUDE)/pdwin32.mk20 !include ../../../../makefile.inc 28 21 29 22 … … 31 24 # Overrides. 32 25 # 26 ODIN32_BIN = $(ODIN32_BIN__)\Glide 33 27 CINCLUDES = -I.. -I..\GL $(CINCLUDES) -I..\..\glut -I..\..\glide\cvg\glide \ 34 28 -I..\..\glide\swlibs\fxmisc -I..\..\glide\cvg\incsrc … … 38 32 -DFX -DFX_V2 -DFX_SILENT -DBUILD_GL32 -DFAST_MATH 39 33 34 !if "$(VAC3)" == "1" || "$(VAC36)" == "1" 40 35 CFLAGS = $(CFLAGS) /Wcnd- /Tdp 41 ! ifdef WAT36 !else 42 37 !error "Compiler not supported yet!" 43 38 !endif … … 48 43 # This is BAD! Try make library in parent directory? Problem with different objects. 49 44 # 45 !ifndef WAT 50 46 {..}.c{$(OBJDIR)}.obj: 51 47 $(CC) $(CFLAGS) $(CINCLUDES) $(CDEFINES) -c -Fo$(OBJDIR)\$(@B).obj $< … … 53 49 {..}.asm{$(OBJDIR)}.obj: 54 50 $(AS) $(ASFLAGS) -Fdo:$(OBJDIR) $< 51 !else 52 !error "Compiler not supported yet!" 53 !endif 55 54 56 55 … … 163 162 # 164 163 LIBS = \ 165 $( PDWIN32_LIB)/$(ODINCRT).lib \166 $( PDWIN32_LIB)\kernel32.lib \167 $( PDWIN32_LIB)\gdi32.lib \168 $( PDWIN32_LIB)\user32.lib \169 $( PDWIN32_LIB)\glide2x.lib \164 $(ODIN32_LIB)/$(ODINCRT).lib \ 165 $(ODIN32_LIB)/kernel32.lib \ 166 $(ODIN32_LIB)/gdi32.lib \ 167 $(ODIN32_LIB)/user32.lib \ 168 $(ODIN32_LIB)/glide2x.lib \ 170 169 $(RTLLIB_O) \ 171 170 os2386.lib … … 181 180 # Includes the common rules. 182 181 # 183 !include $( PDWIN32_INCLUDE)/pdwin32.post182 !include $(ODIN32_POST_INC) 184 183 185 184 -
trunk/src/opengl/mesa/makefile
r4624 r4719 1 # $Id: makefile,v 1. 9 2000-11-19 08:58:15bird Exp $1 # $Id: makefile,v 1.10 2000-12-02 23:58:37 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 … … 134 125 # 135 126 LIBS = \ 136 $( PDWIN32_LIB)/$(ODINCRT).lib \137 $( PDWIN32_LIB)\kernel32.lib \138 $( PDWIN32_LIB)\gdi32.lib \139 $( PDWIN32_LIB)\user32.lib \127 $(ODIN32_LIB)/$(ODINCRT).lib \ 128 $(ODIN32_LIB)\kernel32.lib \ 129 $(ODIN32_LIB)\gdi32.lib \ 130 $(ODIN32_LIB)\user32.lib \ 140 131 $(RTLLIB_O) \ 141 132 os2386.lib \ … … 152 143 # Includes the common rules. 153 144 # 154 !include $(PDWIN32_INCLUDE)/pdwin32.post 155 156 157 # 158 # Libs rule to support objectlibrary used by 3dxf. 159 # 160 libs: $(OBJDIR)\$(TARGET).lib 161 162 163 # 164 # Internal objectlibrary rule. 165 # 166 $(OBJDIR)\$(TARGET).lib: $(OBJS) 167 !if "$(VAC3)" == "1" | "$(VAC36)" == "1" 168 $(RM) $(OBJDIR)\$(TARGET) 169 $(ILIB) $(ILIBFLAGS) $@ @<< 170 $(OBJS: = &^ 171 ) 172 $(OBJDIR)\$(@B).lst 173 << 174 !else 175 ! error "Compiler is not yet supported." 176 !endif 145 !include $(ODIN32_POST_INC) 177 146 178 147
Note:
See TracChangeset
for help on using the changeset viewer.