os-dependent directory to their own directory. This solves the problem in which these files include header files which are not yet installed when libCom is being built.
13 lines
109 B
Makefile
13 lines
109 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
TOP = ../..
|
|
|
|
include $(TOP)/configure/CONFIG
|
|
|
|
DIRS += base
|
|
|
|
include $(TOP)/configure/RULES_DIRS
|
|
|