Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
e0c6370c
Commit
e0c6370c
authored
Nov 30, 2002
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed some checklink rules made unnecessary by the -z defs linker
flag.
parent
a6e50802
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1 addition
and
27 deletions
+1
-27
Makedll.rules.in
dlls/Makedll.rules.in
+1
-2
Maketest.rules.in
dlls/Maketest.rules.in
+0
-7
Makefile.in
programs/Makefile.in
+0
-2
Makeprog.rules.in
programs/Makeprog.rules.in
+0
-7
Makefile.in
programs/avitools/Makefile.in
+0
-9
No files found.
dlls/Makedll.rules.in
View file @
e0c6370c
...
...
@@ -57,8 +57,7 @@ $(WIN16_FILES:%=__checklink16__%): checklink16
checklink16:: $(MAINSPEC).o $(OBJS) $(MODULE).dbg.o dummy
$(CC) -o checklink $(CHECKLINK_RPATH:%=-Wl,-rpath,$(TOPOBJDIR)/%) $(TOPSRCDIR)/library/checklink.c $(MAINSPEC).o $(OBJS) $(MODULE).dbg.o -L$(DLLDIR) $(LDIMPORTS:%=-l%) $(ALL_LIBS) && $(RM) checklink
checklink:: $(MODULE)$(DLLEXT) $(SUBDIRS:%=%/__checklink__) $(WIN16_FILES:%=__checklink16__%)
$(CC) -o checklink $(CHECKLINK_RPATH:%=-Wl,-rpath,$(TOPOBJDIR)/%) $(TOPSRCDIR)/library/checklink.c $(MODULE)$(DLLEXT) && $(RM) checklink
checklink:: $(WIN16_FILES:%=__checklink16__%)
# Rules for testing
...
...
dlls/Maketest.rules.in
View file @
e0c6370c
...
...
@@ -47,13 +47,6 @@ $(MODULE): $(OBJS) $(RCOBJS) Makefile.in
$(TESTLIST): Makefile.in
$(TOPSRCDIR)/tools/make_ctests $(CTESTS) >$(TESTLIST) || $(RM) $(TESTLIST)
# Rules for checking that no imports are missing
CHECKLINK_RPATH = library
checklink:: $(MODULE).so $(SUBDIRS:%=%/__checklink__)
$(CC) -o checklink $(CHECKLINK_RPATH:%=-Wl,-rpath,$(TOPOBJDIR)/%) $(TOPSRCDIR)/library/checklink.c $(MODULE).so && $(RM) checklink
# Rules for testing
check test:: $(TESTRESULTS) $(SUBDIRS:%=%/__test__)
...
...
programs/Makefile.in
View file @
e0c6370c
...
...
@@ -112,8 +112,6 @@ clean::
# Rules for testing
checklink
::
$(SUBDIRS:%=%/__checklink__)
check test
::
$(SUBDIRS:%=%/__test__)
# Rules for symlinks
...
...
programs/Makeprog.rules.in
View file @
e0c6370c
...
...
@@ -39,13 +39,6 @@ $(BASEMODULE): $(WINEWRAPPER)
$(MODULE): $(ALL_OBJS) $(RCOBJS) Makefile.in
$(CC) $(ALL_OBJS) $(RCOBJS) -o $@ $(DELAYIMPORTS:%=-l%) $(IMPORTS:%=-l%) $(ALL_LIBS)
# Rules for checking that no imports are missing
CHECKLINK_RPATH = library
checklink:: $(MODULE).so $(SUBDIRS:%=%/__checklink__)
$(CC) -o checklink $(CHECKLINK_RPATH:%=-Wl,-rpath,$(TOPOBJDIR)/%) $(TOPSRCDIR)/library/checklink.c $(MODULE).so && $(RM) checklink
# Rules for testing
check test:: $(SUBDIRS:%=%/__test__)
...
...
programs/avitools/Makefile.in
View file @
e0c6370c
...
...
@@ -76,13 +76,4 @@ uninstall:: uninstall_prog$(DLLEXT)
clean
::
$(RM)
$
(
PROGRAMS:.exe
=)
# Rules for checking that no imports are missing
CHECKLINK_RPATH
=
library
checklink
::
$(PROGRAMS:%=%.so)
$(CC)
-o
checklink
$
(
CHECKLINK_RPATH:%
=
-Wl
,-rpath,
$(TOPOBJDIR)
/%
)
$(TOPSRCDIR)
/library/checklink.c aviinfo.exe.so
&&
$(RM)
checklink
$(CC)
-o
checklink
$
(
CHECKLINK_RPATH:%
=
-Wl
,-rpath,
$(TOPOBJDIR)
/%
)
$(TOPSRCDIR)
/library/checklink.c aviplay.exe.so
&&
$(RM)
checklink
$(CC)
-o
checklink
$
(
CHECKLINK_RPATH:%
=
-Wl
,-rpath,
$(TOPOBJDIR)
/%
)
$(TOPSRCDIR)
/library/checklink.c icinfo.exe.so
&&
$(RM)
checklink
### Dependencies:
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