Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
U
unique-xids
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
uplex-varnish
unique-xids
Commits
23baabde
Commit
23baabde
authored
Oct 08, 2011
by
Poul-Henning Kamp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Get closer to distcheck working
parent
4a1413b3
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
17 deletions
+16
-17
.gitignore
.gitignore
+2
-2
flint.lnt
bin/flint.lnt
+1
-2
Makefile.am
include/Makefile.am
+11
-11
Makefile.am
man/Makefile.am
+2
-2
No files found.
.gitignore
View file @
23baabde
...
...
@@ -43,9 +43,9 @@ TAGS
# Various auto-generated code snippets
/include/vcl.h
/include/vcl_returns.h
/include/
tbl/
vcl_returns.h
/include/vrt_obj.h
/include/vrt_stv_var.h
/include/
tbl/
vrt_stv_var.h
/include/vcs_version.h
/lib/libvcl/vcc_fixed_token.c
/lib/libvcl/vcc_obj.c
...
...
bin/flint.lnt
View file @
23baabde
...
...
@@ -9,8 +9,7 @@
+libh ../../config.h
-efile(451, ../../config.h) // No include guard
-efile(451, vsl_tags.h) // No include guard
-efile(451, vsc_fields.h) // No include guard
-efile(451, "tbl/*.h") // No include guard
///////////////////////////////////////////////////////////////////////
// assert() support, common to libvarnish and libvarnishapi
...
...
include/Makefile.am
View file @
23baabde
...
...
@@ -16,7 +16,6 @@ pkginclude_HEADERS = \
vsm.h
nobase_noinst_HEADERS
=
\
tbl/ban_vars.h
\
binary_heap.h
\
cli_common.h
\
cli_priv.h
\
...
...
@@ -25,36 +24,37 @@ nobase_noinst_HEADERS = \
compat/execinfo.h
\
compat/srandomdev.h
\
flopen.h
\
tbl/http_headers.h
\
tbl/http_response.h
\
libvarnish.h
\
libvcl.h
\
miniobj.h
\
persistent.h
\
tbl/ban_vars.h
\
tbl/http_headers.h
\
tbl/http_response.h
\
tbl/vcl_returns.h
\
tbl/vrt_stv_var.h
\
vas.h
\
vav.h
\
vsha256.h
\
vqueue.h
\
vpf.h
\
vsb.h
\
vbm.h
\
vcl.h
\
vcl_returns.h
\
vcs_version.h
\
vct.h
\
vend.h
\
vev.h
\
vin.h
\
vlu.h
\
vbm.h
\
vmb.h
\
vmod_abi.h
\
vpf.h
\
vqueue.h
\
vre.h
\
vrt.h
\
vrt_obj.h
\
vrt_stv_var.h
\
vsb.h
\
vsha256.h
\
vss.h
vrt_stv_var.h
vcl_returns.h vcl.h vrt_obj.h
:
$(top_srcdir)/lib/libvcl/generate.py $(top_srcdir)/include/vrt.h
tbl/vrt_stv_var.h tbl/
vcl_returns.h vcl.h vrt_obj.h
:
$(top_srcdir)/lib/libvcl/generate.py $(top_srcdir)/include/vrt.h
@
PYTHON@
$(top_srcdir)
/lib/libvcl/generate.py
$(top_srcdir)
$(top_builddir)
BUILT_SOURCES
=
vcs_version.h vmod_abi.h
...
...
man/Makefile.am
View file @
23baabde
...
...
@@ -4,7 +4,7 @@ if HAVE_RST2MAN
noinst_PROGRAMS
=
vsc2rst
endif
vsc2rst_SOURCES
=
vsc2rst.c
\
$(top_srcdir)
/include/vsc_fields.h
$(top_srcdir)
/include/
tbl/
vsc_fields.h
INCLUDES
=
-I
$(top_srcdir)
/include
...
...
@@ -36,7 +36,7 @@ if HAVE_RST2MAN
varnish-counters.7
:
vsc2rst
./vsc2rst |
${
RST2MAN
}
-
$@
else
varnish-counters.7
:
$(top_srcdir)/include/vsc_fields.h
varnish-counters.7
:
$(top_srcdir)/include/
tbl/
vsc_fields.h
@
echo
"========================================"
@
echo
"You need rst2man installed to make dist"
@
echo
"========================================"
...
...
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