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
Alexey Alyaev
wine
Commits
beac1940
Commit
beac1940
authored
20 years ago
by
Alexandre Julliard
Browse files
Options
Downloads
Patches
Plain Diff
wineprefixcreate and related files need to be installed when doing an
install-lib.
parent
36e845ce
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
Makefile.in
+3
-3
3 additions, 3 deletions
Makefile.in
tools/Makefile.in
+7
-4
7 additions, 4 deletions
tools/Makefile.in
with
10 additions
and
7 deletions
Makefile.in
+
3
−
3
View file @
beac1940
...
...
@@ -49,10 +49,10 @@ INSTALLLIBSUBDIRS = \
server
# Sub-directories to install for install-dev
INSTALLDEVSUBDIRS
=
include
tools
INSTALLDEVSUBDIRS
=
include
# Sub-directories to install for both install-lib and install-dev
INSTALLBOTHSUBDIRS
=
dlls libs
INSTALLBOTHSUBDIRS
=
dlls libs
tools
INSTALLSUBDIRS
=
$(
INSTALLDEVSUBDIRS
)
$(
INSTALLLIBSUBDIRS
)
...
...
@@ -119,7 +119,7 @@ include/__install__: include libs tools
libs/__install-lib__ libs/__install-dev__
:
libs
fonts/__install__ loader/__install__ server/__install__
:
libs tools
programs/__install__
:
libs tools include dlls/__install-lib__
tools/__install__
:
tools
tools/__install
-lib__ tools/__install-dev
__
:
tools
$(SUBDIRS
:
%=%/__depend__): tools include
...
...
This diff is collapsed.
Click to expand it.
tools/Makefile.in
+
7
−
4
View file @
beac1940
...
...
@@ -59,15 +59,18 @@ wineprefixcreate: wineprefixcreate.in
sed
-e
's,@dlldir\@,
$(
dlldir
)
,g'
-e
's,@datadir\@,
$(
datadir
)
,g'
$(
SRCDIR
)
/wineprefixcreate.in
>
$@
||
(
$(
RM
)
$@
&&
false
)
chmod
+x wineprefixcreate
install
::
wineprefixcreate
$(
MKINSTALLDIRS
)
$(
bindir
)
$(
mandir
)
/man
$(
prog_manext
)
$(
datadir
)
/wine
$(
datadir
)
/applications
$(
INSTALL_SCRIPT
)
$(
SRCDIR
)
/winemaker
$(
bindir
)
/winemaker
install install-lib
::
wineprefixcreate
$(
MKINSTALLDIRS
)
$(
bindir
)
$(
datadir
)
/wine
$(
datadir
)
/applications
$(
INSTALL_SCRIPT
)
wineprefixcreate
$(
bindir
)
/wineprefixcreate
$(
INSTALL_DATA
)
$(
SRCDIR
)
/winemaker.man
$(
mandir
)
/man
$(
prog_manext
)
/winemaker.
$(
prog_manext
)
$(
INSTALL_DATA
)
$(
SRCDIR
)
/wine.inf
$(
datadir
)
/wine/wine.inf
$(
INSTALL_DATA
)
$(
SRCDIR
)
/wine.desktop
$(
datadir
)
/applications/wine.desktop
-$(
UPDATE_DESKTOP_DATABASE
)
install install-dev
::
$(INSTALLSUBDIRS:%=%/__install__)
$(
MKINSTALLDIRS
)
$(
bindir
)
$(
mandir
)
/man
$(
prog_manext
)
$(
INSTALL_SCRIPT
)
$(
SRCDIR
)
/winemaker
$(
bindir
)
/winemaker
$(
INSTALL_DATA
)
$(
SRCDIR
)
/winemaker.man
$(
mandir
)
/man
$(
prog_manext
)
/winemaker.
$(
prog_manext
)
uninstall
::
$(
RM
)
$(
bindir
)
/winemaker
$(
bindir
)
/wineprefixcreate
$(
mandir
)
/man
$(
prog_manext
)
/winemaker.
$(
prog_manext
)
\
$(
datadir
)
/wine/wine.inf
$(
datadir
)
/applications/wine.desktop
...
...
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