Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
fpc-src / usr / share / fpcsrc / 3.0.0 / utils / debugsvr / Makefile.fpc.fpcmake
Size: Mime:
#
#   Makefile.fpc for debugserver
#

[target]
units=msgintf debugserverintf dbugintf
dirs=gtk console
examples=testdebug speeddebug
rsts=debugserverintf dbugintf

[clean]

[compiler]

[install]
fpcpackage=y

[default]
fpcdir=../..


[rules]
.NOTPARALLEL:
debugserverintf$(PPUEXT): msgintf$(PPUEXT) debugserverintf.pp
        $(COMPILER) debugserverintf$(PASEXT)

dbugintf$(PPUEXT): msgintf$(PPUEXT) dbugintf.pp
        $(COMPILER) dbugintf.pp