Reset platonic code.
[voro++.git] / branches / dynamic / src / Makefile
blobb01eef5db81feda0cebab75cf7ab3bead003b8fe
1 #Voro++ makefile
3 #Author : Chris H. Rycroft (LBL / UC Berkeley)
4 #Email : chr@alum.mit.edu
5 #Date : February 27th 2008
7 #Load the common configuration file
8 include ../config.mk
10 #List of the common source files
11 SOURCE=container.cc container.hh config.hh cell.hh cell.cc wall.cc wall.hh worklist.cc worklist.hh
13 #Lists of the command line utilities
14 EXECUTABLES="../bin/voro++"
16 #Makefile rules
17 all: $(EXECUTABLES)
19 "../bin/voro++": $(SOURCE) cmd_line.cc
20 $(CC) $(CFLAGS) -o ../bin/voro++ cmd_line.cc
22 clean:
23 rm -f $(EXECUTABLES)
25 help: Doxyfile $(SOURCE)
26 doxygen Doxyfile
27 cd ../latex && make