[go: up one dir, main page]

File: Makefile.am

package info (click to toggle)
ucto 0.35-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,192 kB
  • sloc: cpp: 5,235; xml: 1,226; sh: 409; python: 151; makefile: 44
file content (21 lines) | stat: -rw-r--r-- 419 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
ACLOCAL_AMFLAGS = -I m4 --install

SUBDIRS = src include m4 config docs tests

EXTRA_DIST = bootstrap.sh AUTHORS TODO NEWS README.md ucto.pc.in ucto-icu.pc.in codemeta.json

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = ucto.pc

ChangeLog: NEWS
	git pull; git2cl > ChangeLog

docker:
	docker build -t ucto:latest .

docker-dev:
	docker build -t ucto:dev --build-arg VERSION=development .

deps:
	./build-deps.sh