Linux worldls-302.fr.planethoster.net 4.18.0-553.8.1.lve.el7h.x86_64 #1 SMP Thu Jul 4 15:19:33 UTC 2024 x86_64
LiteSpeed
Server IP : 10.185.0.203 & Your IP : 216.73.216.32
Domains :
Cant Read [ /etc/named.conf ]
User : gerathty
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
automake-1.13 /
am /
Delete
Unzip
Name
Size
Permission
Date
Action
check.am
21.45
KB
-rw-r--r--
2014-09-21 16:20
check2.am
2.14
KB
-rw-r--r--
2014-09-21 16:20
clean-hdr.am
818
B
-rw-r--r--
2014-09-21 16:20
clean.am
2.28
KB
-rw-r--r--
2014-09-21 16:20
compile.am
1010
B
-rw-r--r--
2014-09-21 16:20
configure.am
6.45
KB
-rw-r--r--
2014-09-21 16:20
data.am
3.32
KB
-rw-r--r--
2014-09-21 16:20
dejagnu.am
3.58
KB
-rw-r--r--
2014-09-21 16:20
depend.am
1.01
KB
-rw-r--r--
2014-09-21 16:20
depend2.am
7.24
KB
-rw-r--r--
2014-09-21 16:20
distdir.am
20.3
KB
-rw-r--r--
2014-09-21 16:20
footer.am
881
B
-rw-r--r--
2014-09-21 16:20
header-vars.am
5.46
KB
-rw-r--r--
2014-09-21 16:20
header.am
786
B
-rw-r--r--
2014-09-21 16:20
inst-vars.am
3.39
KB
-rw-r--r--
2014-09-21 16:20
install.am
3.9
KB
-rw-r--r--
2014-09-21 16:20
java.am
2.79
KB
-rw-r--r--
2014-09-21 16:20
lang-compile.am
1.17
KB
-rw-r--r--
2014-09-21 16:20
lex.am
1.29
KB
-rw-r--r--
2014-09-21 16:20
library.am
976
B
-rw-r--r--
2014-09-21 16:20
libs.am
3.8
KB
-rw-r--r--
2014-09-21 16:20
libtool.am
1.01
KB
-rw-r--r--
2014-09-21 16:20
lisp.am
4.03
KB
-rw-r--r--
2014-09-21 16:20
ltlib.am
4.88
KB
-rw-r--r--
2014-09-21 16:20
ltlibrary.am
933
B
-rw-r--r--
2014-09-21 16:20
mans-vars.am
857
B
-rw-r--r--
2014-09-21 16:20
mans.am
6.34
KB
-rw-r--r--
2014-09-21 16:20
program.am
1.2
KB
-rw-r--r--
2014-09-21 16:20
progs.am
6.24
KB
-rw-r--r--
2014-09-21 16:20
python.am
5.09
KB
-rw-r--r--
2014-09-21 16:20
remake-hdr.am
3.18
KB
-rw-r--r--
2014-09-21 16:20
scripts.am
4.6
KB
-rw-r--r--
2014-09-21 16:20
subdirs.am
2.8
KB
-rw-r--r--
2014-09-21 16:20
tags.am
5.04
KB
-rw-r--r--
2014-09-21 16:20
texi-vers.am
2.35
KB
-rw-r--r--
2014-09-21 16:20
texibuild.am
6.47
KB
-rw-r--r--
2014-09-21 16:20
texinfos.am
13.12
KB
-rw-r--r--
2014-09-21 16:20
vala.am
768
B
-rw-r--r--
2014-09-21 16:20
yacc.am
2.35
KB
-rw-r--r--
2014-09-21 16:20
Save
Rename
## automake - create Makefile.in from Makefile.am ## Copyright (C) 2008-2013 Free Software Foundation, Inc. ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by ## the Free Software Foundation; either version 2, or (at your option) ## any later version. ## This program is distributed in the hope that it will be useful, ## but WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ## GNU General Public License for more details. ## You should have received a copy of the GNU General Public License ## along with this program. If not, see <http://www.gnu.org/licenses/>. if %?FIRST% ## When BSD make is run in parallel mode, it apparently strips any ## leading directory component from the automatic variable '$*' (of ## course, against what POSIX mandates). Try to detect and work ## around this incompatibility. am__set_b = \ case '$@' in \ */*) \ case '$*' in \ */*) b='$*';; \ *) b=`echo '$@' | sed 's/\.log$$//'`; \ esac;; \ *) \ b='$*';; \ esac endif %?FIRST% ## From a test file to a .log and .trs file. ?GENERIC?%EXT%.log: ?!GENERIC?%OBJ%: %SOURCE% @p='%SOURCE%'; \ ## Another hack to support BSD make in parallel mode. ?!GENERIC? b='%BASE%'; \ ?GENERIC? $(am__set_b); \ $(am__check_pre) %DRIVER% --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) %DRIVER_FLAGS% -- %COMPILE% \ "$$tst" $(AM_TESTS_FD_REDIRECT) ## If no programs are built in this package, then this rule is removed ## at automake time. Otherwise, %am__EXEEXT% expands to a configure time ## conditional, true if $(EXEEXT) is nonempty, thus this rule does not ## conflict with the previous one. if %am__EXEEXT% ?GENERIC?%EXT%$(EXEEXT).log: @p='%SOURCE%'; \ ## Another hack to support BSD make in parallel mode. ?!GENERIC? b='%BASE%'; \ ?GENERIC? $(am__set_b); \ $(am__check_pre) %DRIVER% --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) %DRIVER_FLAGS% -- %COMPILE% \ "$$tst" $(AM_TESTS_FD_REDIRECT) endif %am__EXEEXT%