summaryrefslogtreecommitdiffstats
path: root/kcontrol/locale/Makefile.am
blob: df5b46511117b20c8fcfb49771232689c823bbc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#AM_CPPFLAGS = -DTQT_NO_CAST_ASCII -DTQT_NO_COMPAT

AM_CPPFLAGS = $(all_includes)

SUBDIRS = default pics

kde_module_LTLIBRARIES = kcm_locale.la
kcm_locale_la_SOURCES = main.cpp toplevel.cpp kcmlocale.cpp klocalesample.cpp localenum.cpp localemon.cpp localetime.cpp localeother.cpp
METASOURCES = AUTO
noinst_HEADERS = toplevel.h kcmlocale.h klocalesample.h localenum.h localemon.h localetime.h localeother.h 

kcm_locale_la_LDFLAGS = -module -avoid-version $(all_libraries) -no-undefined
kcm_locale_la_LIBADD = $(LIB_TDEIO)

# Note: newer glibc (e.g. zonetab version 1.31 (cvs revision 1.22) have more/other data than older ones (e.g. zonetab version 1.28)

# timezones-manual is for adding entried from a zone.tab downloaded from glibc's CVS
timezones-manual:
	grep -v '^#' zone.tab | tr '	' ' ' | sed -e "s#  *# #" | cut -d' ' -f3 | sed -e 's,^,i18n(",; s,$$,");,' >> $(srcdir)/TIMEZONES
	sort -u $(srcdir)/TIMEZONES > t && mv t $(srcdir)/TIMEZONES

timezones:
	grep -v '^#' /usr/share/zoneinfo/zone.tab | tr '	' ' ' | sed -e "s#  *# #" | cut -d' ' -f3 | sed -e 's,^,i18n(",; s,$$,");,' >> $(srcdir)/TIMEZONES
	sort -u $(srcdir)/TIMEZONES > t && mv t $(srcdir)/TIMEZONES
	

messages:
	$(XGETTEXT) -ktranslate $(kcm_locale_la_SOURCES) -o $(podir)/kcmlocale.pot
	$(XGETTEXT) TIMEZONES -o $(podir)/timezones.pot

xdg_apps_DATA = language.desktop