X-Git-Url: https://hackdaworld.org/gitweb/?p=physik%2Fposic.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=fa40909e3aaf95b872c7137be0b9dd9bc393f3e3;hp=fc5705a042427195724f986bf0addc67176854f3;hb=ff44bcba9df0d021568abcb553d1d490c442f696;hpb=98c1ca4feaacee4f319a6c288aa2b0cef65033e4 diff --git a/Makefile b/Makefile index fc5705a..fa40909 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,6 @@ CFLAGS += -DLOWMEM_LISTS #CFLAGS += -DDSTART=50 -DDEND=60 -DDATOM=0 #CFLAGS += -DVDEBUG -#CFLAGS += -DCONSTRAINT_110_5832 #CFLAGS += -DQUENCH LDFLAGS = -lm @@ -46,9 +45,10 @@ SRC += potentials/lennard_jones.c potentials/harmonic_oscillator.c SRC += potentials/tersoff.c potentials/albe.c SRC += potentials/albe_fast.c -ALL = mdrun sic fluctuation_calc postproc pair_correlation_calc diffusion_calc +#ALL = mdrun sic fluctuation_calc postproc pair_correlation_calc diffusion_calc +ALL = mdrun fluctuation_calc postproc pair_correlation_calc diffusion_calc ALL += diffusion_calc_ver2 bond_analyze search_bonds visual_atoms -ALL += display_atom_data atom_match +ALL += display_atom_data atom_match msd_calc s2xyz all: $(ALL) @@ -76,6 +76,10 @@ display_atom_data: $(DEPS) atom_match: $(DEPS) +msd_calc: $(DEPS) + +s2xyz: $(DEPS) + .PHONY:clean clean: rm -vf $(ALL) *.o */*.o