fpc/ide/fakegdb/Makefile.fpc
peter 86f78c7300 * units are now created in separate directory units/cpu-os/
* 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-
2004-10-30 12:36:43 +00:00

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)