makefiles: Get rid of the MAKE_PROG_RULES variable.

oldstable
Alexandre Julliard 2014-01-02 12:08:55 +01:00
parent 5e7416e5c8
commit 86b1f94d28
83 changed files with 1 additions and 172 deletions

5
configure vendored
View File

@ -627,7 +627,6 @@ LIBOBJS
PORCFLAGS
LINGUAS
MAKE_TEST_RULES
MAKE_PROG_RULES
MAKE_IMPLIB_RULES
LDAPLIBS
LIBRT
@ -16533,10 +16532,6 @@ MAKE_IMPLIB_RULES=""
MAKE_PROG_RULES=""
MAKE_TEST_RULES="
RUNTESTFLAGS = -q -P wine
"

View File

@ -2595,10 +2595,6 @@ dnl Import library rules
AC_SUBST(MAKE_IMPLIB_RULES,"")
dnl Dll and program rules
AC_SUBST(MAKE_PROG_RULES,"")
dnl Test rules
AC_SUBST(MAKE_TEST_RULES,"

View File

@ -3,5 +3,3 @@ APPMODE = -mconsole -municode
C_SRCS = \
main.c
@MAKE_PROG_RULES@

View File

@ -3,5 +3,3 @@ APPMODE = -mconsole -municode
C_SRCS = \
main.c
@MAKE_PROG_RULES@

View File

@ -5,5 +5,3 @@ IMPORTS = user32
C_SRCS = attrib.c
RC_SRCS = attrib.rc
@MAKE_PROG_RULES@

View File

@ -3,5 +3,3 @@ APPMODE = -mconsole -municode
IMPORTS = cabinet
C_SRCS = cabarc.c
@MAKE_PROG_RULES@

View File

@ -3,5 +3,3 @@ APPMODE = -mconsole
C_SRCS = \
cacls_main.c
@MAKE_PROG_RULES@

View File

@ -7,5 +7,3 @@ C_SRCS = \
winclock.c
RC_SRCS = clock.rc
@MAKE_PROG_RULES@

View File

@ -11,5 +11,3 @@ C_SRCS = \
RC_SRCS = cmd.rc
SVG_SRCS = wcmd.svg
@MAKE_PROG_RULES@

View File

@ -4,5 +4,3 @@ APPMODE = -mconsole -municode
C_SRCS = conhost.c
RC_SRCS = version.rc
@MAKE_PROG_RULES@

View File

@ -3,5 +3,3 @@ APPMODE = -mwindows -municode
IMPORTS = shell32 user32
C_SRCS = control.c
@MAKE_PROG_RULES@

View File

@ -3,5 +3,3 @@ APPMODE = -mwindows -municode
C_SRCS = \
main.c
@MAKE_PROG_RULES@

View File

@ -8,5 +8,3 @@ C_SRCS = \
output.c
RC_SRCS = dxdiag.rc
@MAKE_PROG_RULES@

View File

@ -2,5 +2,3 @@ MODULE = eject.exe
APPMODE = -mconsole
C_SRCS = eject.c
@MAKE_PROG_RULES@

View File

@ -3,5 +3,3 @@ APPMODE = -mconsole
IMPORTS = setupapi
C_SRCS = expand.c
@MAKE_PROG_RULES@

View File

@ -10,5 +10,3 @@ C_SRCS = \
systray.c
RC_SRCS = explorer.rc
@MAKE_PROG_RULES@

View File

@ -4,5 +4,3 @@ IMPORTS = shell32 setupapi shlwapi user32
C_SRCS = \
extrac32.c
@MAKE_PROG_RULES@

View File

@ -3,5 +3,3 @@ APPMODE = -mconsole -municode
C_SRCS = \
main.c
@MAKE_PROG_RULES@

View File

@ -3,5 +3,3 @@ APPMODE = -mwindows
C_SRCS = \
main.c
@MAKE_PROG_RULES@

View File

@ -6,5 +6,3 @@ DELAYIMPORTS = user32
C_SRCS = hostname.c
RC_SRCS = hostname.rc
@MAKE_PROG_RULES@

View File

@ -3,5 +3,3 @@ APPMODE = -mconsole -municode
IMPORTS = msvfw32
C_SRCS = icinfo.c
@MAKE_PROG_RULES@

View File

@ -9,5 +9,3 @@ C_SRCS = \
RC_SRCS = iexplore.rc
SVG_SRCS = iexplore.svg
@MAKE_PROG_RULES@

View File

@ -5,5 +5,3 @@ IMPORTS = iphlpapi ws2_32 user32
C_SRCS = ipconfig.c
RC_SRCS = ipconfig.rc
@MAKE_PROG_RULES@

View File

@ -3,5 +3,3 @@ APPMODE = -mconsole
IMPORTS = loadperf
C_SRCS = lodctr_main.c
@MAKE_PROG_RULES@

View File

@ -3,5 +3,3 @@ APPMODE = -mconsole -municode
IMPORTS = kernel32
C_SRCS = mofcomp.c
@MAKE_PROG_RULES@

View File

@ -3,5 +3,3 @@ APPMODE = -mwindows -municode
C_SRCS = \
main.c
@MAKE_PROG_RULES@

View File

@ -11,5 +11,3 @@ RC_SRCS = rsrc.rc
MANPAGES = msiexec.man.in
SVG_SRCS = msiexec.svg
@MAKE_PROG_RULES@

View File

@ -5,5 +5,3 @@ IMPORTS = netapi32 user32 advapi32
C_SRCS = net.c
RC_SRCS = net.rc
@MAKE_PROG_RULES@

View File

@ -2,5 +2,3 @@ MODULE = netsh.exe
APPMODE = -mconsole -municode
C_SRCS = netsh.c
@MAKE_PROG_RULES@

View File

@ -5,5 +5,3 @@ IMPORTS = iphlpapi user32 ws2_32
C_SRCS = netstat.c
RC_SRCS = netstat.rc
@MAKE_PROG_RULES@

View File

@ -3,5 +3,3 @@ APPMODE = -mconsole -municode
C_SRCS = \
ngen_main.c
@MAKE_PROG_RULES@

View File

@ -14,5 +14,3 @@ RC_SRCS = notepad.rc
MANPAGES = notepad.man.in
SVG_SRCS = notepad.svg
@MAKE_PROG_RULES@

View File

@ -11,5 +11,3 @@ C_SRCS = \
typelib.c
RC_SRCS = oleview.rc
@MAKE_PROG_RULES@

View File

@ -3,5 +3,3 @@ APPMODE = -mconsole
C_SRCS = \
ping_main.c
@MAKE_PROG_RULES@

View File

@ -4,5 +4,3 @@ IMPORTS = advapi32
C_SRCS = \
main.c
@MAKE_PROG_RULES@

View File

@ -4,5 +4,3 @@ IMPORTS = advapi32
C_SRCS = \
main.c
@MAKE_PROG_RULES@

View File

@ -11,5 +11,3 @@ C_SRCS = \
string.c
RC_SRCS = progman.rc
@MAKE_PROG_RULES@

View File

@ -6,5 +6,3 @@ DELAYIMPORTS = user32
C_SRCS = reg.c
RC_SRCS = reg.rc
@MAKE_PROG_RULES@

View File

@ -3,5 +3,3 @@ APPMODE = -mconsole -municode
C_SRCS = \
main.c
@MAKE_PROG_RULES@

View File

@ -23,5 +23,3 @@ RC_SRCS = regedit.rc
MANPAGES = regedit.man.in
SVG_SRCS = regedit.svg
@MAKE_PROG_RULES@

View File

@ -3,5 +3,3 @@ APPMODE = -mconsole -municode
C_SRCS = \
main.c
@MAKE_PROG_RULES@

View File

@ -8,5 +8,3 @@ C_SRCS = \
RC_SRCS = regsvr32.rc
MANPAGES = regsvr32.man.in
@MAKE_PROG_RULES@

View File

@ -10,5 +10,3 @@ C_SRCS = \
IDL_SRCS = \
epm.idl \
irot.idl
@MAKE_PROG_RULES@

View File

@ -2,5 +2,3 @@ MODULE = rundll.exe16
APPMODE = -m16
C_SRCS = rundll.c
@MAKE_PROG_RULES@

View File

@ -4,5 +4,3 @@ IMPORTS = user32
C_SRCS = \
rundll32.c
@MAKE_PROG_RULES@

View File

@ -3,5 +3,3 @@ APPMODE = -mconsole -municode
IMPORTS = advapi32
C_SRCS = sc.c
@MAKE_PROG_RULES@

View File

@ -3,5 +3,3 @@ APPMODE = -mconsole -municode
C_SRCS = \
schtasks.c
@MAKE_PROG_RULES@

View File

@ -3,5 +3,3 @@ APPMODE = -mconsole
C_SRCS = \
main.c
@MAKE_PROG_RULES@

View File

@ -3,5 +3,3 @@ APPMODE = -mconsole -municode
C_SRCS = \
main.c
@MAKE_PROG_RULES@

View File

@ -8,5 +8,3 @@ C_SRCS = \
utils.c
IDL_SRCS = svcctl.idl
@MAKE_PROG_RULES@

View File

@ -4,5 +4,3 @@ IMPORTS = advapi32
C_SRCS = \
main.c
@MAKE_PROG_RULES@

View File

@ -5,5 +5,3 @@ IMPORTS = shell32 user32
C_SRCS = start.c
RC_SRCS = start.rc
@MAKE_PROG_RULES@

View File

@ -4,5 +4,3 @@ IMPORTS = advapi32
C_SRCS = \
svchost.c
@MAKE_PROG_RULES@

View File

@ -5,5 +5,3 @@ IMPORTS = psapi user32
C_SRCS = taskkill.c
RC_SRCS = taskkill.rc
@MAKE_PROG_RULES@

View File

@ -4,5 +4,3 @@ APPMODE = -mconsole -municode
C_SRCS = tasklist.c
RC_SRCS = version.rc
@MAKE_PROG_RULES@

View File

@ -29,5 +29,3 @@ RC_SRCS = taskmgr.rc
SVG_SRCS = \
taskmgr.svg
@MAKE_PROG_RULES@

View File

@ -4,5 +4,3 @@ IMPORTS = advapi32
C_SRCS = \
main.c
@MAKE_PROG_RULES@

View File

@ -7,5 +7,3 @@ C_SRCS = \
main.c
RC_SRCS = uninstaller.rc
@MAKE_PROG_RULES@

View File

@ -3,5 +3,3 @@ APPMODE = -mconsole
IMPORTS = loadperf
C_SRCS = unlodctr_main.c
@MAKE_PROG_RULES@

View File

@ -6,5 +6,3 @@ C_SRCS = \
view.c
RC_SRCS = view.rc
@MAKE_PROG_RULES@

View File

@ -10,5 +10,3 @@ C_SRCS = \
RC_SRCS = wineboot.rc
MANPAGES = wineboot.man.in
@MAKE_PROG_RULES@

View File

@ -4,5 +4,3 @@ IMPORTS = urlmon oleaut32 user32 advapi32
C_SRCS = \
main.c
@MAKE_PROG_RULES@

View File

@ -22,5 +22,3 @@ MANPAGES = winecfg.man.in
SVG_SRCS = \
logo.svg \
winecfg.svg
@MAKE_PROG_RULES@

View File

@ -13,5 +13,3 @@ C_SRCS = \
RC_SRCS = wineconsole.rc
MANPAGES = wineconsole.man.in
@MAKE_PROG_RULES@

View File

@ -34,5 +34,3 @@ LEX_SRCS = debug.l
BISON_SRCS = dbg.y
MANPAGES = winedbg.man.in
@MAKE_PROG_RULES@

View File

@ -4,5 +4,3 @@ IMPORTS = advapi32 ntoskrnl.exe
C_SRCS = \
device.c
@MAKE_PROG_RULES@

View File

@ -12,5 +12,3 @@ RC_SRCS = winefile.rc
MANPAGES = winefile.man.in
SVG_SRCS = winefile.svg
@MAKE_PROG_RULES@

View File

@ -4,5 +4,3 @@ IMPORTS = uuid windowscodecs shell32 shlwapi ole32 user32 advapi32
C_SRCS = \
winemenubuilder.c
@MAKE_PROG_RULES@

View File

@ -12,5 +12,3 @@ RC_SRCS = winemine.rc
MANPAGES = winemine.man.in
SVG_SRCS = winemine.svg
@MAKE_PROG_RULES@

View File

@ -3,5 +3,3 @@ APPMODE = -mconsole -municode
IMPORTS = msi ole32
C_SRCS = main.c
@MAKE_PROG_RULES@

View File

@ -4,5 +4,3 @@ APPMODE = -mconsole -municode
C_SRCS = winepath.c
MANPAGES = winepath.man.in
@MAKE_PROG_RULES@

View File

@ -25,6 +25,4 @@ build.nfo:
-$(CC) -v 2>$@
build.res: build.rc build.nfo
$(WRC) $(RCFLAGS) -o $@ build.rc
@MAKE_PROG_RULES@
$(WRC) -o $@ build.rc

View File

@ -4,5 +4,3 @@ IMPORTS = user32 kernel
C_SRCS = \
winevdm.c
@MAKE_PROG_RULES@

View File

@ -2,5 +2,3 @@ MODULE = winhelp.exe16
APPMODE = -m16
C_SRCS = winhelp.c
@MAKE_PROG_RULES@

View File

@ -15,5 +15,3 @@ LEX_SRCS = macro.lex.l
RC_SRCS = winhlp32.rc
SVG_SRCS = winhelp.svg
@MAKE_PROG_RULES@

View File

@ -2,5 +2,3 @@ MODULE = winoldap.mod16
APPMODE = -m16
C_SRCS = winoldap.c
@MAKE_PROG_RULES@

View File

@ -5,5 +5,3 @@ IMPORTS = shell32
C_SRCS = winver.c
RC_SRCS = version.rc
@MAKE_PROG_RULES@

View File

@ -6,5 +6,3 @@ C_SRCS = \
main.c
RC_SRCS = wmic.rc
@MAKE_PROG_RULES@

View File

@ -17,5 +17,3 @@ SVG_SRCS = \
formatbar.svg \
toolbar.svg \
wordpad.svg
@MAKE_PROG_RULES@

View File

@ -5,5 +5,3 @@ IMPORTS = user32 gdi32
C_SRCS = write.c
RC_SRCS = write.rc
@MAKE_PROG_RULES@

View File

@ -11,5 +11,3 @@ C_SRCS = \
main.c
IDL_SRCS = ihost.idl
@MAKE_PROG_RULES@

View File

@ -3,5 +3,3 @@ APPMODE = -mconsole -municode
C_SRCS = \
main.c
@MAKE_PROG_RULES@

View File

@ -8,5 +8,3 @@ C_SRCS = \
xcopy.c
RC_SRCS = xcopy.rc
@MAKE_PROG_RULES@