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/makefile

    r4624 r4720  
    1 # $Id: makefile,v 1.18 2000-11-19 08:58:10 bird Exp $
     1# $Id: makefile,v 1.19 2000-12-03 00:26:11 bird Exp $
    22#
    33# Odin32 API
     
    88
    99# Common tools macros. (MAKE_CMD)
    10 !include ../../include/pdwin32.mk
     10!include ../../makefile.inc
    1111
    1212
     
    2323.\mesa\3dfx
    2424
    25 # All, Lib, Clean and Dep rules.
    26 clean dep all lib:
     25# All the common rules like all, lib, clean and dep.
     26$(COMMONRULES):
    2727    $(DODIRS) "$(SUBDIRS)" $(MAKE_CMD) $@
    2828
     29
Note: See TracChangeset for help on using the changeset viewer.