mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-05 08:30:55 +01:00
* distclean uses cleanall rule and removes units dir
* cross compile support fixed, it is now possible to cycle a ppcsparc
without deleting ppc386
* bintutilsperfix defaults to cpu-os-
20 lines
254 B
Makefile
20 lines
254 B
Makefile
#
|
|
# Makefile.fpc for XML for FCL
|
|
#
|
|
|
|
[package]
|
|
main=fcl
|
|
|
|
[target]
|
|
units=sax dom sax_html dom_html xmlcfg xmlread xmlstreaming xmlwrite xhtml htmldefs htmwrite xpath
|
|
rsts=sax xpath
|
|
|
|
[compiler]
|
|
options=-S2h
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../..
|