aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.inc')
-rw-r--r--Makefile.inc11
1 files changed, 6 insertions, 5 deletions
diff --git a/Makefile.inc b/Makefile.inc
index bc56d6d9..661da8b8 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -1,10 +1,11 @@
# -*- mode: makefile -*-
+TOP:=$(dir $(lastword $(MAKEFILE_LIST)))
-headers+=$(wildcard $(TOP)/src/*/*.hpp) $(wildcard $(TOP)/src/*/*/*.hpp)
-sources+=$(wildcard $(TOP)/src/*/*.cpp) $(wildcard $(TOP)/src/*/*/*.cpp)
+headers+=$(wildcard $(TOP)src/*/*.hpp) $(wildcard $(TOP)src/*/*/*.hpp)
+sources+=$(wildcard $(TOP)src/*/*.cpp) $(wildcard $(TOP)src/*/*/*.cpp)
-deps:=$(sources:.cpp=.d)
-objects:=$(sources:.cpp=.o)
+deps=$(sources:.cpp=.d)
+objects=$(sources:.cpp=.o)
# APPS
PKG_CONFIG:=pkg-config
@@ -13,7 +14,7 @@ LOG4CPP_CONFIG:=log4cpp-config
# CFLAGS
PEDENTIC:=-Wall -Werror
DEBUG:=-g
-INC_PATH:=-I$(TOP)/src
+INC_PATH:=-I$(TOP)src/
FTGL_CFLAGS:=$(shell $(PKG_CONFIG) ftgl --cflags)
# LDFLAGS