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

New makefile style. (addjustments)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.