File: Makefile.am

package info (click to toggle)
lostirc 0.4.6-4.2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 3,280 kB
  • ctags: 2,138
  • sloc: sh: 9,286; ansic: 8,543; cpp: 6,374; makefile: 525; yacc: 288; sed: 16
file content (19 lines) | stat: -rw-r--r-- 354 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SUBDIRS = intl po src

EXTRA_DIST = config.rpath  lostirc.desktop \
             lostirc.1 lostirc.png m4

dist-hook: lostirc.spec
	cp lostirc.spec $(distdir)

if DESKTOPFILE
Desktopdir = $(datadir)/applications
Desktop_DATA = lostirc.desktop
endif

pixmapdir = $(datadir)/pixmaps
pixmap_DATA = lostirc.png

man_MANS = lostirc.1

ACLOCAL_AMFLAGS = -I m4