1 #----------------------------------------------------------------------------
3 #----------------------------------------------------------------------------
4 # This file is part of jacu.
6 # jacu is free software; you can redistribute it and/or modify it under the
7 # terms of the GNU General Public License as published by the Free Software
8 # Foundation; either version 2 of the License, or (at your option) any later
11 # jacu is distributed in the hope that it will be useful, but WITHOUT ANY
12 # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
13 # FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
16 # You should have received a copy of the GNU General Public License along
17 # with jacu; if not, write to the Free Software Foundation, Inc., 59 Temple
18 # Place, Suite 330, Boston, MA 02111-1307 USA
19 #----------------------------------------------------------------------------
20 # Creado: jue jun 17 00:41:52 ART 2004
21 # Autores: Leandro Lucarella <llucare@fi.uba.ar>
22 #----------------------------------------------------------------------------
24 # $Id: bufford.c 624 2004-05-30 20:18:04Z llucare $
29 SRCS=mtf.c main.c mtof.c
31 #CFLAGS=-O3 -Wall -DNDEBUG
32 CFLAGS=-ggdb -Wall -DDEBUG
36 main: $(COMMON) main.o
38 mtof: $(COMMON) mtof.o
41 makedepend -- $(CFLAGS) -- $(SRCS)
44 @$(RM) -f *.o $(TARGETS)
46 .PHONY: all clean depend
50 mtf.o: mtf.h /usr/include/stdio.h /usr/include/features.h
51 mtf.o: /usr/include/sys/cdefs.h /usr/include/gnu/stubs.h
52 mtf.o: /usr/lib/gcc-lib/i486-linux/3.3.4/include/stddef.h
53 mtf.o: /usr/include/bits/types.h /usr/include/bits/wordsize.h
54 mtf.o: /usr/include/bits/typesizes.h /usr/include/libio.h
55 mtf.o: /usr/include/_G_config.h /usr/include/wchar.h
56 mtf.o: /usr/include/bits/wchar.h /usr/include/gconv.h
57 mtf.o: /usr/lib/gcc-lib/i486-linux/3.3.4/include/stdarg.h
58 mtf.o: /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h
59 mtf.o: /usr/include/stdlib.h
60 main.o: /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h
61 main.o: /usr/include/gnu/stubs.h
62 main.o: /usr/lib/gcc-lib/i486-linux/3.3.4/include/stddef.h
63 main.o: /usr/include/bits/types.h /usr/include/bits/wordsize.h
64 main.o: /usr/include/bits/typesizes.h /usr/include/libio.h
65 main.o: /usr/include/_G_config.h /usr/include/wchar.h
66 main.o: /usr/include/bits/wchar.h /usr/include/gconv.h
67 main.o: /usr/lib/gcc-lib/i486-linux/3.3.4/include/stdarg.h
68 main.o: /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h mtf.h
69 main.o: /usr/include/stdlib.h /usr/include/string.h
70 mtof.o: /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h
71 mtof.o: /usr/include/gnu/stubs.h
72 mtof.o: /usr/lib/gcc-lib/i486-linux/3.3.4/include/stddef.h
73 mtof.o: /usr/include/bits/types.h /usr/include/bits/wordsize.h
74 mtof.o: /usr/include/bits/typesizes.h /usr/include/libio.h
75 mtof.o: /usr/include/_G_config.h /usr/include/wchar.h
76 mtof.o: /usr/include/bits/wchar.h /usr/include/gconv.h
77 mtof.o: /usr/lib/gcc-lib/i486-linux/3.3.4/include/stdarg.h
78 mtof.o: /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h mtf.h
79 mtof.o: /usr/include/stdlib.h /usr/include/string.h