* 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.
76 lines
987 B
Makefile
76 lines
987 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT = ../../
|
|
|
|
C_SOURCES=\
|
|
msgbe866.c \
|
|
msgbewin.c \
|
|
msgbg866.c \
|
|
msgbgiso.c \
|
|
msgbgmik.c \
|
|
msgbgwin.c \
|
|
msgca.c \
|
|
msgcs852.c \
|
|
msgcsiso.c \
|
|
msgcskam.c \
|
|
msgcswin.c \
|
|
msgde.c \
|
|
msgdewin.c \
|
|
msgel.c \
|
|
msgelwin.c \
|
|
msgeo.c \
|
|
msges.c \
|
|
msgeswin.c \
|
|
msgeu.c \
|
|
msgfr.c \
|
|
msggl.c \
|
|
msghe862.c \
|
|
msghewin.c \
|
|
msghr437.c \
|
|
msghr852.c \
|
|
msghriso.c \
|
|
msghrwin.c \
|
|
msghu852.c \
|
|
msghucwi.c \
|
|
msghuiso.c \
|
|
msghuwin.c \
|
|
msgid.c \
|
|
msgis850.c \
|
|
msgit.c \
|
|
msgko.c \
|
|
msgltwin.c \
|
|
msgnl.c \
|
|
msgpl852.c \
|
|
msgpliso.c \
|
|
msgplmaz.c \
|
|
msgplwin.c \
|
|
msgpt.c \
|
|
msgro.c \
|
|
msgru866.c \
|
|
msgrukoi.c \
|
|
msgruwin.c \
|
|
msgskiso.c \
|
|
msgskwin.c \
|
|
msgskkam.c \
|
|
msgsk852.c \
|
|
msgsl437.c \
|
|
msgsl852.c \
|
|
msgsliso.c \
|
|
msgslwin.c \
|
|
msgsr852.c \
|
|
msgsriso.c \
|
|
msgtr857.c \
|
|
msgtrwin.c \
|
|
msgsrwin.c \
|
|
msgua866.c \
|
|
msguakoi.c \
|
|
msguawin.c \
|
|
msgzhb5.c \
|
|
msgzhgb.c \
|
|
|
|
LIBNAME=hblang
|
|
|
|
include $(TOP)$(ROOT)config/lib.cf
|