X-Git-Url: https://hackdaworld.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=bb520c4a81c214d234dbf00d18a3267ca24a0aa5;hb=80506020969de4de6961607079fca74a538fcaeb;hp=3e31459bd7ab9004a79c9e9a1f21a5c096fbdf4b;hpb=296a35b943e922173ce648ec76a4472e287af108;p=physik%2Fposic.git diff --git a/Makefile b/Makefile index 3e31459..bb520c4 100644 --- a/Makefile +++ b/Makefile @@ -6,12 +6,16 @@ CFLAGS+=-ffloat-store CFLAGS+=-g #CFLAGS+=-DDEBUG #CFLAGS+=-DVDEBUG +#CFLAGS+=-DTERSOFF_ORIG +CFLAGS+=-DALBE LDFLAGS=-lm -SOURCE=moldyn.c visual/visual.c random/random.c +SOURCE=moldyn.c visual/visual.c random/random.c list/list.c -POT_SRC=potentials/tersoff.c potentials/lennard_jones.c -POT_SRC+= potentials/harmonic_oscillator.c +#POT_SRC=potentials/tersoff_orig.c +POT_SRC=potentials/tersoff.c +POT_SRC+=potentials/albe.c +POT_SRC+= potentials/lennard_jones.c potentials/harmonic_oscillator.c all: sic