File: Makefile.am

package info (click to toggle)
scim-kmfl-imengine 0.9.9-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, stretch
  • size: 2,088 kB
  • ctags: 406
  • sloc: sh: 11,939; cpp: 2,416; makefile: 80; sed: 16
file content (12 lines) | stat: -rw-r--r-- 259 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
SUBDIRS = po src scim_kmfl_imengine_setup data

ACLOCAL_AMFLAGS = -I m4

# Copy all the spec files. Of cource, only one is actually used.
dist-hook:
	for specfile in *.spec; do \
		if test -f $$specfile; then \
			cp -p $$specfile $(distdir); \
		fi \
	done