* (all files)
* stripped svn header
* minor cleanups
; use following command to find out the history of files:
git log
git log --follow
git blame
git annotate
42 lines
499 B
Makefile
42 lines
499 B
Makefile
|
|
ROOT := ../../
|
|
|
|
C_SOURCES := \
|
|
l_be.c \
|
|
l_bg.c \
|
|
l_ca.c \
|
|
l_cs.c \
|
|
l_de.c \
|
|
l_el.c \
|
|
l_eo.c \
|
|
l_es.c \
|
|
l_eu.c \
|
|
l_fr.c \
|
|
l_gl.c \
|
|
l_he.c \
|
|
l_hr.c \
|
|
l_hu.c \
|
|
l_id.c \
|
|
l_is.c \
|
|
l_it.c \
|
|
l_ko.c \
|
|
l_lt.c \
|
|
l_nl.c \
|
|
l_pl.c \
|
|
l_pt.c \
|
|
l_ro.c \
|
|
l_ru.c \
|
|
l_sk.c \
|
|
l_sl.c \
|
|
l_sr_cyr.c \
|
|
l_sr_lat.c \
|
|
l_sv.c \
|
|
l_tr.c \
|
|
l_uk.c \
|
|
l_zh_sim.c \
|
|
l_zh_tra.c \
|
|
|
|
LIBNAME := hblang
|
|
|
|
include $(TOP)$(ROOT)config/lib.mk
|