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

New makefile style. (addjustments)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
    23#
    34# Odin32 API
     
    89
    910#
    10 # Directories
    11 #
    12 PDWIN32_INCLUDE = ..\..\..\include
    13 PDWIN32_TOOLS   = ..\..\..\tools\bin
    14 
    15 
    16 #
    1711# Common tools macros. (MAKE_CMD)
    1812#
    19 !include $(PDWIN32_INCLUDE)/pdwin32.tools
     13!include ../../../makefile.inc
    2014
    2115
     
    2519
    2620# 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) $@
    3323
Note: See TracChangeset for help on using the changeset viewer.