If this page looks abnormally plain, you should consider upgrading to a
standards-compliant browser.
Links to other sections of this site appear at the
bottom of the page.
Whoops! No Title Set!
--- Makefile.orig Mon Jan 28 09:33:25 2002
+++ Makefile Mon Jan 28 09:34:27 2002
@@ -17,13 +17,13 @@
shuffle: shuffle.o random.o lineshuffler.o
g++ -o shuffle shuffle.o random.o lineshuffler.o
-random.o: random.cpp
+random.o: random.cpp random.hpp
g++ -c -g -pedantic -Wall -W random.cpp
-shuffle.o: shuffle.cpp
+shuffle.o: shuffle.cpp lineshuffler.hpp random.hpp
g++ -c -g -pedantic -Wall -W shuffle.cpp
-lineshuffler.o: lineshuffler.cpp
+lineshuffler.o: lineshuffler.cpp lineshuffler.hpp random.hpp
g++ -c -g -pedantic -Wall -W lineshuffler.cpp
Return to top