X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;f=Makefile;h=1b19d50171120e788d68e0af830d6d2f00eceb9c;hb=8800ba98083a8e5457b035293999f1c70e780c72;hp=47670a825c9f5cf3af48675999688c6945ebc9e4;hpb=2b6a06cdf69b0d8f1dafc0e21b89c6bb4bfc192c;p=physik%2Fposic.git diff --git a/Makefile b/Makefile index 47670a8..1b19d50 100644 --- a/Makefile +++ b/Makefile @@ -11,8 +11,9 @@ CFLAGS += -DALBE #CFLAGS += -DSTATIC_LISTS +#CFLAGS += -DNDEBUG #CFLAGS += -DDEBUG -#CFLAGS += -DDSTART=19 -DDEND=40 -DDATOM=5832 +#CFLAGS += -DDSTART=-1 -DDEND=3 -DDATOM=0 #CFLAGS += -DVDEBUG LDFLAGS = -lm @@ -20,7 +21,7 @@ LDFLAGS = -lm 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 +DEPS += potentials/tersoff.o potentials/albe.o potentials/albe_orig.o ALL = mdrun sic fluctuation_calc postproc pair_correlation_calc diffusion_calc ALL += bond_analyze search_bonds visual_atoms display_atom_data