]> git.llucax.com Git - z.facultad/75.06/jacu.git/blob - src/Makefile
Agrego opción para incluir ZG en jacu (sólo en la compresión, por ahora).
[z.facultad/75.06/jacu.git] / src / Makefile
1 #----------------------------------------------------------------------------
2 #                                  jacu
3 #----------------------------------------------------------------------------
4 # This file is part of jacu.
5 #
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
9 # version.
10 #
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
14 # details.
15 #
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 #----------------------------------------------------------------------------
23 #
24 # $Id: bufford.c 624 2004-05-30 20:18:04Z llucare $
25 #
26
27 TARGETS=jacu
28 COMMON=zerogrouping/zerogrouping.o mtf/mtf.o blocksorting/bs.o \
29        statichuff/statichuff.o vfile/vfile.o vfile/common.o
30 SRCS=jacu.c
31
32 #CFLAGS=-O3 -Wall -DNDEBUG
33 CFLAGS=-ggdb -Wall -DDEBUG
34
35 all: $(TARGETS)
36
37 jacu: $(COMMON) jacu.o 
38
39 depend:
40         makedepend -- $(CFLAGS) -- $(SRCS)
41
42 clean:
43         @$(RM) -f *.o $(TARGETS)
44
45 .PHONY: all clean depend
46
47 # DO NOT DELETE
48
49 jacu.o: statichuff/statichuff.h /usr/include/stdio.h /usr/include/features.h
50 jacu.o: /usr/include/sys/cdefs.h /usr/include/gnu/stubs.h
51 jacu.o: /usr/include/bits/types.h /usr/include/bits/wordsize.h
52 jacu.o: /usr/include/bits/typesizes.h /usr/include/libio.h
53 jacu.o: /usr/include/_G_config.h /usr/include/wchar.h
54 jacu.o: /usr/include/bits/wchar.h /usr/include/gconv.h
55 jacu.o: /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h
56 jacu.o: /usr/include/unistd.h /usr/include/bits/posix_opt.h
57 jacu.o: /usr/include/bits/confname.h blocksorting/bs.h /usr/include/string.h
58 jacu.o: /usr/include/stdlib.h mtf/mtf.h vfile/vfile.h