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
10 # List of the common source files
11 objs
=common.o cell_2d.o container_2d.o
12 src
=$(patsubst %.o
,%.
cc,$(objs
))
18 $(CXX
) -MM
$(src
) >Makefile.dep
24 libvoro
++_2d.a
: $(objs
)
26 ar rs libvoro
++_2d.a
$^
29 $(CXX
) $(CFLAGS
) -c
$<
31 help
: Doxyfile
$(SOURCE
)
33 cd ..
/latex
&& $(MAKE
)
36 rm -f
$(objs
) libvoro
++_2d.a
38 .PHONY
: all help execs depend