File: Makefile.am

package info (click to toggle)
loqui 0.6.4-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 5,424 kB
  • sloc: ansic: 29,189; sh: 11,351; makefile: 228
file content (37 lines) | stat: -rw-r--r-- 783 bytes parent folder | download | duplicates (4)
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
33
34
35
36
37
SUBDIRS =  m4 libloqui src po # test

AUTOMAKE_OPTIONS = 1.5

ChangeLog:
	git log --name-status > $@

EXTRA_DIST= autogen.sh \
	AUTHORS \
	README \
	NEWS \
	NEWS.ja \
	COPYING \
	COPYING.LIB \
	LICENSE \
	ChangeLog \
	INSTALL \
	loqui.spec \
	loqui.spec.in \
	loqui.desktop \
	loqui.png \
	loqui-am-macros.m4

ACLOCAL_AMFLAGS = -I m4

icon_DATA = loqui.png
icondir = $(datadir)/pixmaps

desktop_DATA = loqui.desktop
desktopdir = $(datadir)/applications/

dist-spec: distdir
	$(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
	sed '/^Source:/ s/\.tar\.gz$$/\.tar\.bz2/' $(distdir)/loqui.spec > $(distdir)/loqui.spec.bzip2
	mv $(distdir)/loqui.spec.bzip2 $(distdir)/loqui.spec
	$(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
	$(am__remove_distdir)