From de5da6745aa448b96eee01fbd9df0575629678b9 Mon Sep 17 00:00:00 2001 From: Ricardo Markiewicz Date: Sun, 20 Jun 2004 19:25:56 +0000 Subject: [PATCH] * Ajusto las cosas en los directorios que van. --- {otros => src}/blocksorting/Btree.cpp | 0 {otros => src}/blocksorting/Makefile | 0 {otros => src}/blocksorting/bs.c | 0 {otros => src}/blocksorting/bs.h | 0 {otros => src}/blocksorting/main.c | 0 {otros => src}/mtf/Makefile | 0 {otros => src}/mtf/main.c | 0 {otros => src}/mtf/mtf.c | 0 {otros => src}/mtf/mtf.h | 0 src/statichuff/Makefile | 15 ++------------- 10 files changed, 2 insertions(+), 13 deletions(-) rename {otros => src}/blocksorting/Btree.cpp (100%) rename {otros => src}/blocksorting/Makefile (100%) rename {otros => src}/blocksorting/bs.c (100%) rename {otros => src}/blocksorting/bs.h (100%) rename {otros => src}/blocksorting/main.c (100%) rename {otros => src}/mtf/Makefile (100%) rename {otros => src}/mtf/main.c (100%) rename {otros => src}/mtf/mtf.c (100%) rename {otros => src}/mtf/mtf.h (100%) diff --git a/otros/blocksorting/Btree.cpp b/src/blocksorting/Btree.cpp similarity index 100% rename from otros/blocksorting/Btree.cpp rename to src/blocksorting/Btree.cpp diff --git a/otros/blocksorting/Makefile b/src/blocksorting/Makefile similarity index 100% rename from otros/blocksorting/Makefile rename to src/blocksorting/Makefile diff --git a/otros/blocksorting/bs.c b/src/blocksorting/bs.c similarity index 100% rename from otros/blocksorting/bs.c rename to src/blocksorting/bs.c diff --git a/otros/blocksorting/bs.h b/src/blocksorting/bs.h similarity index 100% rename from otros/blocksorting/bs.h rename to src/blocksorting/bs.h diff --git a/otros/blocksorting/main.c b/src/blocksorting/main.c similarity index 100% rename from otros/blocksorting/main.c rename to src/blocksorting/main.c diff --git a/otros/mtf/Makefile b/src/mtf/Makefile similarity index 100% rename from otros/mtf/Makefile rename to src/mtf/Makefile diff --git a/otros/mtf/main.c b/src/mtf/main.c similarity index 100% rename from otros/mtf/main.c rename to src/mtf/main.c diff --git a/otros/mtf/mtf.c b/src/mtf/mtf.c similarity index 100% rename from otros/mtf/mtf.c rename to src/mtf/mtf.c diff --git a/otros/mtf/mtf.h b/src/mtf/mtf.h similarity index 100% rename from otros/mtf/mtf.h rename to src/mtf/mtf.h diff --git a/src/statichuff/Makefile b/src/statichuff/Makefile index 967adb6..2b3b060 100644 --- a/src/statichuff/Makefile +++ b/src/statichuff/Makefile @@ -49,21 +49,10 @@ clean: statichuff.o: statichuff.h /usr/include/stdio.h /usr/include/features.h statichuff.o: /usr/include/sys/cdefs.h /usr/include/gnu/stubs.h -statichuff.o: /usr/lib/gcc-lib/i486-linux/3.3.4/include/stddef.h statichuff.o: /usr/include/bits/types.h /usr/include/bits/wordsize.h statichuff.o: /usr/include/bits/typesizes.h /usr/include/libio.h statichuff.o: /usr/include/_G_config.h /usr/include/wchar.h statichuff.o: /usr/include/bits/wchar.h /usr/include/gconv.h -statichuff.o: /usr/lib/gcc-lib/i486-linux/3.3.4/include/stdarg.h statichuff.o: /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h -statichuff.o: /usr/include/stdlib.h -tabla_mtf.o: statichuff.h /usr/include/stdio.h /usr/include/features.h -tabla_mtf.o: /usr/include/sys/cdefs.h /usr/include/gnu/stubs.h -tabla_mtf.o: /usr/lib/gcc-lib/i486-linux/3.3.4/include/stddef.h -tabla_mtf.o: /usr/include/bits/types.h /usr/include/bits/wordsize.h -tabla_mtf.o: /usr/include/bits/typesizes.h /usr/include/libio.h -tabla_mtf.o: /usr/include/_G_config.h /usr/include/wchar.h -tabla_mtf.o: /usr/include/bits/wchar.h /usr/include/gconv.h -tabla_mtf.o: /usr/lib/gcc-lib/i486-linux/3.3.4/include/stdarg.h -tabla_mtf.o: /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h -tabla_mtf.o: /usr/include/stdlib.h +statichuff.o: /usr/include/unistd.h /usr/include/bits/posix_opt.h +statichuff.o: /usr/include/bits/confname.h /usr/include/stdlib.h -- 2.43.0