]> git.llucax.com Git - z.facultad/75.06/emufs.git/blob - emufs/Makefile
File Type 2 Test Added. Por ahora solo agrega registros y arma el indice. Ahora toy...
[z.facultad/75.06/emufs.git] / emufs / Makefile
1 CFLAGS=-Wall -g -ansi -pedantic -DDEBUG
2 LDFLAGS=
3
4 EMUFS_COMMON=emufs.o tipo1.o tipo2.o tipo3.o idx.o did.o fsc.o
5
6 all: libemufs.a tipo1_test tipo2_main tipo3_main
7
8 tipo1_test: tipo1_test.o $(EMUFS_COMMON)
9
10 tipo2_main: tipo2_main.o $(EMUFS_COMMON)
11
12 tipo3_main: tipo3_main.o $(EMUFS_COMMON)
13
14 libemufs.a: $(EMUFS_COMMON)
15         ar cru libemufs.a $(EMUFS_COMMON)
16
17 clean:
18         @rm -fv *.o tipo1_test tipo2_main tipo3_main articulos.*