regular checkin of logfile
[physik/posic.git] / Makefile
index 4de3dcc..1cc3779 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,10 @@ CFLAGS += -O3 -march=native -msse2 -mfpmath=sse
 CFLAGS += -g
 #CFLAGS += -ffloat-store
 
-#CFLAGS+= -DPARALLEL -fopenmp
+#CFLAGS += -DPARALLEL -fopenmp
+#CFLAGS += -DPTHREADS -lpthread
+#CFLAGS += -DVISUAL_THREAD -lpthread
+CFLAGS += -DPTHREADS -DVISUAL_THREAD -lpthread
 
 CFLAGS += -DALBE
 CFLAGS += -DALBE_FAST
@@ -33,7 +36,7 @@ SRC += potentials/tersoff.c potentials/albe.c
 SRC += potentials/albe_fast.c
 
 ALL = mdrun sic fluctuation_calc postproc pair_correlation_calc diffusion_calc
-ALL += bond_analyze search_bonds visual_atoms display_atom_data
+ALL += bond_analyze search_bonds visual_atoms display_atom_data atom_match
 
 all: $(ALL)
 
@@ -57,6 +60,8 @@ visual_atoms: $(DEPS)
 
 display_atom_data: $(DEPS)
 
+atom_match: $(DEPS)
+
 .PHONY:clean
 clean:
        rm -vf $(ALL) *.o */*.o