* contrib/hbwin/Makefile
* source/rtl/gtgui/Makefile
* source/rtl/gtwvt/Makefile
% Simplified inclusion logic.
19 lines
247 B
Makefile
19 lines
247 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT := ../../../
|
|
|
|
include $(TOP)$(ROOT)config/global.mk
|
|
|
|
LIBNAME := gtgui
|
|
|
|
C_SOURCES := \
|
|
gtgui.c \
|
|
|
|
ifneq ($(filter $(HB_PLATFORM),win wce),)
|
|
include $(TOP)$(ROOT)config/lib.mk
|
|
else
|
|
include $(TOP)$(ROOT)config/none.mk
|
|
endif
|