Revision 4c72a54c core/core.mk

View differences:

core/core.mk
27 27
AMIROOS_CORE_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
28 28

  
29 29
# include paths
30
AMIROOSCOREINC = $(AMIROOS_CORE_DIR)inc
30
AMIROOS_CORE_INC = $(AMIROOS_CORE_DIR)inc
31 31

  
32 32
# C source files
33
AMIROOSCORECSRC = $(wildcard $(AMIROOS_CORE_DIR)src/*.c)
33
AMIROOS_CORE_CSRC = $(wildcard $(AMIROOS_CORE_DIR)src/*.[Cc])
34 34

  
35 35
# C++ source files
36
AMIROOSCORECPPSRC = $(wildcard $(AMIROOS_CORE_DIR)src/*.c?*)
36
AMIROOS_CORE_CPPSRC = $(wildcard $(AMIROOS_CORE_DIR)src/*.[Cc]?*)
37 37

  

Also available in: Unified diff