view level1/wwwroot/Makefile @ 2826:e76cc015cc03 lwtools-port

incorporated new port.mak file in every port directory
author Boisy Pitre <boisy.pitre@nuance.com>
date Thu, 23 May 2013 18:09:08 -0500
parents
children
line wrap: on
line source

include ../port.mak

DEPENDS		= ./Makefile

index.html:	$(LEVEL1)/wwwroot/index.html
	@sed -e 's|%PORT%|$(PORT)|' -e 's|%MACHINE%|$(MACHINE)|' $^ > $@

all:	index.html $(DEPENDS)

clean:
	$(RM) index.html

showobjs:
	@$(ECHO) index.html