Home
last modified time | relevance | path

Searched refs:AM_CPPFLAGS (Results 1 – 25 of 46) sorted by relevance

12

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xrdp/xrdp/
H A D0001-Fix-the-compile-error.patch19 AM_CPPFLAGS += -DXRDP_RFXCODEC
20 AM_CPPFLAGS += -I$(top_srcdir)/librfxcodec/include
28 AM_CPPFLAGS += -DXRDP_PAINTER
29 AM_CPPFLAGS += -I$(top_srcdir)/libpainter/include
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/fwts/fwts/
H A D0003-Remove-Werror-from-build.patch15 @@ -13,7 +13,7 @@ AM_CPPFLAGS = \
26 @@ -22,7 +22,7 @@ AM_CPPFLAGS = \
41 -AM_CPPFLAGS = -Wall -Werror -Wextra -DDATAROOTDIR=\"$(datarootdir)\" \
42 +AM_CPPFLAGS = -Wall -Wextra -DDATAROOTDIR=\"$(datarootdir)\" \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libusbg/libusbg/
H A D0001-Fix-out-of-tree-builds.patch24 -AM_CPPFLAGS=-I../include/
25 +AM_CPPFLAGS=-I$(top_srcdir)/include/
35 -AM_CPPFLAGS=-I../include/
36 +AM_CPPFLAGS=-I$(top_srcdir)/include/
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libgxim/libgxim/
H A D0001-Use-AM_CPPFLAGS-instead-of-INCLUDES.patch4 Subject: [PATCH 1/3] Use AM_CPPFLAGS instead of INCLUDES
23 +AM_CPPFLAGS= \
36 +AM_CPPFLAGS = \
49 +AM_CPPFLAGS = \
/openbmc/openbmc/poky/meta/recipes-kernel/systemtap/systemtap/
H A D0001-Install-python-modules-to-correct-library-dir.patch26 AM_CPPFLAGS = -I$(srcdir)/../includes
27 AM_CPPFLAGS += -I$(abs_builddir)/../includes/sys
31 +AM_CPPFLAGS += $(CFLAGS)
38 (cd $(srcdir); CFLAGS="$(AM_CPPFLAGS)" $(PYTHON) setup.py build \
47 (cd $(srcdir); CFLAGS="$(AM_CPPFLAGS)" $(PYTHON3) setup.py build \
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openlldp/files/
H A D0001-autotools-Add-include-path-to-generated-version.h.patch8 dir. Include the path to it in AM_CPPFLAGS.
23 AM_CPPFLAGS = -I${srcdir}/include -DSYSCONFDIR="\"${sysconfdir}\"" \
27 +AM_CPPFLAGS += -I${top_builddir}/include
/openbmc/phosphor-event/test/
H A DMakefile.am1 AM_CPPFLAGS = -I${top_srcdir} macro
9 utest_CPPFLAGS = -Igtest $(GTEST_CPPFLAGS) $(AM_CPPFLAGS)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/libotr/
H A Dsepbuild.patch12 -AM_CPPFLAGS = -I../src @LIBGCRYPT_CFLAGS@
13 +AM_CPPFLAGS = -I$(top_srcdir)/src @LIBGCRYPT_CFLAGS@
H A Dfix_qa-issue_include.patch14 -AM_CPPFLAGS = -I$(includedir) -I../src @LIBGCRYPT_CFLAGS@
15 +AM_CPPFLAGS = -I../src @LIBGCRYPT_CFLAGS@
/openbmc/ibm-logging/test/
H A DMakefile.am1 AM_CPPFLAGS = -I$(top_srcdir) macro
10 $(AM_CPPFLAGS)
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.0.2/
H A D0001-make-Add-compiler-includes-in-cflags.patch24 AM_CPPFLAGS += -DWITHOUT_LZO
26 +AM_CPPFLAGS += -I$(shell $(CC) -print-file-name=include)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/onig/onig/
H A D0001-build-don-t-link-against-host-system-libraries.patch25 AM_CPPFLAGS = -I$(top_srcdir)/src
38 AM_CPPFLAGS = -I$(top_srcdir)/src
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/gnuplot/gnuplot/
H A D0003-Use-native-tools-to-build-docs.patch34 doc2ms_CPPFLAGS = -DALL_TERM_DOC $(AM_CPPFLAGS)
73 alldoc2gih_CPPFLAGS = -DALL_TERM_DOC $(AM_CPPFLAGS)
82 doc2wxhtml_CPPFLAGS = -DALL_TERM_DOC -DWXHELP -I../src $(AM_CPPFLAGS)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hdf5/files/
H A D0001-cmake-remove-build-flags.patch44 AM_CPPFLAGS: @AM_CPPFLAGS@
/openbmc/linux/tools/usb/usbip/src/
H A DMakefile.am2 AM_CPPFLAGS = -I$(top_srcdir)/libsrc -DUSBIDS_FILE='"@USBIDS_DIR@/usb.ids"' macro
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-graphics/clutter/clutter-1.0/
H A Dinstall-examples.patch10 @@ -33,7 +33,8 @@ AM_CPPFLAGS = \
/openbmc/openbmc/poky/meta/recipes-core/dbus/dbus-glib/
H A Dno-examples.patch16 AM_CPPFLAGS = \
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/vlc/
H A D0002-use-vorbisidec.patch11 libtremor_plugin_la_CPPFLAGS = $(AM_CPPFLAGS) -DMODULE_NAME_IS_tremor
/openbmc/phosphor-mboxd/
H A DMakefile.am32 AM_CPPFLAGS = $(CODE_COVERAGE_CPPFLAGS) -UNDEBUG macro
/openbmc/openbmc/poky/meta/recipes-support/argp-standalone/files/
H A Dout_of_tree_build.patch15 +AM_CPPFLAGS = -I$(top_srcdir)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/zsync/zsync-curl/
H A Dfixes.patch41 +AM_CPPFLAGS = "-I$(top_srcdir)"
67 +AM_CPPFLAGS = "-I$(top_srcdir)"
/openbmc/openbmc/poky/meta/recipes-support/lzo/lzo/
H A D0001-Add-pkgconfigdir-to-solve-the-undefine-error.patch17 @@ -14,6 +14,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libusb/libusb-compat/
H A D0002-automake-make-example-programs-installable.patch19 AM_CPPFLAGS = -I$(top_srcdir)/libusb
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/usermode/usermode/
H A D0001-Makefile.am-Link-with-libm-for-powl-API.patch18 userhelper_CPPFLAGS = $(AM_CPPFLAGS) -DSYSCONFDIR='"$(sysconfdir)"'
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openflow/openflow/
H A D0001-Makefile.am-Specify-export-dynamic-directly-to-linke.patch20 AM_CPPFLAGS += -DNDEBUG

12