introduced albe_orig (much faster!) + small change for c2, d2, c2/d2 ...
[physik/posic.git] / Makefile
index fbe3f59..1b19d50 100644 (file)
--- 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,10 +21,10 @@ 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
+ALL += bond_analyze search_bonds visual_atoms display_atom_data
 
 all: $(ALL)
 
@@ -39,6 +40,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