| version 1.1 | version 1.2 | |||
|---|---|---|---|---|
|
| |||
| $(SUBDIRS): dummy | $(SUBDIRS): dummy | |||
| make -C $@ | make -C $@ | |||
| $(OUTPUT): %.a: $(OBJECTS) | $(filter %.a,$(OUTPUT)): $(OBJECTS) | |||
| ar rcs $@ $^ | ar rcs $@ $^ | |||
| $(filter %.lib,$(OUTPUT)): $(OBJECTS) | ||||
| @lib -nologo -out:$@ $^ | ||||
| clean: | clean: | |||
| $(CLEANOBJ) | $(CLEANOBJ) |
| Legend: | |
| line(s) removed in v.1.1 | |
| line(s) changed | |
| line(s) added in v.1.2 | |