mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 12:29:56 +00:00
remove some unse Makefile.ros-template files
not longer need it svn path=/trunk/; revision=15663
This commit is contained in:
parent
8b4668efce
commit
2c5946dd01
12 changed files with 0 additions and 255 deletions
|
@ -1,21 +0,0 @@
|
||||||
# $Id$
|
|
||||||
|
|
||||||
TARGET_NAME = netapi32
|
|
||||||
|
|
||||||
TARGET_OBJECTS = @C_SRCS@
|
|
||||||
|
|
||||||
TARGET_CFLAGS = @EXTRADEFS@ -D__REACTOS__
|
|
||||||
|
|
||||||
TARGET_SDKLIBS = @IMPORTS@ wine.a ntdll.a
|
|
||||||
|
|
||||||
TARGET_BASE = $(TARGET_BASE_LIB_NETAPI32)
|
|
||||||
|
|
||||||
TARGET_RC_SRCS = @RC_SRCS@
|
|
||||||
TARGET_RC_BINSRC = @RC_BINSRC@
|
|
||||||
TARGET_RC_BINARIES = @RC_BINARIES@
|
|
||||||
|
|
||||||
default: all
|
|
||||||
|
|
||||||
DEP_OBJECTS = $(TARGET_OBJECTS)
|
|
||||||
|
|
||||||
include $(TOOLS_PATH)/depend.mk
|
|
|
@ -1,21 +0,0 @@
|
||||||
# $Id: Makefile.ros-template 11910 2004-12-03 23:37:44Z blight $
|
|
||||||
|
|
||||||
TARGET_NAME = ole32
|
|
||||||
|
|
||||||
TARGET_OBJECTS = @C_SRCS@
|
|
||||||
|
|
||||||
TARGET_CFLAGS = @EXTRADEFS@
|
|
||||||
|
|
||||||
TARGET_SDKLIBS = @IMPORTS@ wine.a wine_uuid.a ntdll.a
|
|
||||||
|
|
||||||
TARGET_BASE = $(TARGET_BASE_LIB_OLE32)
|
|
||||||
|
|
||||||
TARGET_RC_SRCS = @RC_SRCS@
|
|
||||||
TARGET_RC_BINSRC = @RC_BINSRC@
|
|
||||||
TARGET_RC_BINARIES = @RC_BINARIES@
|
|
||||||
|
|
||||||
default: all
|
|
||||||
|
|
||||||
DEP_OBJECTS = $(TARGET_OBJECTS)
|
|
||||||
|
|
||||||
include $(TOOLS_PATH)/depend.mk
|
|
|
@ -1,21 +0,0 @@
|
||||||
# $Id: Makefile.ros-template 12052 2004-12-12 18:01:23Z navaraf $
|
|
||||||
|
|
||||||
TARGET_NAME = oleaut32
|
|
||||||
|
|
||||||
TARGET_OBJECTS = @C_SRCS@
|
|
||||||
|
|
||||||
TARGET_CFLAGS = @EXTRADEFS@ -D__REACTOS__
|
|
||||||
|
|
||||||
TARGET_SDKLIBS = @IMPORTS@ urlmon.a winmm.a wine.a wine_uuid.a ntdll.a
|
|
||||||
|
|
||||||
TARGET_BASE = $(TARGET_BASE_LIB_OLEAUT32)
|
|
||||||
|
|
||||||
TARGET_RC_SRCS = @RC_SRCS@
|
|
||||||
TARGET_RC_BINSRC = @RC_BINSRC@
|
|
||||||
TARGET_RC_BINARIES = @RC_BINARIES@
|
|
||||||
|
|
||||||
default: all
|
|
||||||
|
|
||||||
DEP_OBJECTS = $(TARGET_OBJECTS)
|
|
||||||
|
|
||||||
include $(TOOLS_PATH)/depend.mk
|
|
|
@ -1,21 +0,0 @@
|
||||||
# $Id: Makefile.ros-template 11910 2004-12-03 23:37:44Z blight $
|
|
||||||
|
|
||||||
TARGET_NAME = olepro32
|
|
||||||
|
|
||||||
TARGET_OBJECTS = @C_SRCS@
|
|
||||||
|
|
||||||
TARGET_CFLAGS = @EXTRADEFS@
|
|
||||||
|
|
||||||
TARGET_SDKLIBS = @IMPORTS@ wine.a wine_uuid.a ntdll.a oleaut32.a
|
|
||||||
|
|
||||||
TARGET_BASE = $(TARGET_BASE_LIB_OLEPRO32)
|
|
||||||
|
|
||||||
TARGET_RC_SRCS = @RC_SRCS@
|
|
||||||
TARGET_RC_BINSRC = @RC_BINSRC@
|
|
||||||
TARGET_RC_BINARIES = @RC_BINARIES@
|
|
||||||
|
|
||||||
default: all
|
|
||||||
|
|
||||||
DEP_OBJECTS = $(TARGET_OBJECTS)
|
|
||||||
|
|
||||||
include $(TOOLS_PATH)/depend.mk
|
|
|
@ -1,19 +0,0 @@
|
||||||
# $Id$
|
|
||||||
|
|
||||||
TARGET_NAME = riched20
|
|
||||||
|
|
||||||
TARGET_OBJECTS = @C_SRCS@
|
|
||||||
|
|
||||||
TARGET_CFLAGS = @EXTRADEFS@ -D__REACTOS__ -D__WINESRC__
|
|
||||||
|
|
||||||
TARGET_SDKLIBS = @IMPORTS@ wine.a wine_uuid.a ntdll.a
|
|
||||||
|
|
||||||
TARGET_BASE = $(TARGET_BASE_LIB_SETUPAPI)
|
|
||||||
|
|
||||||
TARGET_NORC = yes
|
|
||||||
|
|
||||||
default: all
|
|
||||||
|
|
||||||
DEP_OBJECTS = $(TARGET_OBJECTS)
|
|
||||||
|
|
||||||
include $(TOOLS_PATH)/depend.mk
|
|
|
@ -1,19 +0,0 @@
|
||||||
# $Id: Makefile.ros-template 11910 2004-12-03 23:37:44Z blight $
|
|
||||||
|
|
||||||
TARGET_NAME = riched32
|
|
||||||
|
|
||||||
TARGET_OBJECTS = @C_SRCS@
|
|
||||||
|
|
||||||
TARGET_CFLAGS = @EXTRADEFS@ -D__REACTOS__
|
|
||||||
|
|
||||||
TARGET_SDKLIBS = @IMPORTS@ wine.a ntdll.a
|
|
||||||
|
|
||||||
TARGET_BASE = $(TARGET_BASE_LIB_RICHEDIT)
|
|
||||||
|
|
||||||
TARGET_NORC = yes
|
|
||||||
|
|
||||||
default: all
|
|
||||||
|
|
||||||
DEP_OBJECTS = $(TARGET_OBJECTS)
|
|
||||||
|
|
||||||
include $(TOOLS_PATH)/depend.mk
|
|
|
@ -1,22 +0,0 @@
|
||||||
# $Id: Makefile.ros-template 11910 2004-12-03 23:37:44Z blight $
|
|
||||||
|
|
||||||
TARGET_NAME = rpcrt4
|
|
||||||
|
|
||||||
TARGET_OBJECTS = @C_SRCS@
|
|
||||||
|
|
||||||
TARGET_CFLAGS = @EXTRADEFS@ -D__REACTOS__ -Wall
|
|
||||||
|
|
||||||
TARGET_SDKLIBS = @IMPORTS@ winmm.a wine.a wine_uuid.a ntdll.a
|
|
||||||
|
|
||||||
TARGET_BASE = $(TARGET_BASE_LIB_RPCRT4)
|
|
||||||
|
|
||||||
TARGET_RC_BINSRC = @RC_BINSRC@
|
|
||||||
TARGET_RC_BINARIES = @RC_BINARIES@
|
|
||||||
|
|
||||||
TARGET_NORC = yes
|
|
||||||
|
|
||||||
default: all
|
|
||||||
|
|
||||||
DEP_OBJECTS = $(TARGET_OBJECTS)
|
|
||||||
|
|
||||||
include $(TOOLS_PATH)/depend.mk
|
|
|
@ -1,21 +0,0 @@
|
||||||
# $Id: Makefile.ros-template 12852 2005-01-06 13:58:04Z mf $
|
|
||||||
|
|
||||||
TARGET_NAME = setupapi
|
|
||||||
|
|
||||||
TARGET_OBJECTS = @C_SRCS@
|
|
||||||
|
|
||||||
TARGET_CFLAGS = @EXTRADEFS@ -D__REACTOS__ -D__WINESRC__
|
|
||||||
|
|
||||||
TARGET_SDKLIBS = @IMPORTS@ wine.a ntdll.a
|
|
||||||
|
|
||||||
TARGET_BASE = $(TARGET_BASE_LIB_SETUPAPI)
|
|
||||||
|
|
||||||
TARGET_RC_SRCS = @RC_SRCS@
|
|
||||||
TARGET_RC_BINSRC = @RC_BINSRC@
|
|
||||||
TARGET_RC_BINARIES = @RC_BINARIES@
|
|
||||||
|
|
||||||
default: all
|
|
||||||
|
|
||||||
DEP_OBJECTS = $(TARGET_OBJECTS)
|
|
||||||
|
|
||||||
include $(TOOLS_PATH)/depend.mk
|
|
|
@ -1,19 +0,0 @@
|
||||||
# $Id: Makefile.ros-template 12297 2004-12-23 08:55:00Z gvg $
|
|
||||||
|
|
||||||
TARGET_NAME = shdocvw
|
|
||||||
|
|
||||||
TARGET_OBJECTS = @C_SRCS@
|
|
||||||
|
|
||||||
TARGET_CFLAGS = @EXTRADEFS@
|
|
||||||
|
|
||||||
TARGET_SDKLIBS = @IMPORTS@ wine.a wine_uuid.a ntdll.a
|
|
||||||
|
|
||||||
TARGET_BASE = $(TARGET_BASE_LIB_SHDOCVW)
|
|
||||||
|
|
||||||
TARGET_NORC = yes
|
|
||||||
|
|
||||||
default: all
|
|
||||||
|
|
||||||
DEP_OBJECTS = $(TARGET_OBJECTS)
|
|
||||||
|
|
||||||
include $(TOOLS_PATH)/depend.mk
|
|
|
@ -1,30 +0,0 @@
|
||||||
# $Id: Makefile.ros-template 11910 2004-12-03 23:37:44Z blight $
|
|
||||||
|
|
||||||
TARGET_NAME = shell32
|
|
||||||
|
|
||||||
TARGET_OBJECTS = @C_SRCS@
|
|
||||||
|
|
||||||
TARGET_CFLAGS = @EXTRADEFS@ -D__REACTOS__
|
|
||||||
|
|
||||||
TARGET_SDKLIBS = wine.a @IMPORTS@ ole32.a wine_uuid.a ntdll.a
|
|
||||||
|
|
||||||
TARGET_BASE = $(TARGET_BASE_LIB_SHELL32)
|
|
||||||
|
|
||||||
TARGET_RC_SRCS = @RC_SRCS@
|
|
||||||
TARGET_RC_BINSRC = @RC_BINSRC@
|
|
||||||
TARGET_RC_BINARIES = @RC_BINARIES@
|
|
||||||
|
|
||||||
TARGET_CLEAN = authors.c
|
|
||||||
|
|
||||||
default: all
|
|
||||||
|
|
||||||
authors.c:
|
|
||||||
ifeq ($(HOST_TYPE),unix)
|
|
||||||
echo 'const char * const SHELL_Authors[] = { "Copyright 1993-2005 WINE team", "Copyright 1998-2005 ReactOS team", 0 };' > authors.c
|
|
||||||
else
|
|
||||||
echo const char * const SHELL_Authors[] = { "Copyright 1993-2005 WINE team", "Copyright 1998-2005 ReactOS team", 0 }; > authors.c
|
|
||||||
endif
|
|
||||||
|
|
||||||
DEP_OBJECTS = $(TARGET_OBJECTS)
|
|
||||||
|
|
||||||
include $(TOOLS_PATH)/depend.mk
|
|
|
@ -1,22 +0,0 @@
|
||||||
# $Id: Makefile.ros-template 11910 2004-12-03 23:37:44Z blight $
|
|
||||||
|
|
||||||
TARGET_NAME = shlwapi
|
|
||||||
|
|
||||||
TARGET_OBJECTS = @C_SRCS@
|
|
||||||
|
|
||||||
TARGET_CFLAGS = -DWINSHLWAPI= -D__REACTOS__ @EXTRADEFS@
|
|
||||||
|
|
||||||
# FIXME: we don't do delayed imports yet so oleaut32.a is listed explicitly
|
|
||||||
# NOTE: msvcrt.a must be listed before ntdll.a, because sprintf that is
|
|
||||||
# exported from ntdll doesn't support printing of float types (%f)
|
|
||||||
TARGET_SDKLIBS = msvcrt.a @IMPORTS@ oleaut32.a wine.a wine_uuid.a msvcrt.a ntdll.a
|
|
||||||
|
|
||||||
TARGET_NORC = yes
|
|
||||||
|
|
||||||
TARGET_BASE = $(TARGET_BASE_LIB_SHLWAPI)
|
|
||||||
|
|
||||||
default: all
|
|
||||||
|
|
||||||
DEP_OBJECTS = $(TARGET_OBJECTS)
|
|
||||||
|
|
||||||
include $(TOOLS_PATH)/depend.mk
|
|
|
@ -1,19 +0,0 @@
|
||||||
# $Id: Makefile.ros-template 11910 2004-12-03 23:37:44Z blight $
|
|
||||||
|
|
||||||
TARGET_NAME = urlmon
|
|
||||||
|
|
||||||
TARGET_OBJECTS = @C_SRCS@
|
|
||||||
|
|
||||||
TARGET_CFLAGS = @EXTRADEFS@ -D__REACTOS__
|
|
||||||
|
|
||||||
TARGET_SDKLIBS = @IMPORTS@ wine.a wine_uuid.a ntdll.a wininet.a
|
|
||||||
|
|
||||||
TARGET_BASE = $(TARGET_BASE_LIB_RICHEDIT)
|
|
||||||
|
|
||||||
TARGET_NORC = yes
|
|
||||||
|
|
||||||
default: all
|
|
||||||
|
|
||||||
DEP_OBJECTS = $(TARGET_OBJECTS)
|
|
||||||
|
|
||||||
include $(TOOLS_PATH)/depend.mk
|
|
Loading…
Reference in a new issue