* doc/es/Makefile
* doc/whatsnew.txt
* source/lang/Makefile
* source/rtl/gtcrs/Makefile
* source/main/Makefile
* source/debug/Makefile
* source/codepage/Makefile
* source/rdd/hbsix/Makefile
* source/compiler/Makefile
* contrib/hbgf/os2pm/Makefile
* contrib/hbgf/gtk/Makefile
* Some TAB/space cleanup.
26 lines
262 B
Makefile
26 lines
262 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT = ../../../
|
|
|
|
C_SOURCES=\
|
|
sxcompr.c \
|
|
sxcrypt.c \
|
|
sxdate.c \
|
|
sxsem.c \
|
|
sxfname.c \
|
|
sxtable.c \
|
|
sxord.c \
|
|
sxutil.c \
|
|
sxredir.c \
|
|
|
|
PRG_SOURCES=\
|
|
sxcompat.prg \
|
|
sxini.prg \
|
|
sxtrig.prg \
|
|
|
|
LIBNAME=hbsix
|
|
|
|
include $(TOP)$(ROOT)config/lib.cf
|