X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;f=Makefile;h=2a74cb0981f73c8874d8852fc9ce9a567fe0dd97;hb=452a348351ae8a2255809918a05683d2510655ce;hp=4de3dcc842a3cb3d9b9c46d60aa3a75bc121ed7e;hpb=99a9305339d568641a7ec55783faa161b3c33311;p=physik%2Fposic.git diff --git a/Makefile b/Makefile index 4de3dcc..2a74cb0 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,7 @@ CFLAGS += -g #CFLAGS += -ffloat-store #CFLAGS+= -DPARALLEL -fopenmp +CFLAGS+= -DPTHREADS -lpthread CFLAGS += -DALBE CFLAGS += -DALBE_FAST @@ -33,7 +34,7 @@ SRC += potentials/tersoff.c potentials/albe.c SRC += potentials/albe_fast.c ALL = mdrun sic fluctuation_calc postproc pair_correlation_calc diffusion_calc -ALL += bond_analyze search_bonds visual_atoms display_atom_data +ALL += bond_analyze search_bonds visual_atoms display_atom_data atom_match all: $(ALL) @@ -57,6 +58,8 @@ visual_atoms: $(DEPS) display_atom_data: $(DEPS) +atom_match: $(DEPS) + .PHONY:clean clean: rm -vf $(ALL) *.o */*.o