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
5cf75e61
Commit
5cf75e61
authored
Aug 28, 2006
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
makefiles: Only run test and documentation targets in directories that need them.
parent
27959beb
Show whitespace changes
Inline
Side-by-side
Showing
58 changed files
with
108 additions
and
187 deletions
+108
-187
Make.rules.in
Make.rules.in
+30
-9
Makefile.in
Makefile.in
+0
-3
Makefile.in
dlls/Makefile.in
+58
-26
Makeimplib.rules.in
dlls/Makeimplib.rules.in
+0
-6
Maketest.rules.in
dlls/Maketest.rules.in
+1
-1
Makefile.in
dlls/advapi32/Makefile.in
+0
-2
Makefile.in
dlls/advpack/Makefile.in
+0
-2
Makefile.in
dlls/cabinet/Makefile.in
+0
-2
Makefile.in
dlls/comcat/Makefile.in
+0
-2
Makefile.in
dlls/comctl32/Makefile.in
+0
-2
Makefile.in
dlls/comdlg32/Makefile.in
+0
-2
Makefile.in
dlls/crypt32/Makefile.in
+0
-2
Makefile.in
dlls/d3d8/Makefile.in
+0
-2
Makefile.in
dlls/d3d9/Makefile.in
+0
-2
Makefile.in
dlls/ddraw/Makefile.in
+0
-2
Makefile.in
dlls/dinput/Makefile.in
+0
-2
Makefile.in
dlls/dnsapi/Makefile.in
+0
-2
Makefile.in
dlls/dsound/Makefile.in
+0
-2
Makefile.in
dlls/gdi/Makefile.in
+0
-2
Makefile.in
dlls/hlink/Makefile.in
+0
-2
Makefile.in
dlls/infosoft/Makefile.in
+0
-2
Makefile.in
dlls/iphlpapi/Makefile.in
+0
-2
Makefile.in
dlls/kernel/Makefile.in
+1
-1
Makefile.in
dlls/lz32/Makefile.in
+0
-2
make_dlls
dlls/make_dlls
+18
-39
Makefile.in
dlls/mapi32/Makefile.in
+0
-2
Makefile.in
dlls/mlang/Makefile.in
+0
-2
Makefile.in
dlls/msacm32/Makefile.in
+0
-2
Makefile.in
dlls/mscms/Makefile.in
+0
-2
Makefile.in
dlls/mshtml/Makefile.in
+0
-2
Makefile.in
dlls/msi/Makefile.in
+0
-2
Makefile.in
dlls/msvcrt/Makefile.in
+0
-2
Makefile.in
dlls/msvcrtd/Makefile.in
+0
-2
Makefile.in
dlls/msxml3/Makefile.in
+0
-2
Makefile.in
dlls/netapi32/Makefile.in
+0
-2
Makefile.in
dlls/ntdll/Makefile.in
+0
-2
Makefile.in
dlls/ole32/Makefile.in
+0
-2
Makefile.in
dlls/oleaut32/Makefile.in
+0
-2
Makefile.in
dlls/psapi/Makefile.in
+0
-2
Makefile.in
dlls/quartz/Makefile.in
+0
-2
Makefile.in
dlls/riched20/Makefile.in
+0
-2
Makefile.in
dlls/rpcrt4/Makefile.in
+0
-2
Makefile.in
dlls/rsabase/Makefile.in
+0
-2
Makefile.in
dlls/rsaenh/Makefile.in
+0
-2
Makefile.in
dlls/secur32/Makefile.in
+0
-2
Makefile.in
dlls/setupapi/Makefile.in
+0
-2
Makefile.in
dlls/shdocvw/Makefile.in
+0
-2
Makefile.in
dlls/shell32/Makefile.in
+0
-2
Makefile.in
dlls/shlwapi/Makefile.in
+0
-2
Makefile.in
dlls/urlmon/Makefile.in
+0
-2
Makefile.in
dlls/user/Makefile.in
+0
-2
Makefile.in
dlls/usp10/Makefile.in
+0
-2
Makefile.in
dlls/uxtheme/Makefile.in
+0
-2
Makefile.in
dlls/version/Makefile.in
+0
-2
Makefile.in
dlls/wininet/Makefile.in
+0
-2
Makefile.in
dlls/winmm/Makefile.in
+0
-2
Makefile.in
dlls/winspool.drv/Makefile.in
+0
-2
Makefile.in
dlls/ws2_32/Makefile.in
+0
-2
No files found.
Make.rules.in
View file @
5cf75e61
...
...
@@ -225,18 +225,13 @@ depend: $(IDL_SRCS:.idl=.h) $(SUBDIRS:%=%/__depend__)
$(SUBDIRS:%=%/__clean__): dummy
@cd `dirname $@` && $(MAKE) clean
$(SUBDIRS:%=%/__testclean__): dummy
@cd `dirname $@` && $(MAKE) testclean
$(EXTRASUBDIRS:%=%/__clean__): dummy
-cd `dirname $@` && $(RM) $(CLEAN_FILES)
testclean:: $(SUBDIRS:%=%/__testclean__)
clean:: $(SUBDIRS:%=%/__clean__) $(EXTRASUBDIRS:%=%/__clean__)
$(RM) $(CLEAN_FILES) $(IDL_SRCS:.idl=.h) $(IDL_SRCS:.idl=_c.c) $(IDL_SRCS:.idl=_i.c) $(IDL_SRCS:.idl=_p.c) $(IDL_SRCS:.idl=_s.c) $(IDL_TLB_SRCS:.idl=.tlb) $(PROGRAMS) $(RC_BINARIES) $(MANPAGES)
.PHONY: clean
testclean $(SUBDIRS:%=%/__clean__) $(SUBDIRS:%=%/__test
clean__) $(EXTRASUBDIRS:%=%/__clean__)
.PHONY: clean
$(SUBDIRS:%=%/__
clean__) $(EXTRASUBDIRS:%=%/__clean__)
# Rules for installing
...
...
@@ -265,13 +260,39 @@ $(INSTALLDIRS):
# Rules for testing
$(SUBDIRS:%=%/__test__): dummy
$(
TEST
SUBDIRS:%=%/__test__): dummy
@cd `dirname $@` && $(MAKE) test
$(SUBDIRS:%=%/__crosstest__): dummy
$(
TEST
SUBDIRS:%=%/__crosstest__): dummy
@cd `dirname $@` && $(MAKE) crosstest
.PHONY: check test crosstest $(SUBDIRS:%=%/__test__) $(SUBDIRS:%=%/__crosstest__)
$(TESTSUBDIRS:%=%/__testclean__): dummy
@cd `dirname $@` && $(MAKE) testclean
check test:: $(TESTSUBDIRS:%=%/__test__)
crosstest:: $(TESTSUBDIRS:%=%/__crosstest__)
testclean:: $(TESTSUBDIRS:%=%/__testclean__)
.PHONY: check test testclean crosstest $(TESTSUBDIRS:%=%/__test__) $(TESTSUBDIRS:%=%/__crosstest__) $(TESTSUBDIRS:%=%/__testclean__)
# Rules for auto documentation
$(DOCSUBDIRS:%=%/__man__): dummy
@cd `dirname $@` && $(MAKE) man
$(DOCSUBDIRS:%=%/__doc_html__): dummy
@cd `dirname $@` && $(MAKE) doc-html
$(DOCSUBDIRS:%=%/__doc_sgml__): dummy
@cd `dirname $@` && $(MAKE) doc-sgml
man: $(DOCSUBDIRS:%=%/__man__)
doc-html: $(DOCSUBDIRS:%=%/__doc_html__)
doc-sgml: $(DOCSUBDIRS:%=%/__doc_sgml__)
.PHONY: man doc-html doc-sgml $(DOCSUBDIRS:%=%/__man__) $(DOCSUBDIRS:%=%/__doc_html__) $(DOCSUBDIRS:%=%/__doc_sgml__)
# Misc. rules
...
...
Makefile.in
View file @
5cf75e61
...
...
@@ -107,10 +107,7 @@ $(SUBDIRS:%=%/__depend__): tools include
# Test rules
check test
::
$(TESTSUBDIRS:%=%/__test__)
$(TESTSUBDIRS
:
%=%/__test__): wine
crosstest
::
$(TESTSUBDIRS:%=%/__crosstest__)
$(TESTSUBDIRS
:
%=%/__crosstest__): tools include
# Misc rules
...
...
dlls/Makefile.in
View file @
5cf75e61
...
...
@@ -207,18 +207,73 @@ IMPLIBSUBDIRS = \
uuid
\
winecrt0
TESTSUBDIRS
=
\
advapi32/tests
\
advpack/tests
\
cabinet/tests
\
comcat/tests
\
comctl32/tests
\
comdlg32/tests
\
crypt32/tests
\
d3d8/tests
\
d3d9/tests
\
ddraw/tests
\
dinput/tests
\
dnsapi/tests
\
dsound/tests
\
gdi/tests
\
hlink/tests
\
infosoft/tests
\
iphlpapi/tests
\
kernel/tests
\
lz32/tests
\
mapi32/tests
\
mlang/tests
\
msacm32/tests
\
mscms/tests
\
mshtml/tests
\
msi/tests
\
msvcrt/tests
\
msvcrtd/tests
\
msxml3/tests
\
netapi32/tests
\
ntdll/tests
\
ole32/tests
\
oleaut32/tests
\
psapi/tests
\
quartz/tests
\
riched20/tests
\
rpcrt4/tests
\
rsabase/tests
\
rsaenh/tests
\
secur32/tests
\
setupapi/tests
\
shdocvw/tests
\
shell32/tests
\
shlwapi/tests
\
urlmon/tests
\
user/tests
\
usp10/tests
\
uxtheme/tests
\
version/tests
\
wininet/tests
\
winmm/tests
\
winspool.drv/tests
\
ws2_32/tests
SUBDIRS
=
\
$(BASEDIRS)
\
$(IMPLIBSUBDIRS)
\
$(TESTSUBDIRS)
\
glu32
\
glut32
\
opengl32
\
wined3d
\
winex11.drv
BUILDSUBDIRS
=
$(BASEDIRS)
$(EXTRA
DIRS)
INSTALLSUBDIRS
=
$(BUILDSUBDIRS)
$(IMPLIBSUB
DIRS)
BUILDSUBDIRS
=
$(BASEDIRS)
$(EXTRADIRS)
$(TESTSUB
DIRS)
INSTALLSUBDIRS
=
$(BASEDIRS)
$(EXTRADIRS)
$(IMPLIBSUBDIRS)
DOCSUBDIRS
=
$(BASEDIRS)
$(EXTRA
DIRS)
@MAKE_RULES@
...
...
@@ -946,25 +1001,6 @@ strmiids/libstrmiids.a: strmiids
uuid/libuuid.a
:
uuid
winecrt0/libwinecrt0.a
:
winecrt0
# Rules for auto documentation
$(SUBDIRS
:
%=%/__man__): dummy
cd
`
dirname
$@
`
&&
$(MAKE)
man
man
:
$(SUBDIRS:%=%/__man__)
$(SUBDIRS
:
%=%/__doc_html__): dummy
cd
`
dirname
$@
`
&&
$(MAKE)
doc-html
doc-html
:
$(SUBDIRS:%=%/__doc_html__)
$(SUBDIRS
:
%=%/__doc_sgml__): dummy
cd
`
dirname
$@
`
&&
$(MAKE)
doc-sgml
doc-sgml
:
$(SUBDIRS:%=%/__doc_sgml__)
.PHONY
:
man doc-html doc-sgml $(SUBDIRS:%=%/__man__) $(SUBDIRS:%=%/__doc_html__) $(SUBDIRS:%=%/__doc_sgml__)
# Misc rules
install-lib
::
$(INSTALLSUBDIRS:%=%/__install-lib__)
...
...
@@ -977,8 +1013,4 @@ uninstall::
clean
::
$(RM)
$(IMPORT_SYMLINKS)
$(WIN16_FILES)
check test
::
$(BUILDSUBDIRS:%=%/__test__)
crosstest
::
$(BUILDSUBDIRS:%=%/__crosstest__)
### Dependencies:
dlls/Makeimplib.rules.in
View file @
5cf75e61
...
...
@@ -31,10 +31,4 @@ install-lib::
uninstall::
$(RM) $(DESTDIR)$(dlldir)/$(MODULE)
# Misc. rules
.PHONY: man doc-html doc-sgml
man doc-html doc-sgml:
# End of global library rules
dlls/Maketest.rules.in
View file @
5cf75e61
...
...
@@ -49,7 +49,7 @@ depend: $(TESTLIST)
# Rules for testing
check test:: $(TESTRESULTS)
$(SUBDIRS:%=%/__test__)
check test:: $(TESTRESULTS)
$(TESTRESULTS): $(MODULE)$(DLLEXT) ../$(TESTDLL)$(DLLEXT)
...
...
dlls/advapi32/Makefile.in
View file @
5cf75e61
...
...
@@ -22,8 +22,6 @@ C_SRCS = \
security.c
\
service.c
SUBDIRS
=
tests
@MAKE_DLL_RULES@
### Dependencies:
dlls/advpack/Makefile.in
View file @
5cf75e61
...
...
@@ -12,8 +12,6 @@ C_SRCS = \
install.c
\
reg.c
SUBDIRS
=
tests
@MAKE_DLL_RULES@
### Dependencies:
dlls/cabinet/Makefile.in
View file @
5cf75e61
...
...
@@ -13,8 +13,6 @@ C_SRCS = \
RC_SRCS
=
cabinet.rc
SUBDIRS
=
tests
@MAKE_DLL_RULES@
### Dependencies:
dlls/comcat/Makefile.in
View file @
5cf75e61
...
...
@@ -17,8 +17,6 @@ C_SRCS = \
RC_SRCS
=
\
version.rc
SUBDIRS
=
tests
@MAKE_DLL_RULES@
### Dependencies:
dlls/comctl32/Makefile.in
View file @
5cf75e61
...
...
@@ -64,8 +64,6 @@ RC_BINARIES = \
idi_tt_warn_sm.ico
\
idt_check.bmp
SUBDIRS
=
tests
@MAKE_DLL_RULES@
### Dependencies:
dlls/comdlg32/Makefile.in
View file @
5cf75e61
...
...
@@ -44,8 +44,6 @@ RC_BINARIES = \
pd32_nocollate.ico
\
pd32_portrait.ico
SUBDIRS
=
tests
@MAKE_DLL_RULES@
### Dependencies:
dlls/crypt32/Makefile.in
View file @
5cf75e61
...
...
@@ -25,8 +25,6 @@ C_SRCS = \
RC_SRCS
=
crypt32.rc
SUBDIRS
=
tests
@MAKE_DLL_RULES@
### Dependencies:
dlls/d3d8/Makefile.in
View file @
5cf75e61
...
...
@@ -27,8 +27,6 @@ C_SRCS = \
RC_SRCS
=
version.rc
SUBDIRS
=
tests
@MAKE_DLL_RULES@
### Dependencies:
dlls/d3d9/Makefile.in
View file @
5cf75e61
...
...
@@ -29,8 +29,6 @@ C_SRCS = \
RC_SRCS
=
version.rc
SUBDIRS
=
tests
@MAKE_DLL_RULES@
### Dependencies:
dlls/ddraw/Makefile.in
View file @
5cf75e61
...
...
@@ -31,8 +31,6 @@ C_SRCS = \
RC_SRCS
=
version.rc
SUBDIRS
=
tests
@MAKE_DLL_RULES@
### Dependencies:
dlls/dinput/Makefile.in
View file @
5cf75e61
...
...
@@ -22,8 +22,6 @@ IMPLIB_SRCS = data_formats.c
RC_SRCS
=
version.rc
SUBDIRS
=
tests
@MAKE_DLL_RULES@
### Dependencies:
dlls/dnsapi/Makefile.in
View file @
5cf75e61
...
...
@@ -15,8 +15,6 @@ C_SRCS = \
query.c
\
record.c
SUBDIRS
=
tests
@MAKE_DLL_RULES@
### Dependencies:
dlls/dsound/Makefile.in
View file @
5cf75e61
...
...
@@ -21,8 +21,6 @@ C_SRCS = \
RC_SRCS
=
version.rc
SUBDIRS
=
tests
@MAKE_DLL_RULES@
### Dependencies:
dlls/gdi/Makefile.in
View file @
5cf75e61
...
...
@@ -62,8 +62,6 @@ C_SRCS16 = \
RC_SRCS
=
version.rc
RC_SRCS16
=
version16.rc
SUBDIRS
=
tests
EXTRASUBDIRS
=
\
enhmfdrv
\
mfdrv
...
...
dlls/hlink/Makefile.in
View file @
5cf75e61
...
...
@@ -13,8 +13,6 @@ C_SRCS = \
hlink_main.c
\
link.c
SUBDIRS
=
tests
@MAKE_DLL_RULES@
### Dependencies:
dlls/infosoft/Makefile.in
View file @
5cf75e61
...
...
@@ -11,8 +11,6 @@ C_SRCS = \
infosoft_main.c
\
wordbreaker.c
SUBDIRS
=
tests
@MAKE_DLL_RULES@
### Dependencies:
dlls/iphlpapi/Makefile.in
View file @
5cf75e61
...
...
@@ -12,8 +12,6 @@ C_SRCS = \
iphlpapi_main.c
\
ipstats.c
SUBDIRS
=
tests
@MAKE_DLL_RULES@
### Dependencies:
dlls/kernel/Makefile.in
View file @
5cf75e61
...
...
@@ -93,7 +93,7 @@ MC_SRCS = \
messages/winerr_enu.mc
EXTRA_OBJS
=
relay16asm.o
SUBDIRS
=
tests
EXTRASUBDIRS
=
messages nls
@MAKE_DLL_RULES@
...
...
dlls/lz32/Makefile.in
View file @
5cf75e61
...
...
@@ -10,8 +10,6 @@ C_SRCS = lzexpand_main.c
C_SRCS16
=
lzexpand16.c
SPEC_SRCS16
=
lzexpand.spec
SUBDIRS
=
tests
@MAKE_DLL_RULES@
### Dependencies:
dlls/make_dlls
View file @
5cf75e61
...
...
@@ -56,6 +56,10 @@ sub update_file($)
{
rename
"$file.new"
,
"$file"
;
print
"$file updated\n"
;
if
(
-
x
"./config.status"
&&
$file
=~
/(.*Makefile)\.in$/
)
{
system
"./config.status"
,
$1
;
}
}
}
...
...
@@ -63,17 +67,17 @@ sub update_file($)
if
(
!
-
f
"configure.ac"
&&
-
f
"../configure.ac"
)
{
chdir
(
".."
);
}
my
@args
=
@ARGV
;
if
(
!
@args
)
{
@args
=
split
/\s/
,
`find dlls -name Makefile.in -print`
;
}
if
(
!
@args
)
{
@args
=
map
{
s/^(.*)\.in/$1/
;
$_
;
}
split
(
/\s/
,
`find dlls -name Makefile.in -print`
)
;
}
foreach
my
$i
(
@args
)
{
if
(
$i
=~
/dlls\/(.*)\/tests\/Makefile
.in
/
)
if
(
$i
=~
/dlls\/(.*)\/tests\/Makefile/
)
{
$testdirs
{
$1
}
=
"$1/tests"
;
next
;
}
open
MAKE
,
$i
or
die
"cannot open $i
\n"
;
open
MAKE
,
"$i.in"
or
die
"cannot open $i.in
\n"
;
my
$module
=
undef
;
my
$dir
=
$i
;
...
...
@@ -165,23 +169,21 @@ foreach my $dir (sort values %directories)
printf
NEWMAKE
" \\\n\t%s"
,
$dir
;
}
printf
NEWMAKE
"\n\nIMPLIBSUBDIRS ="
;
foreach
my
$dir
(
sort
values
%
staticlib_dirs
)
{
printf
NEWMAKE
" \\\n\t%s"
,
$dir
;
}
print
NEWMAKE
"\n\nIMPLIBSUBDIRS = \\\n\t"
;
print
NEWMAKE
join
" \\\n\t"
,
sort
values
%
staticlib_dirs
;
printf
NEWMAKE
"\n\nSUBDIRS = \\\n\t\$(BASEDIRS) \\\n\t\$(IMPLIBSUBDIRS)"
;
foreach
my
$dir
(
sort
keys
%
special_dlls
)
{
printf
NEWMAKE
" \\\n\t%s"
,
$dir
;
}
printf
NEWMAKE
<<EOF;
print
NEWMAKE
"\n\nTESTSUBDIRS = \\\n\t"
;
print
NEWMAKE
join
" \\\n\t"
,
sort
values
%
testdirs
;
print
NEWMAKE
"\n\nSUBDIRS = \\\n\t"
;
print
NEWMAKE
join
" \\\n\t"
,
"\$(BASEDIRS)"
,
"\$(IMPLIBSUBDIRS)"
,
"\$(TESTSUBDIRS)"
,
sort
keys
%
special_dlls
;
print
NEWMAKE
<<EOF;
BUILDSUBDIRS = \$(BASEDIRS) \$(EXTRADIRS)
INSTALLSUBDIRS = \$(BUILDSUBDIRS) \$(IMPLIBSUBDIRS)
BUILDSUBDIRS = \$(BASEDIRS) \$(EXTRADIRS) \$(TESTSUBDIRS)
INSTALLSUBDIRS = \$(BASEDIRS) \$(EXTRADIRS) \$(IMPLIBSUBDIRS)
DOCSUBDIRS = \$(BASEDIRS) \$(EXTRADIRS)
EOF
################################################################
...
...
@@ -331,25 +333,6 @@ foreach my $mod (sort keys %staticlib_dirs)
print
NEWMAKE
<<EOF;
# Rules for auto documentation
\$(SUBDIRS:%=%/__man__): dummy
cd `dirname \$@` && \$(MAKE) man
man: \$(SUBDIRS:%=%/__man__)
\$(SUBDIRS:%=%/__doc_html__): dummy
cd `dirname \$@` && \$(MAKE) doc-html
doc-html: \$(SUBDIRS:%=%/__doc_html__)
\$(SUBDIRS:%=%/__doc_sgml__): dummy
cd `dirname \$@` && \$(MAKE) doc-sgml
doc-sgml: \$(SUBDIRS:%=%/__doc_sgml__)
.PHONY: man doc-html doc-sgml \$(SUBDIRS:%=%/__man__) \$(SUBDIRS:%=%/__doc_html__) \$(SUBDIRS:%=%/__doc_sgml__)
# Misc rules
install-lib:: \$(INSTALLSUBDIRS:%=%/__install-lib__)
...
...
@@ -362,10 +345,6 @@ uninstall::
clean::
\$(RM) \$(IMPORT_SYMLINKS) \$(WIN16_FILES)
check test:: \$(BUILDSUBDIRS:%=%/__test__)
crosstest:: \$(BUILDSUBDIRS:%=%/__crosstest__)
### Dependencies:
EOF
...
...
dlls/mapi32/Makefile.in
View file @
5cf75e61
...
...
@@ -14,8 +14,6 @@ C_SRCS = \
sendmail.c
\
util.c
SUBDIRS
=
tests
@MAKE_DLL_RULES@
### Dependencies:
dlls/mlang/Makefile.in
View file @
5cf75e61
...
...
@@ -12,8 +12,6 @@ C_SRCS = \
mlang.c
\
regsvr.c
SUBDIRS
=
tests
@MAKE_DLL_RULES@
### Dependencies:
dlls/msacm32/Makefile.in
View file @
5cf75e61
...
...
@@ -22,8 +22,6 @@ SPEC_SRCS16 = msacm.spec
RC_SRCS
=
msacm.rc
SUBDIRS
=
tests
@MAKE_DLL_RULES@
### Dependencies:
dlls/mscms/Makefile.in
View file @
5cf75e61
...
...
@@ -17,8 +17,6 @@ C_SRCS = \
RC_SRCS
=
version.rc
SUBDIRS
=
tests
@MAKE_DLL_RULES@
### Dependencies:
dlls/mshtml/Makefile.in
View file @
5cf75e61
...
...
@@ -42,8 +42,6 @@ RC_SRCS = rsrc.rc
IDL_SRCS
=
nsiface.idl
SUBDIRS
=
tests
@MAKE_DLL_RULES@
rsrc.res
:
mshtml.inf blank.htm
...
...
dlls/msi/Makefile.in
View file @
5cf75e61
...
...
@@ -55,8 +55,6 @@ RC_BINARIES = \
EXTRA_SRCS
=
sql.y cond.y
EXTRA_OBJS
=
sql.tab.o cond.tab.o
SUBDIRS
=
tests
@MAKE_DLL_RULES@
sql.tab.c sql.tab.h
:
sql.y
...
...
dlls/msvcrt/Makefile.in
View file @
5cf75e61
...
...
@@ -38,8 +38,6 @@ C_SRCS = \
RC_SRCS
=
\
rsrc.rc
SUBDIRS
=
tests
@MAKE_DLL_RULES@
### Dependencies:
dlls/msvcrtd/Makefile.in
View file @
5cf75e61
...
...
@@ -11,8 +11,6 @@ EXTRAINCL = -I$(TOPSRCDIR)/include/msvcrt
C_SRCS
=
\
debug.c
SUBDIRS
=
tests
@MAKE_DLL_RULES@
### Dependencies:
dlls/msxml3/Makefile.in
View file @
5cf75e61
...
...
@@ -22,8 +22,6 @@ C_SRCS = \
regsvr.c
\
text.c
SUBDIRS
=
tests
@MAKE_DLL_RULES@
### Dependencies:
dlls/netapi32/Makefile.in
View file @
5cf75e61
...
...
@@ -21,8 +21,6 @@ C_SRCS = \
share.c
\
wksta.c
SUBDIRS
=
tests
@MAKE_DLL_RULES@
### Dependencies:
dlls/ntdll/Makefile.in
View file @
5cf75e61
...
...
@@ -54,8 +54,6 @@ C_SRCS = \
EXTRA_OBJS
=
relay32.o
SUBDIRS
=
tests
@MAKE_DLL_RULES@
relay32.o
:
$(WINEBUILD)
...
...
dlls/ole32/Makefile.in
View file @
5cf75e61
...
...
@@ -71,8 +71,6 @@ RC_BINARIES = \
IDL_SRCS
=
\
dcom.idl
SUBDIRS
=
tests
@MAKE_DLL_RULES@
### Dependencies:
...
...
dlls/oleaut32/Makefile.in
View file @
5cf75e61
...
...
@@ -39,8 +39,6 @@ SPEC_SRCS16 = \
RC_SRCS
=
oleaut32.rc
SUBDIRS
=
tests
@MAKE_DLL_RULES@
### Dependencies:
dlls/psapi/Makefile.in
View file @
5cf75e61
...
...
@@ -9,8 +9,6 @@ IMPORTS = kernel32 ntdll
C_SRCS
=
\
psapi_main.c
SUBDIRS
=
tests
@MAKE_DLL_RULES@
### Dependencies:
dlls/quartz/Makefile.in
View file @
5cf75e61
...
...
@@ -33,8 +33,6 @@ C_SRCS = \
RC_SRCS
=
version.rc
SUBDIRS
=
tests
@MAKE_DLL_RULES@
### Dependencies:
dlls/riched20/Makefile.in
View file @
5cf75e61
...
...
@@ -26,8 +26,6 @@ C_SRCS = \
wrap.c
\
writer.c
SUBDIRS
=
tests
RC_SRCS
=
version.rc
@MAKE_DLL_RULES@
...
...
dlls/rpcrt4/Makefile.in
View file @
5cf75e61
...
...
@@ -26,8 +26,6 @@ C_SRCS = \
rpcrt4_main.c
\
rpcss_np_client.c
SUBDIRS
=
tests
@MAKE_DLL_RULES@
### Dependencies:
dlls/rsabase/Makefile.in
View file @
5cf75e61
...
...
@@ -6,8 +6,6 @@ VPATH = @srcdir@
MODULE
=
rsabase.dll
IMPORTS
=
rsaenh kernel32
SUBDIRS
=
tests
@MAKE_DLL_RULES@
### Dependencies:
dlls/rsaenh/Makefile.in
View file @
5cf75e61
...
...
@@ -18,8 +18,6 @@ C_SRCS = \
rsa.c
\
rsaenh.c
SUBDIRS
=
tests
@MAKE_DLL_RULES@
### Dependencies:
dlls/secur32/Makefile.in
View file @
5cf75e61
...
...
@@ -18,8 +18,6 @@ C_SRCS = \
util.c
\
wrapper.c
SUBDIRS
=
tests
@MAKE_DLL_RULES@
### Dependencies:
dlls/setupapi/Makefile.in
View file @
5cf75e61
...
...
@@ -33,8 +33,6 @@ SPEC_SRCS16 = setupx.spec
RC_SRCS
=
setupapi.rc
SUBDIRS
=
tests
@MAKE_DLL_RULES@
### Dependencies:
dlls/shdocvw/Makefile.in
View file @
5cf75e61
...
...
@@ -30,8 +30,6 @@ C_SRCS = \
RC_SRCS
=
shdocvw.rc
IDL_TLB_SRCS
=
shdocvw_v1.tlb
SUBDIRS
=
tests
@MAKE_DLL_RULES@
### Dependencies:
dlls/shell32/Makefile.in
View file @
5cf75e61
...
...
@@ -78,8 +78,6 @@ C_SRCS16 = shell.c
RC_SRCS16
=
version16.rc
SPEC_SRCS16
=
shell.spec
SUBDIRS
=
tests
@MAKE_DLL_RULES@
# Special rules for 16-bit resource files
...
...
dlls/shlwapi/Makefile.in
View file @
5cf75e61
...
...
@@ -28,8 +28,6 @@ C_SRCS = \
RC_SRCS
=
\
shlwapi.rc
SUBDIRS
=
tests
@MAKE_DLL_RULES@
### Dependencies:
dlls/urlmon/Makefile.in
View file @
5cf75e61
...
...
@@ -23,8 +23,6 @@ C_SRCS = \
RC_SRCS
=
rsrc.rc
SUBDIRS
=
tests
@MAKE_DLL_RULES@
rsrc.res
:
urlmon.inf
...
...
dlls/user/Makefile.in
View file @
5cf75e61
...
...
@@ -144,8 +144,6 @@ RC_SRCS16 = \
resources/mouse.rc
\
resources/version16.rc
SUBDIRS
=
tests
EXTRASUBDIRS
=
resources
@MAKE_DLL_RULES@
...
...
dlls/usp10/Makefile.in
View file @
5cf75e61
...
...
@@ -9,8 +9,6 @@ IMPORTS = gdi32 kernel32
C_SRCS
=
\
usp10.c
SUBDIRS
=
tests
@MAKE_DLL_RULES@
### Dependencies:
dlls/uxtheme/Makefile.in
View file @
5cf75e61
...
...
@@ -19,8 +19,6 @@ C_SRCS = \
RC_SRCS
=
version.rc
SUBDIRS
=
tests
@MAKE_DLL_RULES@
### Dependencies:
dlls/version/Makefile.in
View file @
5cf75e61
...
...
@@ -16,8 +16,6 @@ C_SRCS16 = \
SPEC_SRCS16
=
ver.spec
SUBDIRS
=
tests
@MAKE_DLL_RULES@
### Dependencies:
dlls/wininet/Makefile.in
View file @
5cf75e61
...
...
@@ -25,8 +25,6 @@ RC_SRCS = \
rsrc.rc
\
version.rc
SUBDIRS
=
tests
@MAKE_DLL_RULES@
### Dependencies:
dlls/winmm/Makefile.in
View file @
5cf75e61
...
...
@@ -28,8 +28,6 @@ SPEC_SRCS16 = \
RC_SRCS
=
winmm_res.rc
SUBDIRS
=
tests
@MAKE_DLL_RULES@
### Dependencies:
dlls/winspool.drv/Makefile.in
View file @
5cf75e61
...
...
@@ -13,8 +13,6 @@ C_SRCS = \
RC_SRCS
=
winspool.rc
SUBDIRS
=
tests
@MAKE_DLL_RULES@
$(IMPORTLIB)
:
$(MAINSPEC)
...
...
dlls/ws2_32/Makefile.in
View file @
5cf75e61
...
...
@@ -20,8 +20,6 @@ SPEC_SRCS16 = winsock.spec
RC_SRCS
=
version.rc
SUBDIRS
=
tests
@MAKE_DLL_RULES@
### 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