Files
harbour-core/harbour/source/common/Makefile
Maurilio Longo 76b19815f9 2001-12-11 14:30 UTC+0100 Maurilio Longo <maurilio.longo@libero.it>
* source/common/Makefile
     + added hbgete.c entry
   * source/common/hbgete.c
     + added OS/2 specific code
2001-12-11 13:32:51 +00:00

24 lines
232 B
Makefile

#
# $Id$
#
ROOT = ../../
C_SOURCES=\
hbfhnd.c \
hbfsapi.c \
hbgete.c \
hbhash.c \
hbstr.c \
hbtrace.c \
hbver.c \
reserved.c \
expropt1.c \
expropt2.c \
PRG_SOURCES=\
LIBNAME=common
include $(TOP)$(ROOT)config/lib.cf