mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-10 19:38:10 +02:00
22 lines
234 B
Makefile
22 lines
234 B
Makefile
#
|
|
# Makefile.fpc for Free Pascal Utils
|
|
#
|
|
|
|
[target]
|
|
programs_go32v2=dxegen
|
|
|
|
[clean]
|
|
units=coff
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../..
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|
|
dxegen$(EXEEXT): dxegen.pp coff$(PPUEXT)
|
|
|
|
coff$(PPUEXT) : coff.pp
|