File: Makefile.am

package info (click to toggle)
frog 0.34-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 14,884 kB
  • sloc: cpp: 12,644; sh: 117; makefile: 58; python: 43; ansic: 39
file content (20 lines) | stat: -rw-r--r-- 399 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
ACLOCAL_AMFLAGS = -I m4 --install

SUBDIRS = src include m4 docs tests

EXTRA_DIST = bootstrap.sh AUTHORS TODO NEWS README.md codemeta.json

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

ChangeLog: $(top_srcdir)/NEWS
	git pull; git2cl > ChangeLog

docker:
	docker build -t frog:latest .

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

deps:
	./build-deps.sh