__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
# This Makefile fragment (since dpkg 1.16.1) defines the following host
# variables:
#
# ASFLAGS: flags for the host assembler (since 1.21.0).
# CFLAGS: flags for the host C compiler.
# CPPFLAGS: flags for the host C preprocessor.
# CXXFLAGS: flags for the host C++ compiler.
# OBJCFLAGS: flags for the host Objective C compiler.
# OBJCXXFLAGS: flags for the host Objective C++ compiler.
# DFLAGS: flags for the host D compiler.
# FFLAGS: flags for the host Fortran 77 compiler.
# FCFLAGS: flags for the host Fortran 9x compiler.
# LDFLAGS: flags for the host linker.
#
# And the following variables for the build tools (since dpkg 1.22.1):
#
# ASFLAGS_FOR_BUILD: flags for the build assembler.
# CFLAGS_FOR_BUILD: flags for the build C compiler.
# CPPFLAGS_FOR_BUILD: flags for the build C preprocessor.
# CXXFLAGS_FOR_BUILD: flags for the build C++ compiler.
# OBJCFLAGS_FOR_BUILD: flags for the build Objective C compiler.
# OBJCXXFLAGS_FOR_BUILD: flags for the build Objective C++ compiler.
# DFLAGS_FOR_BUILD: flags for the build D compiler.
# FFLAGS_FOR_BUILD: flags for the build Fortran 77 compiler.
# FCFLAGS_FOR_BUILD: flags for the build Fortran 9x compiler.
# LDFLAGS_FOR_BUILD: flags for the build linker.
#
# You can also export them in the environment by setting
# DPKG_EXPORT_BUILDFLAGS to a non-empty value.
#
# This list is kept in sync with the default set of flags returned
# by dpkg-buildflags.
dpkg_lazy_eval ?= $$(or $$(value DPKG_CACHE_$(1)),$$(eval DPKG_CACHE_$(1) := $$(shell $(2)))$$(value DPKG_CACHE_$(1)))
DPKG_BUILDFLAGS_LIST = \
ASFLAGS \
ASFLAGS_FOR_BUILD \
CFLAGS \
CFLAGS_FOR_BUILD \
CPPFLAGS \
CPPFLAGS_FOR_BUILD \
CXXFLAGS \
CXXFLAGS_FOR_BUILD \
OBJCFLAGS \
OBJCFLAGS_FOR_BUILD \
OBJCXXFLAGS \
OBJCXXFLAGS_FOR_BUILD \
DFLAGS \
DFLAGS_FOR_BUILD \
FFLAGS \
FFLAGS_FOR_BUILD \
FCFLAGS \
FCFLAGS_FOR_BUILD \
LDFLAGS \
LDFLAGS_FOR_BUILD \
# EOL
define dpkg_buildflags_export_envvar
ifdef $(1)
DPKG_BUILDFLAGS_EXPORT_ENVVAR += $(1)="$$(value $(1))"
endif
endef
$(eval $(call dpkg_buildflags_export_envvar,DEB_BUILD_OPTIONS))
$(eval $(call dpkg_buildflags_export_envvar,DEB_BUILD_MAINT_OPTIONS))
$(eval $(call dpkg_buildflags_export_envvar,DEB_BUILD_PATH))
$(foreach flag,$(DPKG_BUILDFLAGS_LIST),\
$(foreach operation,SET STRIP APPEND PREPEND,\
$(eval $(call dpkg_buildflags_export_envvar,DEB_$(flag)_MAINT_$(operation)))))
dpkg_buildflags_setvar = $(1) = $(call dpkg_lazy_eval,$(1),$(DPKG_BUILDFLAGS_EXPORT_ENVVAR) dpkg-buildflags --get $(1))
$(foreach flag,$(DPKG_BUILDFLAGS_LIST),\
$(eval $(call dpkg_buildflags_setvar,$(flag))))
ifdef DPKG_EXPORT_BUILDFLAGS
export $(DPKG_BUILDFLAGS_LIST)
endif
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| sh | Folder | 0755 |
|
|
| abitable | File | 352 B | 0644 |
|
| architecture.mk | File | 644 B | 0644 |
|
| buildapi.mk | File | 404 B | 0644 |
|
| buildflags.mk | File | 2.67 KB | 0644 |
|
| buildopts.mk | File | 392 B | 0644 |
|
| buildtools.mk | File | 2.63 KB | 0644 |
|
| cputable | File | 2.01 KB | 0644 |
|
| default.mk | File | 481 B | 0644 |
|
| no-pie-compile.specs | File | 77 B | 0644 |
|
| no-pie-link.specs | File | 65 B | 0644 |
|
| ostable | File | 1.84 KB | 0644 |
|
| pie-compile.specs | File | 97 B | 0644 |
|
| pie-link.specs | File | 76 B | 0644 |
|
| pkg-info.mk | File | 1.53 KB | 0644 |
|
| tupletable | File | 2.67 KB | 0644 |
|
| vendor.mk | File | 1.83 KB | 0644 |
|