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
ebe555d1
Commit
ebe555d1
authored
Jul 02, 2013
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
makefiles: Avoid wildcard substitutions that are broken in BSD make.
parent
b75f5c72
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
Make.rules.in
Make.rules.in
+5
-4
Makefile.in
tools/Makefile.in
+1
-1
No files found.
Make.rules.in
View file @
ebe555d1
...
...
@@ -25,9 +25,10 @@ IDL_GEN_HEADERS = $(IDL_H_SRCS:.idl=.h) $(IDL_C_SRCS:.idl=.h) $(IDL_I_SRCS:.idl=
$(IDL_P_SRCS:.idl=.h) $(IDL_S_SRCS:.idl=.h)
CLEAN_FILES = *.o *.a *.so *.mo *.ln *.res *.fake core
CLEAN_TARGETS = $(IDL_GEN_C_SRCS) $(IDL_GEN_HEADERS) $(IDL_TLB_SRCS:.idl=.tlb) $(IDL_P_SRCS:%=dlldata.c) \
CLEAN_TARGETS = $(IDL_GEN_C_SRCS) $(IDL_GEN_HEADERS) \
$(IDL_TLB_SRCS:.idl=.tlb) $(IDL_P_SRCS:.idl=_p.c dlldata.c) \
$(BISON_SRCS:.y=.tab.c) $(BISON_SRCS:.y=.tab.h) $(LEX_SRCS:.l=.yy.c) \
$(PO_SRCS:
%=rsrc.pot) $(MC_SRCS:%=
msg.pot) $(XTEMPLATE_SRCS:.x=.h)
$(PO_SRCS:
.rc=.res rsrc.pot) $(MC_SRCS:.mc=.res
msg.pot) $(XTEMPLATE_SRCS:.x=.h)
OBJS = $(C_SRCS:.c=.o) $(BISON_SRCS:.y=.tab.o) $(LEX_SRCS:.l=.yy.o) $(IDL_GEN_C_SRCS:.c=.o) $(OBJC_SRCS:.m=.o) \
$(IDL_R_SRCS:.idl=_r.res) $(IDL_TLB_RES) $(RC_SRCS:.rc=.res) $(MC_SRCS:.mc=.res) $(EXTRA_OBJS)
...
...
@@ -162,8 +163,8 @@ install-man-pages:: $(MANPAGE) $(DESTDIR)$(mandir)/man$(prog_manext)
uninstall-man-pages::
$(RM) $(DESTDIR)$(mandir)/man$(prog_manext)/$(MANPAGE:.man=).$(prog_manext)
install:: @WOW64_DISABLE@ $(MANPAGE:
%=
install-man-pages)
uninstall:: @WOW64_DISABLE@ $(MANPAGE:
%=
uninstall-man-pages)
install:: @WOW64_DISABLE@ $(MANPAGE:
.man=.man.in
install-man-pages)
uninstall:: @WOW64_DISABLE@ $(MANPAGE:
.man=.man.in
uninstall-man-pages)
# Rules for cleaning
...
...
tools/Makefile.in
View file @
ebe555d1
...
...
@@ -41,7 +41,7 @@ all: makedep$(EXEEXT) $(PROGRAMS)
@MAKE_RULES@
makedep
$(EXEEXT) $(EXEEXT
:
%=makedep
): makedep.o
makedep
$(EXEEXT
:
%=makedep%
): makedep.o
$(CC)
$(CFLAGS)
-o
$@
makedep.o
$(LDFLAGS)
make_ctests$(EXEEXT)
:
make_ctests.o
...
...
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