lazarus/components/Makefile.fpc
mattias 6447d99a32 updated make clean
git-svn-id: trunk@4916 -
2003-12-20 10:43:57 +00:00

24 lines
554 B
Makefile

# $Id$
#
# Makefile.fpc for Lazarus for Free Pascal
#
[target]
dirs=synedit codetools
[clean]
files=$(wildcard ./units/*$(OEXT)) \
$(wildcard ./units/*$(PPUEXT)) \
$(wildcard ./units/*$(RSTEXT)) \
$(wildcard ./units/$(CPU_TARGET)/$(OS_TARGET)/*$(OEXT)) \
$(wildcard ./units/$(CPU_TARGET)/$(OS_TARGET)/*$(PPUEXT)) \
$(wildcard ./units/$(CPU_TARGET)/$(OS_TARGET)/*$(RSTEXT)) \
$(wildcard ./custom/*$(OEXT)) \
$(wildcard ./custom/*$(PPUEXT)) \
$(wildcard ./custom/*$(RSTEXT))
[rules]
cleanall: clean