12 lines
177 B
Makefile
12 lines
177 B
Makefile
TOP = ../../..
|
|
include $(TOP)/config/CONFIG_BASE
|
|
|
|
INC += resourceLib.h
|
|
INC += tsDLList.h
|
|
INC += tsSLList.h
|
|
INC += tsMinMax.h
|
|
INC += tsBTree.h
|
|
|
|
include $(TOP)/config/RULES.Host
|
|
|