X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/5b88d390025d7b91d0e0d2c6c63fef166b8d20f1..d843981b278fd692ab40eab347e37e6950283558:/emufs_gui/Makefile diff --git a/emufs_gui/Makefile b/emufs_gui/Makefile index 450599d..760b8ef 100644 --- a/emufs_gui/Makefile +++ b/emufs_gui/Makefile @@ -1,9 +1,13 @@ -CFLAGS=-Wall -g -I/usr/include/libxml2 -I../emufs +CFLAGS=-Wall -g -I/usr/include/libxml2 -I../emufs -DDEBUG LDFLAGS= -lmenu -lncurses -lxml2 -all: gui +OBJ=form.o emufs_view.o articulos.o facturas.o viewer.o menu.o lista.o tree_viewer.o ../emufs/libemufs.a -gui: form.c gui.c malloc_debug.c articulos.c ../emufs/libemufs.a +all: emufs_view + cd generar_archivos; make + +emufs_view: $(OBJ) clean: - @rm -vf *.o gui + cd generar_archivos; make clean + @$(RM) -vf *.o emufs_view *.dat *.did *.fsc *.idx