root/branches/bud/dsss_build/Makefile.unix
| Revision 147, 337 bytes (checked in by Gregor, 2 years ago) |
|---|
| Line | |
|---|---|
| 1 | DMD=dmd |
| 2 | DFLAGS=-op -release -inline -version=BuildVerbose |
| 3 | SOURCES=build.d util/pathex.d source_bn.d util/str.d build_bn.d util/booltype.d source.d util/fdt.d util/fileex.d util/linetoken.d util/macro.d util/file2.d |
| 4 | |
| 5 | all: dsss_build |
| 6 | |
| 7 | dsss_build: $(SOURCES) |
| 8 | $(DMD) $(DFLAGS) -of$@ $(SOURCES) |
| 9 | |
| 10 | clean: |
| 11 | rm -f *.o dsss_build |
| 12 | rm -f util/*.o |
Note: See TracBrowser for help on using the browser.
