Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| SHA1 Hash: | a49cd174e1195169f746926e132467add67823f0 |
|---|---|
| Date: | 2009-06-15 19:27:19 |
| User: | stephan |
| Comment: | Added missing .o to test app |
Tags And Properties
- branch=trunk inherited from [d21fde6e87]
- sym-trunk inherited from [d21fde6e87]
Changes
Changes to Makefile
| Old (12c2da9214389ceb) | New (503ba207af9f58c4) | |||
|---|---|---|---|---|
| 1 | #!/usr/bin/make -f | 1 | #!/usr/bin/make -f | |
| 2 | # Requires GNU Make 3.80+! | 2 | # Requires GNU Make 3.80+! | |
| 3 | default: libs-only | 3 | default: libs-only | |
| 4 | default: all | 4 | default: all | |
| 5 | 5 | |||
| 275 hidden lines | ||||
| 281 | 281 | |||
| 282 | 282 | |||
| 283 | ######################################################################## | 283 | ######################################################################## | |
| 284 | # test bin | 284 | # test bin | |
| 285 | # test.BIN.LDFLAGS := $(libwhefs.LIB) | 285 | # test.BIN.LDFLAGS := $(libwhefs.LIB) | |
| 286 | test.BIN.OBJECTS := test.o | | | 286 | test.BIN.OBJECTS := test.o whargv.o |
| 287 | test.BIN.LDFLAGS := $(WHEFS_BINS_LDFLAGS) | 287 | test.BIN.LDFLAGS := $(WHEFS_BINS_LDFLAGS) | |
| 288 | $(call ShakeNMake.CALL.RULES.BINS,test) | 288 | $(call ShakeNMake.CALL.RULES.BINS,test) | |
| 289 | $(test.BIN): $(WHEFS_BINS_DEPS) | 289 | $(test.BIN): $(WHEFS_BINS_DEPS) | |
| 290 | bins: $(test.BIN) | 290 | bins: $(test.BIN) | |
| 291 | 291 | |||
| 137 hidden lines | ||||
| 429 | none: | 429 | none: | |
| 430 | 430 | |||
| 431 | my.whefs: whefs-mkfs-for-files.sh whefs-mkfs whefs-ls whefs-cp $(wildcard *.c *.h) $(PACKAGE.MAKEFILE) | 431 | my.whefs: whefs-mkfs-for-files.sh whefs-mkfs whefs-ls whefs-cp $(wildcard *.c *.h) $(PACKAGE.MAKEFILE) | |
| 432 | bash ./whefs-mkfs-for-files.sh $@ *.c *.h </dev/null | 432 | bash ./whefs-mkfs-for-files.sh $@ *.c *.h </dev/null | |
| 433 | CLEAN_FILES += my.whefs | 433 | CLEAN_FILES += my.whefs | |