lazarus/components/Makefile.fpc
lazarus 9d7444f027 MG: added custom components trick
git-svn-id: trunk@3620 -
2002-11-11 18:09:45 +00:00

20 lines
357 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 ./custom/*$(OEXT)) \
$(wildcard ./custom/*$(PPUEXT)) \
$(wildcard ./custom/*$(RSTEXT))
[rules]
cleanall: clean