]> git.llucax.com Git - z.facultad/75.06/jacu.git/blob - src/vfile/Makefile
Bugfixes y mas cosas a la pantalla
[z.facultad/75.06/jacu.git] / src / vfile / 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=vol unvol
28 COMMON=common.o vfile.o
29 SRCS = common.c vfile.c vol.c unvol.c
30
31 CFLAGS=-O3 -Wall -DNDEBUG
32 #CFLAGS=-ggdb -Wall -DDEBUG
33
34 all: $(TARGETS)
35
36 vol: $(COMMON) vol.o
37
38 unvol: $(COMMON) unvol.o
39
40 depend:
41         makedepend -- $(CFLAGS) -- $(SRCS)
42
43 clean:
44         @$(RM) -f *.o $(TARGETS)
45
46 .PHONY: all clean depend
47
48 # DO NOT DELETE
49
50 common.o: common.h /usr/include/malloc.h /usr/include/string.h
51 common.o: /usr/include/features.h /usr/include/sys/cdefs.h
52 common.o: /usr/include/gnu/stubs.h
53 vfile.o: common.h vfile.h /usr/include/stdio.h /usr/include/features.h
54 vfile.o: /usr/include/sys/cdefs.h /usr/include/gnu/stubs.h
55 vfile.o: /usr/include/bits/types.h /usr/include/bits/wordsize.h
56 vfile.o: /usr/include/bits/typesizes.h /usr/include/libio.h
57 vfile.o: /usr/include/_G_config.h /usr/include/wchar.h
58 vfile.o: /usr/include/bits/wchar.h /usr/include/gconv.h
59 vfile.o: /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h
60 vfile.o: /usr/include/malloc.h /usr/include/string.h
61 vol.o: vfile.h /usr/include/stdio.h /usr/include/features.h
62 vol.o: /usr/include/sys/cdefs.h /usr/include/gnu/stubs.h
63 vol.o: /usr/include/bits/types.h /usr/include/bits/wordsize.h
64 vol.o: /usr/include/bits/typesizes.h /usr/include/libio.h
65 vol.o: /usr/include/_G_config.h /usr/include/wchar.h
66 vol.o: /usr/include/bits/wchar.h /usr/include/gconv.h
67 vol.o: /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h
68 vol.o: /usr/include/malloc.h /usr/include/string.h /usr/include/stdlib.h
69 unvol.o: vfile.h /usr/include/stdio.h /usr/include/features.h
70 unvol.o: /usr/include/sys/cdefs.h /usr/include/gnu/stubs.h
71 unvol.o: /usr/include/bits/types.h /usr/include/bits/wordsize.h
72 unvol.o: /usr/include/bits/typesizes.h /usr/include/libio.h
73 unvol.o: /usr/include/_G_config.h /usr/include/wchar.h
74 unvol.o: /usr/include/bits/wchar.h /usr/include/gconv.h
75 unvol.o: /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h
76 unvol.o: /usr/include/malloc.h /usr/include/string.h