Skip to content
Snippets Groups Projects
Commit 42dfccc0 authored by hchou10's avatar hchou10
Browse files

edit Makefile

parent 457733de
No related branches found
No related tags found
No related merge requests found
CC=gcc
INC=-I/usr/include -I/home/hchou10/GenerateGridPotential/inc
INC=-I/usr/include -I./inc
ifeq ($(dbg),1)
CFLAGS= -std=c99 -D_GNU_SOURCE -g -Og -Wall -Wextra -lm
else
CFLAGS= -std=c99 -D_GNU_SOURCE -O3 -Wall -Wextra -lm
endif
##edit this if you have your own fft3
CLIB=-lfftw3
OBJ=main.o GridDxFormat/grid_reader.o Kernel/debye_huckel_kernel.o Kernel/lenard_jones_repulsion_kernel.o Kernel/lenard_jones_trunc_kernel.o \
LinkList/link_list.o fftw/fftw.o Kernel/lenard_jones_kernel.o Kernel/tabulated_pot_kernel.o Kernel/onc_elec_kernel.o Kernel/gaussian_kernel.o \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment