added DATOM definition
[physik/posic.git] / Makefile
index 28fd2b1..76ed2d2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,13 +7,16 @@ CFLAGS += -g
 #CFLAGS += -ffloat-store
 
 CFLAGS += -DALBE
+#CFLAGS += -DTERSOFF_ORIG
+
 #CFLAGS += -DSTATIC_LISTS
-#CFLAGS += -DDEBUG
-CFLAGS += -DDSTART=400 -DDEND=600
+
+CFLAGS += -DDEBUG
+CFLAGS += -DDSTART=19 -DDEND=40 -DDATOM=5832
 #CFLAGS += -DVDEBUG
-#CFLAGS += -DTERSOFF_ORIG
 
-LDFLAGS=-lm
+LDFLAGS = -lm
+#LDFLAGS += -lefence
 
 DEPS = moldyn.o random/random.o list/list.o
 DEPS += potentials/lennard_jones.o potentials/harmonic_oscillator.o
@@ -23,7 +26,7 @@ all: posic sic fluctuation_calc postproc pair_correlation_calc
 
 posic: $(DEPS)
 
-sic: $(DEPS)
+sic: $(DEPS) config.h
 
 postproc: $(DEPS)