Changeset 2909 for trunk/src


Ignore:
Timestamp:
Feb 26, 2000, 7:23:34 PM (26 years ago)
Author:
bird
Message:

Evaluating two new rules, build and revbuild.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/makefile

    r2908 r2909  
    1 # $Id: makefile,v 1.51 2000-02-26 18:01:38 bird Exp $
     1# $Id: makefile,v 1.52 2000-02-26 18:23:34 bird Exp $
    22
    33#
     
    137137    $(MAKE_CMD)
    138138
     139#
     140# Sander, could you evaluate these two rules:
     141# build:    This is a possible replacement of the all-rule in this makefile.
     142#           It builds all libraries and dlls in directory order.
     143#
     144# revbuild: This is a possible replacement of the makefile.smp file.
     145#           It builds the dlls in reverse (directory) order.
     146#
     147build: libs
     148    $(DOWITHDIRS) -e$(NOTHAVELIBS)    -cp $(MAKE_CMD)
     149
     150revbuild:
     151    $(DOWITHDIRS) -e$(NOTHAVELIBS) -r -cp $(MAKE_CMD)
     152
    139153
    140154libs:
Note: See TracChangeset for help on using the changeset viewer.