Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
wine
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package registry
Container Registry
Model registry
Operate
Terraform modules
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
Zsolt Vadász
wine
Commits
80a9a065
Commit
80a9a065
authored
18 years ago
by
Alexandre Julliard
Browse files
Options
Downloads
Patches
Plain Diff
makefiles: Get rid of the checklink rules, they no longer work.
parent
588c782a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
Make.rules.in
+0
-7
0 additions, 7 deletions
Make.rules.in
Makefile.in
+0
-2
0 additions, 2 deletions
Makefile.in
dlls/Makedll.rules.in
+0
-16
0 additions, 16 deletions
dlls/Makedll.rules.in
dlls/Makefile.in
+0
-2
0 additions, 2 deletions
dlls/Makefile.in
dlls/checklink.c
+0
-4
0 additions, 4 deletions
dlls/checklink.c
with
0 additions
and
31 deletions
Make.rules.in
+
0
−
7
View file @
80a9a065
...
...
@@ -263,13 +263,6 @@ $(INSTALLDIRS):
$(SUBDIRS:%=%/__install__) $(SUBDIRS:%=%/__uninstall__) \
$(SUBDIRS:%=%/__install-lib__) $(SUBDIRS:%=%/__install-dev__)
# Rules for checking that no imports are missing
$(SUBDIRS:%=%/__checklink__): dummy
@cd `dirname $@` && $(MAKE) checklink
.PHONY: checklink $(SUBDIRS:%=%/__checklink__)
# Rules for testing
$(SUBDIRS:%=%/__test__): dummy
...
...
This diff is collapsed.
Click to expand it.
Makefile.in
+
0
−
2
View file @
80a9a065
...
...
@@ -107,8 +107,6 @@ $(SUBDIRS:%=%/__depend__): tools include
# Test rules
checklink
::
$(TESTSUBDIRS:%=%/__checklink__)
check test
::
$(TESTSUBDIRS:%=%/__test__)
$(TESTSUBDIRS
:
%=%/__test__): wine
...
...
This diff is collapsed.
Click to expand it.
dlls/Makedll.rules.in
+
0
−
16
View file @
80a9a065
...
...
@@ -62,28 +62,12 @@ lib$(BASEMODULE).a: $(SPEC_DEF) $(IMPLIB_OBJS)
$(SUBDIRS): implib
# Rules for checking that no imports are missing
.PHONY: checklink16 $(WIN16_FILES:%=__checklink16__%)
$(WIN16_FILES:%=__checklink16__%): checklink16
checklink16:: $(MAINSPEC).o $(OBJS) dummy
$(CC) -o checklink -Wl,-rpath,$(TOPOBJDIR)/libs $(TOPSRCDIR)/dlls/checklink.c $(MAINSPEC).o $(OBJS) -L$(DLLDIR) $(ALL_LIBS) -lwinecrt0 -lm && $(RM) checklink $(MAINSPEC).o
checklink:: $(WIN16_FILES:%=__checklink16__%)
# Rules for testing
check test:: $(SUBDIRS:%=%/__test__)
crosstest:: $(SUBDIRS:%=%/__crosstest__)
# Rule to explicitly generate the .spec.s for debugging
$(MAINSPEC).s $(MAINSPEC).o: $(MAINSPEC) $(ALL_OBJS)
$(WINEBUILD) $(WINEBUILDFLAGS) --dll -o $@ --export $(SRCDIR)/$(MAINSPEC) $(SUBSYSTEM:%=--subsystem %) $(ALL_OBJS) $(DLL_LDPATH) $(ALL_IMPORTS:%=-l%) $(DELAYIMPORTS:%=-d%) $(DLLDIR)/libwinecrt0.a
# Rules for auto documentation
man: $(C_SRCS)
...
...
This diff is collapsed.
Click to expand it.
dlls/Makefile.in
+
0
−
2
View file @
80a9a065
...
...
@@ -981,6 +981,4 @@ check test:: $(BUILDSUBDIRS:%=%/__test__)
crosstest
::
$(BUILDSUBDIRS:%=%/__crosstest__)
checklink
::
$(BUILDSUBDIRS:%=%/__checklink__)
### Dependencies:
This diff is collapsed.
Click to expand it.
dlls/checklink.c
deleted
100644 → 0
+
0
−
4
View file @
588c782a
int
main
(
void
)
{
return
0
;
}
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