* contrib/hbtpathy/common.mak
* contrib/hbtpathy/Makefile
* contrib/hbtpathy/telepath.prg
+ contrib/hbtpathy/tpcommon.c
! Got rid of begindump/enddump
32 lines
429 B
Makefile
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
|