Skip to content

Commit

Permalink
Rearrange Makefile variable defintion to make more sense.
Browse files Browse the repository at this point in the history
  • Loading branch information
eddieantonio committed Nov 1, 2015
1 parent 50b1968 commit d823464
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions analytic-tools/common.mk
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Compilation flags for all files.
# Compilation flags for all files.
CFLAGS = -ansi
CPPFLAGS = -I$(LOCAL_INCLUDE_DIR)
LDLIBS = -lm
5 changes: 3 additions & 2 deletions analytic-tools/use_lib.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ LOCAL_INCLUDE_DIR := $(abspath $(TOP)Modules)

include $(TOP)/common.mk

# Add libisri, created in Modules/
# Use libisri, created in Modules/
CPPFLAGS = -I$(LOCAL_INCLUDE_DIR)
LDFLAGS = -L$(LOCAL_INCLUDE_DIR)
LDLIBS = -lisri -lm
LDLIBS += -lisri

0 comments on commit d823464

Please sign in to comment.