Add missing Makefile and Makefile.fpc.fpcmake files for fcl-openapi package

This commit is contained in:
Pierre Muller 2025-03-18 13:59:07 +00:00
parent 35047acebd
commit bfcdd91950
2 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,2 @@
PACKAGE_NAME=fcl-openapi
include ../build/Makefile.pkg

View File

@ -0,0 +1,28 @@
#
# Makefile.fpc for OpenAPI (swagger) spec reader & code generator.
#
[package]
name=fcl-openapi
version=3.3.1
[target]
units=fpopenapi.codegen.pp fpopenapi.consts.pp fpopenapi.generators.pp fpopenapi.objects.pp \
fpopenapi.pascaltypes.pp fpopenapi.reader.pp fpopenapi.types.pp fpopenapi.writer.pp
[install]
fpcpackage=y
[default]
fpcdir=../..
[compiler]
includedir=src
sourcedir=src
[shared]
build=n
[rules]
.NOTPARALLEL: