Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
beac1940
Commit
beac1940
authored
Mar 02, 2005
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wineprefixcreate and related files need to be installed when doing an
install-lib.
parent
36e845ce
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
7 deletions
+10
-7
Makefile.in
Makefile.in
+3
-3
Makefile.in
tools/Makefile.in
+7
-4
No files found.
Makefile.in
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
...
...
tools/Makefile.in
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
...
...
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