X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=47670a825c9f5cf3af48675999688c6945ebc9e4;hb=55cd4d049604f2cf1d0fff095e6bcd13ec25780f;hp=c839759237846919adfef7fb51afa4ff51c9f2f4;hpb=2346d076f3d0955fb3a7bfb47f2b17b9eae6dd5b;p=physik%2Fposic.git diff --git a/Makefile b/Makefile index c839759..47670a8 100644 --- a/Makefile +++ b/Makefile @@ -22,12 +22,12 @@ DEPS = moldyn.o random/random.o list/list.o DEPS += potentials/lennard_jones.o potentials/harmonic_oscillator.o DEPS += potentials/tersoff.o potentials/albe.o -ALL = posic sic fluctuation_calc postproc pair_correlation_calc diffusion_calc -ALL += bond_analyze +ALL = mdrun sic fluctuation_calc postproc pair_correlation_calc diffusion_calc +ALL += bond_analyze search_bonds visual_atoms display_atom_data all: $(ALL) -posic: $(DEPS) +mdrun: $(DEPS) sic: $(DEPS) config.h @@ -39,6 +39,12 @@ diffusion_calc: $(DEPS) bond_analyze: $(DEPS) +search_bonds: $(DEPS) + +visual_atoms: $(DEPS) + +display_atom_data: $(DEPS) + .PHONY:clean clean: rm -vf $(ALL) *.o */*.o