Linux tsuru-no-tsurugi 5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 x86_64
Apache/2.4.52 (Ubuntu)
Server IP : 192.168.0.18 & Your IP : 216.73.217.105
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
dpkg /
Delete
Unzip
Name
Size
Permission
Date
Action
sh
[ DIR ]
drwxr-xr-x
2025-12-31 20:35
abitable
362
B
-rw-r--r--
2025-09-10 05:09
architecture.mk
643
B
-rw-r--r--
2025-09-10 05:09
buildflags.mk
1.76
KB
-rw-r--r--
2025-09-10 05:09
buildopts.mk
392
B
-rw-r--r--
2025-09-10 05:09
buildtools.mk
2.63
KB
-rw-r--r--
2025-09-10 05:09
cputable
2.06
KB
-rw-r--r--
2025-09-10 05:09
default.mk
362
B
-rw-r--r--
2025-09-10 05:09
no-pie-compile.specs
77
B
-rw-r--r--
2025-09-10 05:09
no-pie-link.specs
65
B
-rw-r--r--
2025-09-10 05:09
ostable
2.06
KB
-rw-r--r--
2025-09-10 05:09
pie-compile.specs
97
B
-rw-r--r--
2025-09-10 05:09
pie-link.specs
76
B
-rw-r--r--
2025-09-10 05:09
pkg-info.mk
1.53
KB
-rw-r--r--
2025-09-10 05:09
tupletable
2.2
KB
-rw-r--r--
2025-09-10 05:09
vendor.mk
1.61
KB
-rw-r--r--
2025-09-10 05:09
Save
Rename
# This Makefile fragment (since dpkg 1.16.1) defines the following variables: # # ASFLAGS: flags for the assembler (since 1.21.0). # CFLAGS: flags for the C compiler. # CPPFLAGS: flags for the C preprocessor. # CXXFLAGS: flags for the C++ compiler. # OBJCFLAGS: flags for the Objective C compiler. # OBJCXXFLAGS: flags for the Objective C++ compiler. # GCJFLAGS: flags for the GNU Java compiler. # DFLAGS: flags for the D compiler. # FFLAGS: flags for the Fortran 77 compiler. # FCFLAGS: flags for the Fortran 9x compiler. # LDFLAGS: flags for the 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 CFLAGS CPPFLAGS CXXFLAGS OBJCFLAGS OBJCXXFLAGS \ GCJFLAGS DFLAGS FFLAGS FCFLAGS LDFLAGS 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