X-Git-Url: https://hackdaworld.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=b25487e2bde7283e0ba47d5af3357d359324ac55;hb=2eed6adf57a8fdcfbbeb5afd3b09cdf0085ee341;hp=28fd2b19ca840a6f8eb083e55801d3986be68564;hpb=e84546faff88301a68958b58f66f546b03294503;p=physik%2Fposic.git diff --git a/Makefile b/Makefile index 28fd2b1..b25487e 100644 --- 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 += -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)