File: Makefile.am

package info (click to toggle)
enigma 1.30%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 76,132 kB
  • sloc: xml: 162,251; cpp: 67,393; ansic: 28,606; makefile: 1,986; sh: 1,298; yacc: 288; perl: 84; sed: 16
file content (31 lines) | stat: -rw-r--r-- 958 bytes parent folder | download
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
EXTRA_DIST = README.md README.enigma LICENSE.md tinygettext_Export.h tinygettext.pc.in
AUTOMAKE_OPTIONS = subdir-objects
CXXFLAGS = @CXXFLAGS@\
        -fpermissive \
        -I$(top_srcdir)/lib-src/tinygettext/include

noinst_LIBRARIES = libtinygettext.a

libtinygettext_a_SOURCES = \
	src/dictionary.cpp		\
	include/tinygettext/dictionary.hpp		\
	src/dictionary_manager.cpp		\
	include/tinygettext/dictionary_manager.hpp		\
	include/tinygettext/dirent.h		\
	include/tinygettext/file_system.hpp		\
	src/iconv.cpp		\
	include/tinygettext/iconv.hpp		\
	src/language.cpp		\
	include/tinygettext/language.hpp		\
	src/log.cpp		\
	include/tinygettext/log.hpp		\
	include/tinygettext/log_stream.hpp		\
	src/plural_forms.cpp		\
	include/tinygettext/plural_forms.hpp		\
	src/po_parser.cpp		\
	include/tinygettext/po_parser.hpp		\
	src/tinygettext.cpp		\
	include/tinygettext/tinygettext.hpp		\
	src/unix_file_system.cpp		\
	include/tinygettext/unix_file_system.hpp