mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 13:39:38 +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-
21 lines
214 B
Makefile
21 lines
214 B
Makefile
#
|
|
# Makefile.fpc for Fake GDB
|
|
#
|
|
|
|
[package]
|
|
main=ide
|
|
|
|
[target]
|
|
units=gdbcon gdbint
|
|
|
|
[default]
|
|
fpcdir=../..
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[rules]
|
|
gdbint$(PPUEXT): gdbint.pas
|
|
|
|
gdbcon$(PPUEXT): gdbcon.pas gdbint$(PPUEXT)
|