* 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.
17 lines
131 B
Makefile
17 lines
131 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT = ../../
|
|
|
|
C_SOURCES=\
|
|
|
|
C_MAIN=harbour.c
|
|
|
|
LIBS=\
|
|
hbcplr \
|
|
hbpp \
|
|
hbcommon \
|
|
|
|
include $(TOP)$(ROOT)config/bin.cf
|