view 3rdparty/drivers/emudsk/makefile @ 2703:aa91dd03121d lwtools-port

Fixed bug where ordering of pull was affecting routine
author Boisy Pitre <boisy.pitre@nuance.com>
date Fri, 20 Jul 2012 15:10:55 -0500
parents 62355a3b98ff
children e4a0f58a5f9b
line wrap: on
line source

include ../../../rules.mak

DEPENDS		= ./makefile

DRIVERS		= emudsk.dr
DESCS		= h0.dd ddh0.dd h1.dd
ALLOBJS		= $(DRIVERS) $(DESCS)

all:	$(ALLOBJS) $(DEPENDS)

clean:
	$(RM) $(ALLOBJS)