Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
tapir
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ashlie Martinez
tapir
Commits
a9a320ac
Commit
a9a320ac
authored
9 years ago
by
Irene Zhang
Browse files
Options
Downloads
Patches
Plain Diff
adding some additional files to libtapir
parent
6c39e0af
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libtapir/Rules.mk
+1
-1
1 addition, 1 deletion
libtapir/Rules.mk
with
1 addition
and
1 deletion
libtapir/Rules.mk
+
1
−
1
View file @
a9a320ac
d
:=
$(
dir
$(
lastword
$(
MAKEFILE_LIST
)))
d
:=
$(
dir
$(
lastword
$(
MAKEFILE_LIST
)))
$(d)libtapir.so
:
$(patsubst %.o
,
%-pic.o
,
$(OBJS-tapir-client))
$(d)libtapir.so
:
$(patsubst %.o
,
%-pic.o
,
$(LIB-message) $(LIB-store-common) $(LIB-store-frontend) $(LIB-udptransport)
$(OBJS-tapir-client))
LDFLAGS-$(d)libtapir.so
+=
-shared
LDFLAGS-$(d)libtapir.so
+=
-shared
BINS
+=
$(
d
)
libtapir.so
BINS
+=
$(
d
)
libtapir.so
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment