File: Makefile.am

package info (click to toggle)
galculator 2.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,628 kB
  • ctags: 1,025
  • sloc: sh: 11,073; ansic: 5,627; lex: 267; makefile: 76
file content (23 lines) | stat: -rw-r--r-- 521 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
22
23
## Process this file with automake to produce Makefile.in

ACLOCAL_AMFLAGS=-I m4

desktopdir = $(datadir)/applications
desktop_in_files = galculator.desktop.in
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
@INTLTOOL_DESKTOP_RULE@

CLEANFILES = $(desktop_DATA)

SUBDIRS = src po ui doc pixmaps

# things we want to include in the source code distribution

EXTRA_DIST = galculator.spec \
	galculator.spec.in \
	galculator.desktop.in \
	intltool-merge.in \
	intltool-extract.in \
	intltool-update.in \
	ABOUT-NLS