shithub: choc

ref: d0f41d4163fc96168f56155e6f5b36025eea79e4
dir: /pkg/wince/GNUmakefile.am/

View raw version

# 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)