X-Git-Url: https://git.llucax.com/z.facultad/75.42/string.git/blobdiff_plain/6433cf237a213c6ba195e534da110733de9b4716..b18e440563dabec6bef71cbfa954bc5e38c84ca6:/Makefile diff --git a/Makefile b/Makefile index 08ee0b6..c2d2822 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,8 @@ # Opciones para el compilador. #CXXFLAGS=-ansi -pedantic -Wall -O3 -CXXFLAGS=-ansi -pedantic -Wall -g3 -DDEBUG +CXXFLAGS=-ansi -pedantic -Wall -g3 +#CXXFLAGS=-ansi -pedantic -Wall -g3 -DDEBUG # Pruebas. TESTS= @@ -33,12 +34,10 @@ ascii.o: ascii.cpp ascii.h unicode.o: unicode.cpp unicode.h -#quicksort.o: quicksort.cpp quicksort.h - -#universalstring.o: universalstring.h universalstring.cpp - universalstring: ascii.o unicode.o universalstring.cpp +tp4: ascii.o unicode.o tp4.cpp + # Regla para borrar. clean: @@ -47,13 +46,13 @@ clean: # Preety-printing del código fuente. FUENTES=ascii.h ascii.cpp unicode.h unicode.cpp universalstring.h \ - quicksort.h quicksort.cpp + quicksort.h tp4.cpp code.ps: $(FUENTES) @enscript -j -Ecpp -U2 -C --fancy-header=squeeze --color -pcode.ps \ $(FUENTES) # Informe. -informe: code.ps corrida.txt +informe: code.ps @doxygen @cd latex && make refman.pdf && cd .. @doxygen Doxyfile.imprimible