Files
harbour-core/harbour/source/rtl/gtxwc/Makefile
Viktor Szakats 5f8a108fc0 2009-09-11 03:52 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* source/rtl/gtxwc/Makefile
  * source/rtl/gtcrs/Makefile
  * source/rtl/gtsln/Makefile
    + Added skip reason.
2009-09-11 01:53:20 +00:00

23 lines
321 B
Makefile

#
# $Id$
#
ROOT := ../../../
include $(TOP)$(ROOT)config/global.mk
LIBNAME := gtxwc
C_SOURCES := \
gtxwc.c \
ifneq ($(HB_HAS_X11),)
HB_CFLAGS += $(foreach d,$(HB_HAS_X11),-I$(d))
include $(TOP)$(ROOT)config/lib.mk
else
HB_SKIP_REASON := component not found
include $(TOP)$(ROOT)config/none.mk
endif