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
77d5ebbb
Commit
77d5ebbb
authored
Mar 25, 2000
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Link ttydrv and x11drv objects into their respective dll.
parent
7b5a051a
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
53 additions
and
30 deletions
+53
-30
Make.rules.in
Make.rules.in
+3
-1
Makefile.in
Makefile.in
+13
-29
Makefile.in
dlls/ddraw/Makefile.in
+1
-0
Makefile.in
dlls/ttydrv/Makefile.in
+17
-0
Makefile.in
dlls/x11drv/Makefile.in
+19
-0
No files found.
Make.rules.in
View file @
77d5ebbb
...
...
@@ -72,6 +72,8 @@ mandir = @mandir@
prog_manext = 1
conf_manext = 5
includedir = @includedir@/wine
CLEAN_FILES = *.o *.a *.so *.ln \\\#*\\\# *~ *% .\\\#* *.bak *.orig *.rej *.flc \
*.spec.c *.glue.c y.tab.c y.tab.h lex.yy.c core
OBJS = $(SPEC_SRCS:.spec=.spec.o) $(C_SRCS:.c=.o) $(GEN_ASM_SRCS:.s=.o) \
$(ASM_SRCS:.S=.o) $(RC_SRCS:.rc=.o) $(GLUE:.c=.glue.o) $(EXTRA_OBJS)
...
...
@@ -251,7 +253,7 @@ depend:: $(MAKEDEP) $(C_SRCS) $(RC_SRCS) $(EXTRA_SRCS)
$(MAKEDEP) $(DIVINCL) -C$(SRCDIR) $(C_SRCS) $(RC_SRCS) $(EXTRA_SRCS)
clean::
$(RM)
*.o *.a *.so *.ln \#*\# *~ *% .\#* *.bak *.orig *.rej *.flc *.spec.c *.glue.c y.tab.c y.tab.h lex.yy.c core
$(GEN_ASM_SRCS) $(RC_SRCS:.rc=.s) $(RC_SRCS:.rc=.h) $(PROGRAMS)
$(RM)
$(CLEAN_FILES)
$(GEN_ASM_SRCS) $(RC_SRCS:.rc=.s) $(RC_SRCS:.rc=.h) $(PROGRAMS)
dummy:
...
...
Makefile.in
View file @
77d5ebbb
...
...
@@ -41,7 +41,6 @@ LIBSUBDIRS = \
graphics/enhmetafiledrv
\
graphics/metafiledrv
\
graphics/psdrv
\
graphics/ttydrv
\
graphics/win16drv
\
if1632
\
library
\
...
...
@@ -57,13 +56,7 @@ LIBSUBDIRS = \
resources
\
scheduler
\
win32
\
windows
\
windows/ttydrv
X11SUBDIRS
=
\
graphics/x11drv
\
tsx11
\
windows/x11drv
windows
EMUSUBDIRS
=
\
miscemu
\
...
...
@@ -84,20 +77,19 @@ PROGRAMS = \
BUILDSUBDIRS
=
\
$(TOOLSUBDIRS)
\
$(LIBSUBDIRS)
\
$(X11SUBDIRS)
\
$(DLLDIR)
\
$(EMUSUBDIRS)
\
$(PROGSUBDIRS)
\
$(DOCSUBDIRS)
# Sub-directories to run make depend into
DEPENDSUBDIRS
=
$(LIBSUBDIRS)
$(
X11SUBDIRS)
$(
DLLDIR)
$(EMUSUBDIRS)
$(DOCSUBDIRS)
DEPENDSUBDIRS
=
$(LIBSUBDIRS)
$(DLLDIR)
$(EMUSUBDIRS)
$(DOCSUBDIRS)
# Sub-directories to run make install into
INSTALLSUBDIRS
=
$(DLLDIR)
$(DOCSUBDIRS)
$(INCSUBDIRS)
# Sub-directories to run make lint into
LINTSUBDIRS
=
$(LIBSUBDIRS)
$(
X11SUBDIRS)
$(
DLLDIR)
$(EMUSUBDIRS)
$(DOCSUBDIRS)
LINTSUBDIRS
=
$(LIBSUBDIRS)
$(DLLDIR)
$(EMUSUBDIRS)
$(DOCSUBDIRS)
# Extra sub-directories to clean
CLEANSUBDIRS
=
dlls include include/bitmaps include/wine
...
...
@@ -116,7 +108,6 @@ LIBOBJS = \
graphics/enhmetafiledrv/enhmetafiledrv.o
\
graphics/metafiledrv/metafiledrv.o
\
graphics/psdrv/psdrv.o
\
graphics/ttydrv/ttydrv.o
\
graphics/win16drv/win16drv.o
\
if1632/if1632.o
\
loader/loader.o
\
...
...
@@ -131,20 +122,14 @@ LIBOBJS = \
resources/resources.o
\
scheduler/scheduler.o
\
win32/win32.o
\
windows/windows.o
\
windows/ttydrv/ttydrv.o
X11OBJS
=
\
graphics/x11drv/x11drv.o
\
tsx11/tsx11.o
\
windows/x11drv/x11drv.o
windows/windows.o
EMUOBJS
=
\
miscemu/miscemu.o
DLLOBJS
=
$
(
DLLS:%
=
dlls/lib%.@LIBEXT@
)
EXTRA_OBJS
=
$(LIBOBJS)
$(X11OBJS)
EXTRA_OBJS
=
$(LIBOBJS)
EMU_TARGET
=
@EMU_TARGET@
...
...
@@ -152,7 +137,6 @@ all: Make.rules $(PROGRAMS) $(EMU_TARGET)
@
echo
"Wine build complete."
LIBLINTS
=
$
(
LIBOBJS:.o
=
.ln
)
X11LINTS
=
$
(
X11OBJS:.o
=
.ln
)
EMULINTS
=
$
(
EMUOBJS:.o
=
.ln
)
lint
::
llib-lwine.ln $(EMULINTS)
...
...
@@ -172,8 +156,8 @@ wine wine.sym: lib$(MODULE).$(LIBEXT) $(DLLOBJS) $(EMUOBJS)
$(CC)
-o
wine
$(EMUOBJS)
$(DLL_LINK)
$(LDOPTIONS)
$(X_LIBS)
$(XLIB)
$(LIBS)
nm
-n
wine |
grep
-v
_compiled
>
wine.sym
llib-lwine.ln
:
$(LIBLINTS)
$(X11LINTS)
$(LINT)
$(ALLLINTFLAGS)
-owine
$(LIBLINTS)
$(X11LINTS)
llib-lwine.ln
:
$(LIBLINTS)
$(LINT)
$(ALLLINTFLAGS)
-owine
$(LIBLINTS)
install_so
:
lib$(MODULE).so.$(SOVERSION)
[
-d
$(libdir)
]
||
$(MKDIR)
$(libdir)
...
...
@@ -214,14 +198,14 @@ lib$(MODULE).a: $(OBJS) Makefile.in Make.rules.in
checklink
::
$(CC)
-o
checklink
$(TOPSRCDIR)
/library/checklink.c
-L
.
-lwine
$(LDOPTIONS)
$(X_LIBS)
$(XLIB)
$(LIBS)
&&
$(RM)
checklink
$(
X11OBJS) $(
EMUOBJS) $(LIBOBJS) $(DLLOBJS) $(PROGRAMS)
:
$(TOOLSUBDIRS) dummy
$(EMUOBJS) $(LIBOBJS) $(DLLOBJS) $(PROGRAMS)
:
$(TOOLSUBDIRS) dummy
@
cd
`
dirname
$@
`
&&
$(MAKE)
`
basename
$@
`
$(BUILDSUBDIRS)
:
dummy
@
cd
$@
&&
$(MAKE)
$(LIBLINTS) $(
X11LINTS) $(
EMULINTS)
:
dummy
@
echo
$@
|
sed
's%\(.*\)\/[^\/]*%cd \1 \&\& make lint%'
| sh
$(LIBLINTS) $(EMULINTS)
:
dummy
@
cd
`
dirname
$@
`
&&
$(MAKE)
lint
install_programs
:
dummy
@
cd
programs
&&
$(MAKE)
install
...
...
@@ -254,9 +238,9 @@ htmlpages:
for
i
in
$(LIBSUBDIRS)
;
do
(
cd
$$
i
&&
$(MAKE)
html
)
;
done
clean
::
for
i
in
$(BUILDSUBDIRS)
;
do
(
cd
$$
i
;
$(MAKE)
clean
)
||
exit
1
;
done
for
i
in
$(CLEANSUBDIRS)
;
do
(
cd
$$
i
;
$(RM)
*
.o
\#
*
\#
.#
*
*
~
*
%
*
.bak
*
.orig
*
.rej
*
.flc
)
;
done
$(RM)
wine wine.sym libwine.so.1.0 TAGS
.#
*
for
i
in
$(BUILDSUBDIRS)
;
do
(
cd
$$
i
&&
$(MAKE)
clean
)
||
exit
1
;
done
for
i
in
$(CLEANSUBDIRS)
;
do
(
cd
$$
i
&&
$(RM)
$(CLEAN_FILES)
)
;
done
$(RM)
wine wine.sym libwine.so.1.0 TAGS
distclean
:
clean
$(RM)
config.
*
Make.rules dlls/Makedll.rules include/config.h documentation/wine.man documentation/wine.conf.man
...
...
dlls/ddraw/Makefile.in
View file @
77d5ebbb
...
...
@@ -4,6 +4,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
ddraw
SOVERSION
=
1.0
IMPORTS
=
x11drv
SPEC_SRCS
=
ddraw.spec
...
...
dlls/ttydrv/Makefile.in
View file @
77d5ebbb
...
...
@@ -10,7 +10,24 @@ SPEC_SRCS = ttydrv.spec
C_SRCS
=
\
ttydrv_main.c
EXTRA_OBJS
=
\
$(TOPOBJDIR)
/graphics/ttydrv/ttydrv.o
\
$(TOPOBJDIR)
/windows/ttydrv/ttydrv.o
SUBDIRS
=
\
$(TOPOBJDIR)
/graphics/ttydrv
\
$(TOPOBJDIR)
/windows/ttydrv
@MAKE_DLL_RULES@
$(EXTRA_OBJS)
:
$(TOOLSUBDIRS) dummy
@
cd
`
dirname
$@
`
&&
$(MAKE)
`
basename
$@
`
depend
::
for
i
in
$(SUBDIRS)
;
do
(
cd
$$
i
&&
$(MAKE)
depend
)
||
exit
1
;
done
clean
::
for
i
in
$(SUBDIRS)
;
do
(
cd
$$
i
&&
$(MAKE)
clean
)
||
exit
1
;
done
### Dependencies:
dlls/x11drv/Makefile.in
View file @
77d5ebbb
...
...
@@ -10,7 +10,26 @@ SPEC_SRCS = x11drv.spec
C_SRCS
=
\
x11drv_main.c
EXTRA_OBJS
=
\
$(TOPOBJDIR)
/graphics/x11drv/x11drv.o
\
$(TOPOBJDIR)
/tsx11/tsx11.o
\
$(TOPOBJDIR)
/windows/x11drv/x11drv.o
SUBDIRS
=
\
$(TOPOBJDIR)
/graphics/x11drv
\
$(TOPOBJDIR)
/tsx11
\
$(TOPOBJDIR)
/windows/x11drv
@MAKE_DLL_RULES@
$(EXTRA_OBJS)
:
$(TOOLSUBDIRS) dummy
@
cd
`
dirname
$@
`
&&
$(MAKE)
`
basename
$@
`
depend
::
for
i
in
$(SUBDIRS)
;
do
(
cd
$$
i
&&
$(MAKE)
depend
)
||
exit
1
;
done
clean
::
for
i
in
$(SUBDIRS)
;
do
(
cd
$$
i
&&
$(MAKE)
clean
)
||
exit
1
;
done
### 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