__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ 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.19.0) defines the following variables
# for host tools:
#
# AS: assembler (since dpkg 1.19.1).
# CPP: C preprocessor.
# CC: C compiler.
# CXX: C++ compiler.
# OBJC: Objective C compiler.
# OBJCXX: Objective C++ compiler.
# F77: Fortran 77 compiler.
# FC: Fortran 9x compiler.
# LD: linker.
# STRIP: strip objects (since dpkg 1.19.1).
# OBJCOPY: copy objects (since dpkg 1.19.1).
# OBJDUMP: dump objects (since dpkg 1.19.1).
# NM: names lister (since dpkg 1.19.1).
# AR: archiver (since dpkg 1.19.1).
# RANLIB: archive index generator (since dpkg 1.19.1).
# PKG_CONFIG: pkg-config tool.
# QMAKE: Qt build system generator (since dpkg 1.20.0).
#
# All the above variables have a counterpart variable for the build tool,
# as in CC → CC_FOR_BUILD.
#
# The variables are not exported by default. This can be changed by
# defining DPKG_EXPORT_BUILDTOOLS.
dpkg_datadir = /usr/share/dpkg
include $(dpkg_datadir)/architecture.mk
# We set the TOOL_FOR_BUILD variables to the specified value, and the TOOL
# variables (for the host) to their triplet-prefixed form iff they are
# not defined or contain the make built-in defaults. On native builds if
# TOOL is defined and TOOL_FOR_BUILD is not, we fallback to use TOOL.
define dpkg_buildtool_setvar
ifeq (,$(findstring $(3),$(DEB_BUILD_OPTIONS)))
ifeq ($(origin $(1)),default)
$(1) = $(DEB_HOST_GNU_TYPE)-$(2)
else
$(1) ?= $(DEB_HOST_GNU_TYPE)-$(2)
endif
# On native build fallback to use TOOL if that's defined.
ifeq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE))
$(1)_FOR_BUILD ?= $$($(1))
else
$(1)_FOR_BUILD ?= $(DEB_BUILD_GNU_TYPE)-$(2)
endif
else
$(1) = :
$(1)_FOR_BUILD = :
endif
ifdef DPKG_EXPORT_BUILDTOOLS
export $(1)
export $(1)_FOR_BUILD
endif
endef
$(eval $(call dpkg_buildtool_setvar,AS,as))
$(eval $(call dpkg_buildtool_setvar,CPP,gcc -E))
$(eval $(call dpkg_buildtool_setvar,CC,gcc))
$(eval $(call dpkg_buildtool_setvar,CXX,g++))
$(eval $(call dpkg_buildtool_setvar,OBJC,gcc))
$(eval $(call dpkg_buildtool_setvar,OBJCXX,g++))
$(eval $(call dpkg_buildtool_setvar,F77,gfortran))
$(eval $(call dpkg_buildtool_setvar,FC,gfortran))
$(eval $(call dpkg_buildtool_setvar,LD,ld))
$(eval $(call dpkg_buildtool_setvar,STRIP,strip,nostrip))
$(eval $(call dpkg_buildtool_setvar,OBJCOPY,objcopy))
$(eval $(call dpkg_buildtool_setvar,OBJDUMP,objdump))
$(eval $(call dpkg_buildtool_setvar,NM,nm))
$(eval $(call dpkg_buildtool_setvar,AR,ar))
$(eval $(call dpkg_buildtool_setvar,RANLIB,ranlib))
$(eval $(call dpkg_buildtool_setvar,PKG_CONFIG,pkgconf))
$(eval $(call dpkg_buildtool_setvar,QMAKE,qmake))
| 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 |
|