From d3bf39b1f24acce15e31130db680594c29599035 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Sun, 3 Jul 2005 21:35:41 +0000 Subject: [PATCH] Delete unused makefiles svn path=/trunk/; revision=16400 --- reactos/boot/freeldr/bootsect/Makefile.i386 | 52 ------------------- .../boot/freeldr/bootsect/Makefile.powerpc | 35 ------------- reactos/lib/pseh/makefile.i386 | 5 -- reactos/lib/rosrtl/makefile.i386 | 9 ---- reactos/lib/string/Makefile.i386 | 34 ------------ 5 files changed, 135 deletions(-) delete mode 100644 reactos/boot/freeldr/bootsect/Makefile.i386 delete mode 100644 reactos/boot/freeldr/bootsect/Makefile.powerpc delete mode 100644 reactos/lib/pseh/makefile.i386 delete mode 100644 reactos/lib/rosrtl/makefile.i386 delete mode 100644 reactos/lib/string/Makefile.i386 diff --git a/reactos/boot/freeldr/bootsect/Makefile.i386 b/reactos/boot/freeldr/bootsect/Makefile.i386 deleted file mode 100644 index bf7c113f865..00000000000 --- a/reactos/boot/freeldr/bootsect/Makefile.i386 +++ /dev/null @@ -1,52 +0,0 @@ -all: $(BIN2C) dosmbr.bin fat.bin fat32.bin isoboot.bin ext2.bin - -$(BIN2C) : - @$(MAKE) --no-print-directory -C $(FREELDR_TOOLS_PATH) - -dosmbr.bin : dosmbr.asm - @echo ===================================================== Assembling dosmbr - @$(NASM_CMD) $(NFLAGS) -o dosmbr.bin -f bin dosmbr.asm - -fat.bin : fat.asm $(BIN2C) - @echo ===================================================== Assembling fat - @$(NASM_CMD) $(NFLAGS) -o fat.bin -f bin fat.asm - @$(BIN2C) fat.bin fat.h fat_data - - -fat32.bin : fat32.asm $(BIN2C) - @echo ===================================================== Assembling fat32 - @$(NASM_CMD) $(NFLAGS) -o fat32.bin -f bin fat32.asm - @$(BIN2C) fat32.bin fat32.h fat32_data - -isoboot.bin : isoboot.asm - @echo ===================================================== Assembling isoboot - @$(NASM_CMD) $(NFLAGS) -o isoboot.bin -f bin isoboot.asm - -ext2.bin : ext2.asm - @echo ===================================================== Assembling ext2 - @$(NASM_CMD) $(NFLAGS) -o ext2.bin -f bin ext2.asm - @$(BIN2C) ext2.bin ext2.h ext2_data - - -.PHONY : bootcd -bootcd: bootcd_dirs isoboot.bin - $(CP) isoboot.bin $(BOOTCD_DIR) - $(CP) dosmbr.bin $(BOOTCD_DIR)/disk/loader - $(CP) ext2.bin $(BOOTCD_DIR)/disk/loader - $(CP) fat.bin $(BOOTCD_DIR)/disk/loader - $(CP) fat32.bin $(BOOTCD_DIR)/disk/loader - $(CP) isoboot.bin $(BOOTCD_DIR)/disk/loader - -.PHONY : bootcd_dirs -bootcd_dirs: - $(MKDIR) $(BOOTCD_DIR) - $(MKDIR) $(BOOTCD_DIR)/disk - $(MKDIR) $(BOOTCD_DIR)/disk/reactos - $(MKDIR) $(BOOTCD_DIR)/disk/install - $(MKDIR) $(BOOTCD_DIR)/disk/bootdisk - $(MKDIR) $(BOOTCD_DIR)/disk/loader - -clean: - @-$(RM) *.bin - @-$(RM) *.h - @echo Clean ALL done. diff --git a/reactos/boot/freeldr/bootsect/Makefile.powerpc b/reactos/boot/freeldr/bootsect/Makefile.powerpc deleted file mode 100644 index 053822fbc56..00000000000 --- a/reactos/boot/freeldr/bootsect/Makefile.powerpc +++ /dev/null @@ -1,35 +0,0 @@ -TOOLS=$(PATH_TO_TOP)/tools -SECTIONS= \ - --only-section=.text \ - --only-section=.data \ - --only-section=.bss -LDSECT= -Ttext 0xe00000 -Tdata 0xe10000 -OBJS=ofwboot.o freeldr.o -CFLAGS=-mbig -meabi -fPIC -fno-builtin -I../freeldr/include -FREELDR=../freeldr/freeldr.sys - -.SUFFIXES: .c .o - -all: ofwldr - -hack-coff$(EXEEXT): - $(HOST_CC) -I../freeldr/include hack-coff.c -o $@ - -ofwboot.o: ofwboot.s - $(NASM_CMD) $< -c -o $@ - -$(FREELDR): - $(MAKE) -C ../freeldr - -freeldr.o: $(FREELDR) - $(TOOLS)/ppc-le2be $< freeldr.tmp - $(OBJCOPY) -I binary -O elf32-powerpc -B powerpc:common freeldr.tmp $@ - rm freeldr.tmp - -ofwldr: $(OBJS) - $(LD) -melf32ppc --no-omagic $(LDSECT) $(OBJS) -g -o $@.elf - $(OBJCOPY) $(SECTIONS) -O aixcoff-rs6000 $@.elf $@ - $(TOOLS)/hack-coff $@ - -clean: - rm -rf ofwldr *.o *.elf *.tmp diff --git a/reactos/lib/pseh/makefile.i386 b/reactos/lib/pseh/makefile.i386 deleted file mode 100644 index fc7af3620ea..00000000000 --- a/reactos/lib/pseh/makefile.i386 +++ /dev/null @@ -1,5 +0,0 @@ -# $Id$ - -TARGET_ARCH_OBJECTS = $(ARCH)/framebased.o $(ARCH)/setjmp.o - -# EOF diff --git a/reactos/lib/rosrtl/makefile.i386 b/reactos/lib/rosrtl/makefile.i386 deleted file mode 100644 index 3627d2b70f7..00000000000 --- a/reactos/lib/rosrtl/makefile.i386 +++ /dev/null @@ -1,9 +0,0 @@ -# $Id$ - -THREAD_OBJECTS := \ - $(THREAD_OBJECTS) \ - thread/linearstack.o \ - thread/$(ARCH)/context.o \ - thread/$(ARCH)/stackexit.o - -# EOF diff --git a/reactos/lib/string/Makefile.i386 b/reactos/lib/string/Makefile.i386 deleted file mode 100644 index d164d039080..00000000000 --- a/reactos/lib/string/Makefile.i386 +++ /dev/null @@ -1,34 +0,0 @@ -# $Id$ - - -EXCLUDE_FILTER = \ - memchr.o \ - memcpy.o \ - memmove.o \ - memset.o \ - strcat.o \ - strchr.o \ - strcmp.o \ - strcpy.o \ - strlen.o \ - strncat.o \ - strncmp.o \ - strncpy.o \ - strrchr.o \ - strnlen.o \ - wcscat.o \ - wcschr.o \ - wcscmp.o \ - wcscpy.o \ - wcslen.o \ - wcsncat.o \ - wcsncmp.o \ - wcsncpy.o \ - wcsnlen.o \ - wcsrchr.o - - -OBJECTS_ARCH = $(addprefix i386/, $(EXCLUDE_FILTER)) - - -# EOF