From d4dc1756c4940461e7f86fa06e2254445873f933 Mon Sep 17 00:00:00 2001 From: Emanuele Aliberti Date: Fri, 23 Aug 2002 12:40:56 +0000 Subject: [PATCH 1/1] Makefile fixes to compile. svn path=/trunk/; revision=3381 --- posix/Makefile | 4 ++-- posix/apps/baresh/Makefile | 11 +++++++++-- posix/lib/psxdll/Makefile | 4 ++-- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/posix/Makefile b/posix/Makefile index 99e48e16668..f5d138721c3 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 2002/06/08 16:28:02 ea Exp $ +# $Id: Makefile,v 1.3 2002/08/23 12:40:56 ea Exp $ # # ReactOS POSIX+ Personality # @@ -22,7 +22,7 @@ clean: make -C lib/psxdll clean make -C lib/psxx clean make -C apps/baresh clean - make -C apps/csrterm clean + make -C apps/posixw32 clean - $(RM) lib/crt0w32.o include $(PATH_TO_TOP)/rules.mak diff --git a/posix/apps/baresh/Makefile b/posix/apps/baresh/Makefile index 4cf88fc7dfb..7c9dbebc231 100644 --- a/posix/apps/baresh/Makefile +++ b/posix/apps/baresh/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 2002/06/08 16:28:03 ea Exp $ +# $Id: Makefile,v 1.4 2002/08/23 12:40:56 ea Exp $ # # Tu run it in Win32 console mode, undefine __SUBSYSTEM_WINDOWS__ # and pass "console" in the ld's --subsystem option. @@ -33,7 +33,14 @@ $(TARGET_NAME).coff: $(TARGET_NAME).rc --include-dir $(PATH_TO_TOP)/include \ --output-format coff \ $< $@ - + +clean: + - $(RM) *.o + - $(RM) *.exe + - $(RM) *.coff + - $(RM) *.sym + + include $(PATH_TO_TOP)/rules.mak diff --git a/posix/lib/psxdll/Makefile b/posix/lib/psxdll/Makefile index f614494edef..d189a95c83f 100644 --- a/posix/lib/psxdll/Makefile +++ b/posix/lib/psxdll/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.9 2002/06/08 16:28:04 ea Exp $ +# $Id: Makefile,v 1.10 2002/08/23 12:40:56 ea Exp $ PATH_TO_TOP = ../../../reactos @@ -8,7 +8,7 @@ TARGET_TYPE = dynlink TARGET_NAME = psxdll -TARGET_LIBPATH = $(PATH_TO_TOP)/dk/psx/lib +TARGET_LIBPATH = $(PATH_TO_PSX_TOP)/dk/lib TARGET_LFLAGS = -nostartfiles -- 2.17.1