|
|
1.1 ! root 1: <rules> ! 2: <!-- host compiler build rules --> ! 3: <rule target="host" entity="executable"> ! 4: $(call quiet-command,$(HOSTCC) $(HOSTCFLAGS) -o $@ $^," HOSTCC $(TARGET_DIR)$@") ! 5: </rule> ! 6: <rule target="host" entity="object"> ! 7: $(call quiet-command,$(HOSTCC) $(HOSTCFLAGS) $(HOSTINCLUDES) -c -o $@ $<," HOSTCC $(TARGET_DIR)$@") ! 8: </rule> ! 9: <rule target="host" entity="object" extracflags="1"> ! 10: $(call quiet-command,$(HOSTCC) $(HOSTCFLAGS) $(HOSTINCLUDES)</rule> ! 11: <rule target="host" entity="object" extracflags="2"> -c -o $@ $<," HOSTCC $(TARGET_DIR)$@") ! 12: </rule> ! 13: <rule target="host" entity="library"> ! 14: $(call quiet--command,$(AR) cru $@ $^; $(RANLIB) $@," HOSTAR $(TARGET_DIR)$@") ! 15: </rule> ! 16: ! 17: <!-- target/cross compiler build rules --> ! 18: <rule target="target" entity="executable"> ! 19: $(call quiet-command,$(CC) $(CFLAGS) -o $@ $^," CC $(TARGET_DIR)$@") ! 20: </rule> ! 21: <rule target="target" entity="object"> ! 22: $(call quiet-command,$(CC) $$EXTRACFLAGS $(CFLAGS) $(INCLUDES) -c -o $@ $<," CC $(TARGET_DIR)$@") ! 23: </rule> ! 24: <rule target="target" entity="object" extracflags="1"> ! 25: $(call quiet-command,$(CC) $$EXTRACFLAGS $(CFLAGS) $(INCLUDES)</rule> ! 26: <rule target="target" entity="object" extracflags="2"> -c -o $@ $<," CC $(TARGET_DIR)$@") ! 27: </rule> ! 28: <rule target="target" entity="library"> ! 29: $(call quiet-command,$(AR) cru $@ $^; $(RANLIB) $@," AR $(TARGET_DIR)$@") ! 30: </rule> ! 31: </rules>
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.