# Master makefile for Thinking in Java, 2nd Ed. by Bruce Eckel # at http://www.BruceEckel.com # Compiles all the code in the book # Copyright notice in Copyright.txt # To compile all programs from # Thinking in Java, 2nd Ed., # from the root code directory type: # make # or for faster but without dependency checking: # make -f makefile.fast all: cd bangbean make cd .. cd c02 make cd .. cd c03 make cd .. cd c04 make cd .. cd c05 make cd .. cd c05\dessert make cd .. cd .. cd c06 make cd .. cd c07 make cd .. cd c07\controller make cd .. cd .. cd c07\innerscopes make cd .. cd .. cd c07\parcel1 make cd .. cd .. cd c07\parcel10 make cd .. cd .. cd c07\parcel11 make cd .. cd .. cd c07\parcel2 make cd .. cd .. cd c07\parcel3 make cd .. cd .. cd c08 make cd .. cd c08\newcollections make cd .. cd .. cd c09 make cd .. cd c10 make cd .. cd c10\xfiles make cd .. cd .. cd c11 make cd .. cd c11\petcount make cd .. cd .. cd c11\petcount2 make cd .. cd .. cd c11\petcount3 make cd .. cd .. cd c12 make cd .. cd c13 make cd .. cd c14 make cd .. cd c15 make cd .. cd c15\ptime make cd .. cd .. cd c16 make cd .. cd c17 make cd .. cd c17\doubledispatch make cd .. cd .. cd c17\dynatrash make cd .. cd .. cd c17\recyclea make cd .. cd .. cd c17\recycleap make cd .. cd .. cd c17\recycleb make cd .. cd .. cd c17\trash make cd .. cd .. cd c17\trashvisitor make cd .. cd .. cd com\bruceeckel\tools make cd .. cd .. cd .. cd com\bruceeckel\tools\debug make cd .. cd .. cd .. cd .. cd com\bruceeckel\util make cd .. cd .. cd .. cd frogbean make cd ..