1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-08-13 16:53:59 -04:00
Simba/LazDoc/Makefile
2010-09-05 17:29:52 +02:00

17 lines
362 B
Makefile

.PHONY: default clean
docunits := os_linux dtm mufasatypes bitmaps colour_conv
coreunits := os_linux dtm mufasatypes bitmaps colour_conv
default:
fpdoc --package=Simba \
`echo $(docunits) | sed -r 's/\w+/--descr=&.xml/g'` \
`echo $(coreunits) | sed -r 's/\w+/--input=..\/Units\/MMLCore\/&.pas/g'` \
--output=simbafpcdoc/
clean:
rm -rf simbafpcdoc