Mercurial > hg > Members > kono > nitros9-code
view 3rdparty/drivers/disto/makefile @ 351:486e94f18be0
Added Disto specific modules
author | boisy |
---|---|
date | Thu, 25 Jul 2002 05:05:16 +0000 |
parents | |
children | a9169e6c5f3f |
line wrap: on
line source
include ../../../Makefile.rules DEPENDS = ./Makefile DRVRS = parallel.dr DESCS = pp.dd ALLOBJS = $(DRVRS) $(DESCS) all: $(ALLOBJS) $(DEPENDS) clean: $(RM) $(ALLOBJS)