1f08c3bdfSopenharmony_ci# SPDX-License-Identifier: GPL-2.0-or-later
2f08c3bdfSopenharmony_ci# Copyright (c) 2022 Joerg Vehlow <joerg.vehlow@aox.de>
3f08c3bdfSopenharmony_ci
4f08c3bdfSopenharmony_ciCC      =  @CC@
5f08c3bdfSopenharmony_ciCFLAGS  += @CFLAGS@
6f08c3bdfSopenharmony_ciLDLIBS  += @LIBS@
7f08c3bdfSopenharmony_ciLDFLAGS += @LDFLAGS@
8f08c3bdfSopenharmony_ci
9f08c3bdfSopenharmony_ciprefix      := @prefix@
10f08c3bdfSopenharmony_ciexec_prefix := @exec_prefix@
11f08c3bdfSopenharmony_cibindir      := ${exec_prefix}/bin
12f08c3bdfSopenharmony_ci
13f08c3bdfSopenharmony_citestdir_rel := @testdir@
14f08c3bdfSopenharmony_citestdir     := ${prefix}/${testdir_rel}
15f08c3bdfSopenharmony_citestdir_bin := ${testdir}/bin
16f08c3bdfSopenharmony_ci
17f08c3bdfSopenharmony_ciCFLAGS  += -std=c99 -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -W -Wall
18