X-Git-Url: https://www.hackdaworld.org/gitweb/?a=blobdiff_plain;f=Makefile;h=0e7b1228cd17cacbffb916c17c6d36613190942a;hb=b5b47daaa3718c4dec2056fe5147668023575b8e;hp=8f0d97c393c26476326d605504f1cc7e12b832e4;hpb=ab49ee162e11085726694b943ae52544b278e31d;p=physik%2Fposic.git diff --git a/Makefile b/Makefile index 8f0d97c..0e7b122 100644 --- a/Makefile +++ b/Makefile @@ -7,16 +7,19 @@ 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: sic fluctuation_calc postproc +all: posic sic fluctuation_calc postproc + +posic: $(DEPS) sic: $(DEPS) @@ -24,4 +27,4 @@ postproc: $(DEPS) .PHONY:clean clean: - rm -f sic postproc fluctuation_calc + rm -vf sic postproc fluctuation_calc *.o */*.o