added static lists (but: glibc double free prob (for both lists!))
[physik/posic.git] / Makefile
index 70f4a5d..de46da4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,9 @@ CFLAGS += -g
 #CFLAGS += -ffloat-store
 
 CFLAGS += -DALBE
+CFLAGS += -DSTATIC_LISTS
 #CFLAGS += -DDEBUG
+CFLAGS += -DDSTART=400 -DDEND=600
 #CFLAGS += -DVDEBUG
 #CFLAGS += -DTERSOFF_ORIG
 
@@ -16,7 +18,7 @@ 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
+all: posic sic fluctuation_calc postproc pair_correlation_calc
 
 posic: $(DEPS)
 
@@ -24,6 +26,8 @@ sic: $(DEPS)
 
 postproc: $(DEPS)
 
+pair_correlation_calc: $(DEPS)
+
 .PHONY:clean
 clean:
-       rm -vf sic postproc fluctuation_calc *.o */*.o
+       rm -vf sic postproc fluctuation_calc pair_correlation_calc *.o */*.o