Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
ccan
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
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
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mirror
ccan
Commits
015fe7cb
Commit
015fe7cb
authored
Nov 10, 2008
by
Rusty Russell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix linking for tools, and add tools: target.
parent
257cc649
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
6 deletions
+11
-6
tools/Makefile
tools/Makefile
+11
-6
No files found.
tools/Makefile
View file @
015fe7cb
tools/ccan_depends
:
tools/ccan_depends.o tools/depends.o ccan/string/string.o ccan/talloc/talloc.o ccan/noerr/noerr.o
ALL_TOOLS
=
tools/ccan_depends tools/run_tests tools/doc_extract tools/namespacize tools/create_dep_tar
tools/run_tests
:
tools/run_tests.o tools/depends.o ccan/tap/tap.o ccan/string/string.o ccan/noerr/noerr.o ccan/talloc/talloc.o
.PHONY
:
tools
tools
:
$(ALL_TOOLS)
tools/
doc_extract
:
tools/doc_extract.o ccan/string/string.o ccan/noerr/noerr.o ccan/talloc/talloc
.o
tools/
ccan_depends
:
tools/ccan_depends.o tools/depends.o ccan/str_talloc/str_talloc.o ccan/grab_file/grab_file.o ccan/talloc/talloc.o ccan/noerr/noerr
.o
tools/
namespacize
:
tools/namespacize.o tools/depends.o ccan/string/string
.o ccan/noerr/noerr.o ccan/talloc/talloc.o
tools/
run_tests
:
tools/run_tests.o tools/depends.o ccan/str_talloc/str_talloc.o ccan/grab_file/grab_file.o ccan/tap/tap
.o ccan/noerr/noerr.o ccan/talloc/talloc.o
tools/create_dep_tar
:
tools/create_dep_tar.o tools/depends.o ccan/string/string.o ccan/noerr/noerr.o ccan/talloc/talloc.o tools/_infotojson/sqlite3_database.o tools/_infotojson/utils.o
tools/doc_extract
:
tools/doc_extract.o ccan/str_talloc/str_talloc.o ccan/grab_file/grab_file.o ccan/noerr/noerr.o ccan/talloc/talloc.o
tools/namespacize
:
tools/namespacize.o tools/depends.o ccan/str_talloc/str_talloc.o ccan/grab_file/grab_file.o ccan/noerr/noerr.o ccan/talloc/talloc.o
tools/create_dep_tar
:
tools/create_dep_tar.o tools/depends.o ccan/str_talloc/str_talloc.o ccan/grab_file/grab_file.o ccan/noerr/noerr.o ccan/talloc/talloc.o tools/_infotojson/sqlite3_database.o tools/_infotojson/utils.o
$(CC)
$(LDFLAGS)
-o
$@
$^
-lsqlite3
tools/run_tests.o tools/namespacize.o tools/depends.o
:
tools/tools.h
tools-clean
:
ccanlint-clean
rm
-f
tools/ccan_depends tools/run_tests tools/doc_extract tools/namespacize
rm
-f
$(ALL_TOOLS)
include
tools/ccanlint/Makefile
include
tools/_infotojson/Makefile
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