X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/1cded9108ca388be764e0ac32118dca6df540e86..32e8d7768f2eea899ca5166f75c2c55a672d7f79:/emufs/Makefile diff --git a/emufs/Makefile b/emufs/Makefile index 2e0dbf5..77b05c0 100644 --- a/emufs/Makefile +++ b/emufs/Makefile @@ -1,9 +1,11 @@ -CFLAGS=-Wall -g -ansi -pedantic -DDEBUG -LDFLAGS=-lm +CFLAGS=-Wall -g -I/usr/include/libxml2 -DDEBUG +LDFLAGS= -lm -lmenu -lncurses -lxml2 +#CFLAGS=-Wall -g -pedantic -DDEBUG +#LDFLAGS=-lm -EMUFS_COMMON=emufs.o tipo1.o tipo2.o tipo3.o idx.o did.o fsc.o common.o indices.o indice_b.o +EMUFS_COMMON=emufs.o tipo1.o tipo2.o tipo3.o idx.o did.o fsc.o common.o indices.o indice_b.o b_plus.o -TARGETS=libemufs.a tipo1_main tipo2_main tipo3_main b_test +TARGETS=libemufs.a tipo1_main tipo2_main tipo3_main b_plus_test all: $(TARGETS) @@ -14,6 +16,7 @@ tipo2_main: tipo2_main.o $(EMUFS_COMMON) tipo3_main: tipo3_main.o $(EMUFS_COMMON) b_plus_test: b_plus_test.o b_plus.o + #b_plus_test: b_plus_test.o b_plus.o indices.o emufs.o #b_test: b_test.o indice_b.o