- Timestamp:
- Feb 26, 2000, 7:23:34 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/makefile
r2908 r2909 1 # $Id: makefile,v 1.5 1 2000-02-26 18:01:38bird Exp $1 # $Id: makefile,v 1.52 2000-02-26 18:23:34 bird Exp $ 2 2 3 3 # … … 137 137 $(MAKE_CMD) 138 138 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 # 147 build: libs 148 $(DOWITHDIRS) -e$(NOTHAVELIBS) -cp $(MAKE_CMD) 149 150 revbuild: 151 $(DOWITHDIRS) -e$(NOTHAVELIBS) -r -cp $(MAKE_CMD) 152 139 153 140 154 libs:
Note:
See TracChangeset
for help on using the changeset viewer.