]> git.llucax.com Git - z.facultad/75.06/jacu.git/commitdiff
Se mejora el Makefile y se agregan dependencias.
authorLeandro Lucarella <llucax@gmail.com>
Sun, 20 Jun 2004 06:36:20 +0000 (06:36 +0000)
committerLeandro Lucarella <llucax@gmail.com>
Sun, 20 Jun 2004 06:36:20 +0000 (06:36 +0000)
src/statichuff/Makefile

index 55f4609812f19f431b1b80294d8b2a1b445467bf..967adb629ca28c9c7c3187ad89fd5a0b3511adfe 100644 (file)
@@ -24,9 +24,9 @@
 # $Id: bufford.c 624 2004-05-30 20:18:04Z llucare $
 #
 
-TARGETS=statichuff
+TARGETS=statichuff tabla_mtf.c
 COMMON=
-SRCS=statichuff.c
+SRCS=statichuff.c tabla_mtf.c
 
 #CFLAGS=-O3 -Wall -DNDEBUG
 CFLAGS=-ggdb -Wall -DDEBUG
@@ -35,6 +35,8 @@ all: $(TARGETS)
 
 statichuff: $(COMMON) statichuff.o
 
+tabla_mtf: $(COMMON) tabla_mtf.o
+
 depend:
        makedepend -- $(CFLAGS) -- $(SRCS)
 
@@ -55,3 +57,13 @@ 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