18 lines
147 B
Makefile
18 lines
147 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT = ../../
|
|
|
|
C_SOURCES=\
|
|
mysql.c \
|
|
|
|
PRG_SOURCES=\
|
|
tmysql.prg \
|
|
tsqlbrw.prg \
|
|
|
|
LIBNAME=mysql
|
|
|
|
include $(TOP)$(ROOT)config/lib.cf
|
|
|