Ignore:
Timestamp:
Dec 3, 2000, 1:26:15 AM (25 years ago)
Author:
bird
Message:

New makefile style. (addjustments)

Location:
trunk/src/opengl/glide/sst1
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • 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
    23#
    34# Odin32 API
     
    56#       sst1/Glide 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!include ..\3dfx.mak
    3022
     
    7870# Includes the common rules.
    7971#
    80 !include $(PDWIN32_INCLUDE)/pdwin32.post
     72!include $(ODIN32_POST_INC)
    8173
    8274
  • 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
    23#
    3 # PD-Win32 API
     4# Odin32 API
    45#
    56#       sst1/init/inivg 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!include ..\..\3dfx.mak
    3022
     
    6153# Includes the common rules.
    6254#
    63 !include $(PDWIN32_INCLUDE)/pdwin32.post
     55!include $(ODIN32_POST_INC)
    6456
    6557
  • 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
    23#
    34# Odin32 API
     
    56#       sst1\Init 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!include ..\3dfx.mak
    3022
     
    6355# Includes the common rules.
    6456#
    65 !include $(PDWIN32_INCLUDE)/pdwin32.post
     57!include $(ODIN32_POST_INC)
    6658
    6759
  • trunk/src/opengl/glide/sst1/makefile

    r4624 r4720  
    1 # $Id: makefile,v 1.8 2000-11-19 08:58:11 bird Exp $
     1# $Id: makefile,v 1.9 2000-12-03 00:26:12 bird Exp $
    22
    33#
     
    66#       sst1\Glide makefile
    77#
    8 
    9 
    10 #
    11 # Directory macros.
    12 #
    13 PDWIN32_INCLUDE = ..\..\..\..\include
    14 PDWIN32_LIB     = ..\..\..\..\lib
    15 PDWIN32_BIN     = ..\..\..\..\$(OBJDIR)\Glide\Voodoo1
    16 PDWIN32_TOOLS   = ..\..\..\..\tools\bin
    178
    189
     
    2617# Compiler, tools, and interference rules.
    2718#
    28 !include $(PDWIN32_INCLUDE)/pdwin32.mk
     19!include ../../../../makefile.inc
     20
     21
     22#
     23# Overrides.
     24#
     25ODIN32_BIN = $(ODIN32_BIN__)\Glide\Voodoo1
    2926
    3027
     
    5552init/initvg/$(OBJDIR)/initvg.lib \
    5653glide/$(OBJDIR)/glide.lib \
    57 $(PDWIN32_LIB)/kernel32.lib \
    58 $(PDWIN32_LIB)/$(ODINCRT).lib \
     54$(ODIN32_LIB)/kernel32.lib \
     55$(ODIN32_LIB)/$(ODINCRT).lib \
    5956OS2386.LIB \
    6057$(RTLLIB_O)
     
    7067# Includes the common rules.
    7168#
    72 !include $(PDWIN32_INCLUDE)/pdwin32.post
     69!include $(ODIN32_POST_INC)
    7370
  • trunk/src/opengl/glide/sst1/texus/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 $
    22
    33#
     
    66#       sst1/Texus 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
    30 !include ..\3dfx.mak
     20!include ../../../../../makefile.inc
     21!include ../3dfx.mak
    3122
    3223
     
    7162# Includes the common rules.
    7263#
    73 !include $(PDWIN32_INCLUDE)/pdwin32.post
     64!include $(ODIN32_POST_INC)
    7465
    7566
Note: See TracChangeset for help on using the changeset viewer.