1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
# # include/Makefile # # Copyright 2005, Broadcom, Inc. # # $Id: Makefile,v 13.5 2005/02/17 19:11:31 Exp $ # SRCBASE = .. TARGETS = epivers.h all release: bash epivers.sh clean: rm -rf ${TARGETS} *.prev .PHONY: all release clean