X-Git-Url: https://hackdaworld.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=73645df0606362e59a2d6259400aefb0fc79edf1;hb=dff2917d22ed07707d222bc10fab7370356699dc;hp=bba7d4e9c2109b4043487d292f3a8301364f52d8;hpb=fd4ecbff76b2e4fc70ca88e64fb76c85fa953888;p=physik%2Fposic.git diff --git a/Makefile b/Makefile index bba7d4e..73645df 100644 --- a/Makefile +++ b/Makefile @@ -7,16 +7,17 @@ CFLAGS += -g CFLAGS += -DALBE #CFLAGS += -DDEBUG +CFLAGS += -DDSTART=400 -DDEND=600 #CFLAGS += -DVDEBUG #CFLAGS += -DTERSOFF_ORIG LDFLAGS=-lm -DEPS = moldyn.o visual/visual.o random/random.o list/list.o +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 +25,8 @@ sic: $(DEPS) postproc: $(DEPS) +pair_correlation_calc: $(DEPS) + .PHONY:clean clean: rm -vf sic postproc fluctuation_calc *.o */*.o