Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
palo_olap
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Jérome Perrin
palo_olap
Commits
694539db
Commit
694539db
authored
Dec 21, 2014
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update automake generated files
parent
c6a46c2b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
53 additions
and
15 deletions
+53
-15
Programs/Makefile.in
Programs/Makefile.in
+53
-15
No files found.
Programs/Makefile.in
View file @
694539db
...
...
@@ -35,7 +35,7 @@ POST_UNINSTALL = :
build_triplet
=
@build@
host_triplet
=
@host@
target_triplet
=
@target@
noinst
_PROGRAMS
=
palo
$(EXEEXT)
bin
_PROGRAMS
=
palo
$(EXEEXT)
@ENABLE_HTTPS_MODULE_TRUE@
am__append_1
=
extension.cpp
subdir
=
Programs
DIST_COMMON
=
$(srcdir)
/Makefile.am
$(srcdir)
/Makefile.in
...
...
@@ -53,7 +53,8 @@ mkinstalldirs = $(install_sh) -d
CONFIG_HEADER
=
$(top_builddir)
/Config/config.h
CONFIG_CLEAN_FILES
=
CONFIG_CLEAN_VPATH_FILES
=
PROGRAMS
=
$(noinst_PROGRAMS)
am__installdirs
=
"
$(DESTDIR)$(bindir)
"
PROGRAMS
=
$(bin_PROGRAMS)
am__palo_SOURCES_DIST
=
palo.cpp PaloOptions.cpp PaloLoader.cpp
\
PaloHttpInterface.cpp extension.cpp
@ENABLE_HTTPS_MODULE_TRUE@
am__objects_1
=
extension.
$(OBJEXT)
...
...
@@ -263,9 +264,43 @@ $(top_srcdir)/configure: $(am__configure_deps)
$(ACLOCAL_M4)
:
$(am__aclocal_m4_deps)
cd
$(top_builddir)
&&
$(MAKE)
$(AM_MAKEFLAGS)
am--refresh
$(am__aclocal_m4_deps)
:
clean-noinstPROGRAMS
:
@
list
=
'
$(noinst_PROGRAMS)
'
;
test
-n
"
$$
list"
||
exit
0
;
\
install-binPROGRAMS
:
$(bin_PROGRAMS)
@
$(NORMAL_INSTALL)
test
-z
"
$(bindir)
"
||
$(MKDIR_P)
"
$(DESTDIR)$(bindir)
"
@
list
=
'
$(bin_PROGRAMS)
'
;
test
-n
"
$(bindir)
"
||
list
=
;
\
for
p
in
$$
list
;
do
echo
"
$$
p
$$
p"
;
done
|
\
sed
's/
$(EXEEXT)
$$//'
|
\
while
read
p p1
;
do if
test
-f
$$
p
||
test
-f
$$
p1
;
\
then
echo
"
$$
p"
;
echo
"
$$
p"
;
else
:
;
fi
;
\
done
|
\
sed
-e
'p;s,.*/,,;n;h'
-e
's|.*|.|'
\
-e
'p;x;s,.*/,,;s/
$(EXEEXT)
$$//;
$(transform)
;s/$$/
$(EXEEXT)
/'
|
\
sed
'N;N;N;s,\n, ,g'
|
\
$(AWK)
'BEGIN { files["."] = ""; dirs["."] = 1 } \
{ d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
if ($$2 == $$4) files[d] = files[d] " " $$1; \
else { print "f", $$3 "/" $$4, $$1; } } \
END { for (d in files) print "f", d, files[d] }'
|
\
while
read type dir
files
;
do
\
if
test
"
$$
dir"
=
.
;
then
dir
=
;
else
dir
=
/
$$
dir
;
fi
;
\
test
-z
"
$$
files"
||
{
\
echo
"
$(INSTALL_PROGRAM_ENV)
$(LIBTOOL)
$(AM_LIBTOOLFLAGS)
$(LIBTOOLFLAGS)
--mode=install
$(INSTALL_PROGRAM)
$$
files '
$(DESTDIR)$(bindir)$$
dir'"
;
\
$(INSTALL_PROGRAM_ENV)
$(LIBTOOL)
$(AM_LIBTOOLFLAGS)
$(LIBTOOLFLAGS)
--mode
=
install
$(INSTALL_PROGRAM)
$$
files
"
$(DESTDIR)$(bindir)$$
dir"
||
exit
$$
?
;
\
}
\
;
done
uninstall-binPROGRAMS
:
@
$(NORMAL_UNINSTALL)
@
list
=
'
$(bin_PROGRAMS)
'
;
test
-n
"
$(bindir)
"
||
list
=
;
\
files
=
`
for
p
in
$$
list
;
do
echo
"
$$
p"
;
done
|
\
sed
-e
'h;s,^.*/,,;s/
$(EXEEXT)
$$//;
$(transform)
'
\
-e
's/$$/
$(EXEEXT)
/'
`
;
\
test
-n
"
$$
list"
||
exit
0
;
\
echo
" ( cd '
$(DESTDIR)$(bindir)
' && rm -f"
$$
files
")"
;
\
cd
"
$(DESTDIR)$(bindir)
"
&&
rm
-f
$$
files
clean-binPROGRAMS
:
@
list
=
'
$(bin_PROGRAMS)
'
;
test
-n
"
$$
list"
||
exit
0
;
\
echo
" rm -f"
$$
list
;
\
rm
-f
$$
list
||
exit
$$
?
;
\
test
-n
"
$(EXEEXT)
"
||
exit
0
;
\
...
...
@@ -404,6 +439,9 @@ check-am: all-am
check
:
check-am
all-am
:
Makefile $(PROGRAMS)
installdirs
:
for
dir
in
"
$(DESTDIR)$(bindir)
"
;
do
\
test
-z
"
$$
dir"
||
$(MKDIR_P)
"
$$
dir"
;
\
done
install
:
install-am
install-exec
:
install-exec-am
install-data
:
install-data-am
...
...
@@ -431,8 +469,7 @@ maintainer-clean-generic:
@
echo
"it deletes files that may require special tools to rebuild."
clean
:
clean-am
clean-am
:
clean-generic clean-libtool clean-noinstPROGRAMS
\
mostlyclean-am
clean-am
:
clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
distclean
:
distclean-am
-
rm
-rf
./
$(DEPDIR)
...
...
@@ -458,7 +495,7 @@ install-dvi: install-dvi-am
install-dvi-am
:
install-exec-am
:
install-exec-am
:
install-binPROGRAMS
install-html
:
install-html-am
...
...
@@ -498,22 +535,23 @@ ps: ps-am
ps-am
:
uninstall-am
:
uninstall-am
:
uninstall-binPROGRAMS
.MAKE
:
install-am install-strip
.PHONY
:
CTAGS GTAGS all all-am check check-am clean clean-
generic
\
clean-
libtool clean-noinstPROGRAMS ctags distclean
\
distclean-
compile distclean-generic distclean-libtool
\
d
istclean-tags distdir dvi dvi-am html html-am info info
-am
\
install
install-am
install-data install-data-am install-dvi
\
.PHONY
:
CTAGS GTAGS all all-am check check-am clean clean-
binPROGRAMS
\
clean-
generic clean-libtool ctags distclean distclean-compile
\
distclean-
generic distclean-libtool distclean-tags distdir dvi
\
d
vi-am html html-am info info-am install install
-am
\
install
-binPROGRAMS
install-data install-data-am install-dvi
\
install-dvi-am install-exec install-exec-am install-html
\
install-html-am install-info install-info-am install-man
\
install-pdf install-pdf-am install-ps install-ps-am
\
install-strip installcheck installcheck-am installdirs
\
maintainer-clean maintainer-clean-generic mostlyclean
\
mostlyclean-compile mostlyclean-generic mostlyclean-libtool
\
pdf pdf-am ps ps-am tags uninstall uninstall-am
pdf pdf-am ps ps-am tags uninstall uninstall-am
\
uninstall-binPROGRAMS
# Tell versions [3.59,3.63) of GNU make to not export all variables.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment