ref: afa0c4c7979c1508605d0e79487f299cd03adda6
dir: /pkg/wince/GNUmakefile.am/
# Doom: DOOM_CAB=chocolate-doom-@[email protected] DOOM_CFG=doom-cab.cfg DOOM_DEPS=$(shell ./wince-cabgen -d $(DOOM_CFG)) $(DOOM_CAB) : $(DOOM_CFG) $(DOOM_DEPS) ./wince-cabgen $< $@ # Heretic: HERETIC_CAB=chocolate-heretic-@[email protected] HERETIC_CFG=heretic-cab.cfg HERETIC_DEPS=$(shell ./wince-cabgen -d $(HERETIC_CFG)) $(HERETIC_CAB) : $(HERETIC_CFG) $(HERETIC_DEPS) ./wince-cabgen $< $@ # Hexen: HEXEN_CAB=chocolate-hexen-@[email protected] HEXEN_CFG=hexen-cab.cfg HEXEN_DEPS=$(shell ./wince-cabgen -d $(HEXEN_CFG)) $(HEXEN_CAB) : $(HEXEN_CFG) $(HEXEN_DEPS) ./wince-cabgen $< $@ noinst_DATA = $(DOOM_CAB) $(HERETIC_CAB) $(HEXEN_CAB)