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=shuff.c statichuff.c
31 #CFLAGS=-O3 -Wall -DNDEBUG
32 CFLAGS=-ggdb -Wall -DDEBUG
36 shuff: $(COMMON) shuff.o
39 makedepend -- $(CFLAGS) -- $(SRCS)
42 @$(RM) -f *.o $(TARGETS)
44 .PHONY: all clean depend
48 shuff.o: statichuff.h /usr/include/stdio.h /usr/include/features.h
49 shuff.o: /usr/include/sys/cdefs.h /usr/include/gnu/stubs.h
50 shuff.o: /usr/lib/gcc-lib/i486-linux/3.3.4/include/stddef.h
51 shuff.o: /usr/include/bits/types.h /usr/include/bits/wordsize.h
52 shuff.o: /usr/include/bits/typesizes.h /usr/include/libio.h
53 shuff.o: /usr/include/_G_config.h /usr/include/wchar.h
54 shuff.o: /usr/include/bits/wchar.h /usr/include/gconv.h
55 shuff.o: /usr/lib/gcc-lib/i486-linux/3.3.4/include/stdarg.h
56 shuff.o: /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h
57 shuff.o: /usr/include/unistd.h /usr/include/bits/posix_opt.h
58 shuff.o: /usr/include/bits/confname.h /usr/include/malloc.h
59 statichuff.o: statichuff.h /usr/include/stdio.h /usr/include/features.h
60 statichuff.o: /usr/include/sys/cdefs.h /usr/include/gnu/stubs.h
61 statichuff.o: /usr/lib/gcc-lib/i486-linux/3.3.4/include/stddef.h
62 statichuff.o: /usr/include/bits/types.h /usr/include/bits/wordsize.h
63 statichuff.o: /usr/include/bits/typesizes.h /usr/include/libio.h
64 statichuff.o: /usr/include/_G_config.h /usr/include/wchar.h
65 statichuff.o: /usr/include/bits/wchar.h /usr/include/gconv.h
66 statichuff.o: /usr/lib/gcc-lib/i486-linux/3.3.4/include/stdarg.h
67 statichuff.o: /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h
68 statichuff.o: /usr/include/unistd.h /usr/include/bits/posix_opt.h
69 statichuff.o: /usr/include/bits/confname.h /usr/include/stdlib.h