Files
harbour-core/src/rtl/gtxwc/Makefile
vszakats 9687850865 2013-03-16 02:10 UTC+0100 Viktor Szakats (harbour syenar.net)
* (all files)
    * stripped svn header
    * minor cleanups
    ; use following command to find out the history of files:
       git log
       git log --follow
       git blame
       git annotate
2013-03-16 02:11:42 +01:00

20 lines
310 B
Makefile

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