Explore UCD

UCD Home >

Makefile

FC=gfortran-mp-4.8
FFLAGS=-march=core2 -O2 -mno-avx
LDFLAGS=-framework Accelerate
FTARGETS=nrg_tut td tks

code: $(FTARGETS)
%: %.f90
	$(FC) $(FFLAGS) $(LDFLAGS) -o $@ $<

Theoretical Nanoelectronics Group

UCD Science Centre North, University College Dublin, Belfield, Dublin 4, Ireland.
T: +353 1 716 2520 | E: andrew.mitchell@ucd.ie