Skip to content

Commit 1183a8d

Browse files
committed
Move CPP/LDFLAGS into Makefile.manual.test.mk
1 parent 0a0561a commit 1183a8d

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

src/tests/Makefile.manual.test.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Common Makefile rules that are included from each test subdirectory's
22
# Makefile
33

4+
CPPFLAGS += -I../..
5+
LDFLAGS += -L../.. -lstdlib
46

57
OBJS = $(PROGS_SRC:.f90=.o)
68
PROGS = $(OBJS:.o=)

src/tests/ascii/Makefile.manual

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
PROGS_SRC = test_ascii.f90
22

3-
CPPFLAGS = -I../..
4-
LDFLAGS = -L../.. -lstdlib
53

64
include ../Makefile.manual.test.mk

src/tests/loadtxt/Makefile.manual

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,5 @@ PROGS_SRC = test_loadtxt.f90 \
55

66
CLEAN_FILES = tmp.dat tmp_qp.dat
77

8-
CPPFLAGS = -I../..
9-
LDFLAGS = -L../.. -lstdlib
108

119
include ../Makefile.manual.test.mk

0 commit comments

Comments
 (0)