Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-common
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Tobias Leibner
dune-common
Commits
9879fe4a
Commit
9879fe4a
authored
16 years ago
by
Christian Engwer
Browse files
Options
Downloads
Patches
Plain Diff
fix fs#362
remove am/update-libs [[Imported from SVN: r5241]]
parent
517feee8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
am/global-rules
+0
-3
0 additions, 3 deletions
am/global-rules
am/update-libs
+0
-25
0 additions, 25 deletions
am/update-libs
with
0 additions
and
28 deletions
am/global-rules
+
0
−
3
View file @
9879fe4a
...
...
@@ -11,6 +11,3 @@ include $(top_srcdir)/am/sourcescheck
# add "check-log"-target to create automated build logs
include $(top_srcdir)/am/checklog
# automaticly update libs
include $(top_srcdir)/am/update-libs
This diff is collapsed.
Click to expand it.
am/update-libs
deleted
100644 → 0
+
0
−
25
View file @
517feee8
# -*- Makefile -*-
# $Id$
#
# -- update libs in an other directory --
#
# applications linking against local libraries should also depend on these libs
#
# app_SOURCE = app.cc
# app_LDADD = $(LOCAL_LIBS)
# app_DEPENDENCIES = $(LOCAL_LIBS)
#
# instead, you can also write
#
# app_SOURCE = app.cc
# app_LIBADD = $(LOCAL_LIBS)
#
LOCAL_LIBS = @LOCAL_LIBS@
%.la: MAKELIBS.force
cd $$(dirname $@) && $(MAKE) $$(basename $@)
MAKELIBS.force:
.PHONY: MAKELIBS.force
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