~nickpapior/siesta/documentation

« back to all changes in this revision

Viewing changes to Src/fdict/test/Makefile

  • Committer: Nick Papior
  • Date: 2016-07-29 14:26:45 UTC
  • mfrom: (527.1.10 trunk)
  • Revision ID: nickpapior@gmail.com-20160729142645-hsrx2txns9ooej4c
Merged trunk

Added documentation for fdict and ncdf

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
AR      ?= ar
9
9
ARFLAGS ?= cru
10
10
RANLIB  ?= ranlib
11
 
PP      ?= cpp -E -P -C
 
11
CPP      = $(FC) -E -P -x c
12
12
 
13
13
TST_UTILS = tst_utils.o
14
14
LIB_TST = libtst.a
33
33
 
34
34
TST_EXE ?= $(TST_EXE_)
35
35
 
36
 
LIB  = ../libvardict.a $(LIB_TST)
 
36
LIB  = ../libfdict.a $(LIB_TST)
37
37
FFLAGS += -I../
38
38
 
39
39
# Make all executables dependent on the test-library