Ignore:
Timestamp:
Nov 19, 2000, 10:27:40 AM (25 years ago)
Author:
bird
Message:

New makefile style.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/opengl/makefile

    r3031 r4624  
    1 # $Id: makefile,v 1.17 2000-03-06 23:33:42 bird Exp $
     1# $Id: makefile,v 1.18 2000-11-19 08:58:10 bird Exp $
    22#
    33# Odin32 API
     
    66#
    77
    8 # Directories
    9 PDWIN32_INCLUDE = ..\..\include
    108
    119# Common tools macros. (MAKE_CMD)
    12 !include $(PDWIN32_INCLUDE)\pdwin32.mk
     10!include ../../include/pdwin32.mk
    1311
    1412
     
    1715
    1816
     17# Subdirectories.
     18SUBDIRS = \
     19.\mesa \
     20.\glu \
     21.\glut \
     22.\glide \
     23.\mesa\3dfx
     24
    1925# All, Lib, Clean and Dep rules.
    2026clean dep all lib:
    21     cd mesa
    22     $(MAKE_CMD) $@
    23     cd ..\glu
    24     $(MAKE_CMD) $@
    25     cd ..\glut
    26     $(MAKE_CMD) $@
    27     cd ..\glide
    28     $(MAKE_CMD) $@
    29     cd ..\mesa\3dfx
    30     $(MAKE_CMD) $@
    31     cd ..\..
     27    $(DODIRS) "$(SUBDIRS)" $(MAKE_CMD) $@
    3228
Note: See TracChangeset for help on using the changeset viewer.