Changeset 4719 for trunk/src/opengl/glu


Ignore:
Timestamp:
Dec 3, 2000, 12:59:51 AM (25 years ago)
Author:
bird
Message:

New makefile style. (addjustments)

Location:
trunk/src/opengl/glu
Files:
4 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
    23#
    3 # PD-Win32 API
     4# Odin32 API
    45#
    56#       glu/nurbs/interface makefile
    67#
    7 
    8 
    9 #
    10 # Directory macros.
    11 #
    12 PDWIN32_INCLUDE = ..\..\..\..\..\include
    13 PDWIN32_LIB     = ..\..\..\..\..\lib
    14 PDWIN32_BIN     = ..\..\..\..\..\$(OBJDIR)
    15 PDWIN32_TOOLS   = ..\..\..\..\..\tools\bin
    168
    179
     
    2618# Compiler, tools, and interference rules.
    2719#
    28 !include $(PDWIN32_INCLUDE)/pdwin32.mk
     20!include ../../../../../makefile.inc
    2921
    3022
     
    6153# Includes the common rules.
    6254#
    63 !include $(PDWIN32_INCLUDE)/pdwin32.post
     55!include $(ODIN32_POST_INC)
    6456
    6557
  • trunk/src/opengl/glu/nurbs/internals/makefile

    r4624 r4719  
    1 # $Id: makefile,v 1.6 2000-11-19 08:58:14 bird Exp $
     1# $Id: makefile,v 1.7 2000-12-02 23:59:51 bird Exp $
    22
    33#
     
    66#       glu/nurbs/internals makefile
    77#
    8 
    9 
    10 #
    11 # Directory macros.
    12 #
    13 PDWIN32_INCLUDE = ..\..\..\..\..\include
    14 PDWIN32_LIB     = ..\..\..\..\..\lib
    15 PDWIN32_BIN     = ..\..\..\..\..\$(OBJDIR)
    16 PDWIN32_TOOLS   = ..\..\..\..\..\tools\bin
    178
    189
     
    2718# Compiler, tools, and interference rules.
    2819#
    29 !include $(PDWIN32_INCLUDE)/pdwin32.mk
     20!include ../../../../../makefile.inc
    3021
    3122
     
    3526CINCLUDES   = $(CINCLUDES) -I..\internals -I..\nurbtess -I..\..\..\mesa\GL -I..\..\include
    3627CDEFINES    = $(CDEFINES)  -DSTANDALONE -DLIBRARYBUILD -DNDEBUG
     28!if "$(VAC3)" == "1" || "$(VAC36)" == "1"
    3729CFLAGS      = $(CFLAGS) -O-
     30!endif
    3831
    3932
     
    9891# Includes the common rules.
    9992#
    100 !include $(PDWIN32_INCLUDE)/pdwin32.post
     93!include $(ODIN32_POST_INC)
    10194
    10295
  • trunk/src/opengl/glu/tess/makefile

    r4624 r4719  
    1 # $Id: makefile,v 1.5 2000-11-19 08:58:14 bird Exp $
     1# $Id: makefile,v 1.6 2000-12-02 23:59:13 bird Exp $
    22
    33#
     
    66#       glu/tess makefile
    77#
    8 
    9 #
    10 # Directory macros.
    11 #
    12 PDWIN32_INCLUDE = ..\..\..\..\include
    13 PDWIN32_LIB     = ..\..\..\..\lib
    14 PDWIN32_BIN     = ..\..\..\..\$(OBJDIR)
    15 PDWIN32_TOOLS   = ..\..\..\..\tools\bin
    168
    179
     
    2618# Compiler, tools, and interference rules.
    2719#
    28 !include $(PDWIN32_INCLUDE)/pdwin32.mk
     20!include ../../../../makefile.inc
    2921
    3022
     
    3426CINCLUDES   = $(CINCLUDES) -I.. -I..\..\mesa -I..\include -I..\..\mesa\GL
    3527CDEFINES    = $(CDEFINES) -DNDEBUG
     28!if "$(VAC3)" == "1" || "$(VAC36)" == "1"
    3629CFLAGS      = $(CFLAGS) -Tdp
    3730CXXFLAGS    = $(CXXFLAGS) -Tdp
     31!else
     32!error "Compiler is not yet supported."
     33!endif
    3834
    3935
     
    6359# Includes the common rules.
    6460#
    65 !include $(PDWIN32_INCLUDE)/pdwin32.post
     61!include $(ODIN32_POST_INC)
    6662
    6763
  • trunk/src/opengl/glu/util/makefile

    r4624 r4719  
    1 # $Id: makefile,v 1.5 2000-11-19 08:58:15 bird Exp $
     1# $Id: makefile,v 1.6 2000-12-02 23:59:06 bird Exp $
    22
    33#
     
    66#       glu/util makefile
    77#
    8 
    9 
    10 #
    11 # Directory macros.
    12 #
    13 PDWIN32_INCLUDE = ..\..\..\..\include
    14 PDWIN32_LIB     = ..\..\..\..\lib
    15 PDWIN32_BIN     = ..\..\..\..\$(OBJDIR)
    16 PDWIN32_TOOLS   = ..\..\..\..\tools\bin
    178
    189
     
    2718# Compiler, tools, and interference rules.
    2819#
    29 !include $(PDWIN32_INCLUDE)/pdwin32.mk
     20!include ../../../../makefile.inc
    3021
    3122
     
    3526CINCLUDES   = $(CINCLUDES) -I.. -I..\..\mesa -I..\include -I..\..\mesa\GL
    3627CDEFINES    = $(CDEFINES) -DNDEBUG
     28!if "$(VAC3)" == "1" || "$(VAC36)" == "1"
    3729CFLAGS      = $(CFLAGS) -Tdp
    3830CXXFLAGS    = $(CXXFLAGS) -Tdp
    39 !ifdef WAT
     31!else
    4032!error "Compiler not supported yet!"
    4133!endif
     
    6355# Includes the common rules.
    6456#
    65 !include $(PDWIN32_INCLUDE)/pdwin32.post
     57!include $(ODIN32_POST_INC)
    6658
    6759
Note: See TracChangeset for help on using the changeset viewer.