Files
harbour-core/harbour/contrib/hbtpathy/Makefile
Viktor Szakats 603c54d4bf 2008-05-19 18:30 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* contrib/hbtpathy/common.mak
   * contrib/hbtpathy/Makefile
   * contrib/hbtpathy/telepath.prg
   + contrib/hbtpathy/tpcommon.c
     ! Got rid of begindump/enddump
2008-05-19 16:33:28 +00:00

32 lines
429 B
Makefile

#
# $Id: Makefile,v 1.4 2005/10/13 10:45:46 mauriliolongo Exp $
#
ROOT = ../../
ifneq ($(HB_ARCHITECTURE),dos)
ifeq ($(HB_ARCHITECTURE),linux)
C_SOURCES=\
tplinux.c \
else ($(HB_ARCHITECTURE),win32)
C_SOURCES=\
tpwin32.c \
else
C_SOURCES=\
tpos2.c \
endif
tpcommon.c \
PRG_SOURCES=\
telepath.prg \
PRG_HEADERS=\
telepath.ch \
LIBNAME=hbtpathy
include $(TOP)$(ROOT)config/lib.cf
endif