Tweaked .gitignore
[cluster_expansion.git] / Makefile.am
blobd1a1bb6dabbc9ca5369ed822e2ccd9111358fd2f
1 CXXFLAGS = -Wall -Wextra -D_GNU_SOURCE -I/sw/include -ggdb2
2 bin_PROGRAMS = cluster_expansion
3 cluster_expansion_SOURCES = cluster_expansion.c \
4                             Interactions.h Interactions.cpp \
5                             InteractionsParser.h InteractionsParser.cpp \
6                             Lattice.h Lattice.cpp \
7                             LatticeParser.h LatticeParser.cpp \
8                             SimpleIni.h \
9                             StringTokenizer.h StringTokenizer.cpp \
10                             Structure.h StructureParser.h StructureParser.cpp