File: Makefile.am

package info (click to toggle)
xfe 0.72-6
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 4,940 kB
  • ctags: 2,805
  • sloc: cpp: 13,675; sh: 12,918; ansic: 6,546; makefile: 541; yacc: 316; sed: 16
file content (17 lines) | stat: -rw-r--r-- 476 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
man_MANS=xfe.1 xfv.1 xfq.1
SUBDIRS = intl po m4 src xfv xfq icons
DIST_SUBDIRS =  intl po m4 src xfv xfq icons

rcdir = $(prefix)/lib/foxrc
rc_DATA = Desktop

EXTRA_DIST = autogen.sh config.h i18n.h xfe.1 xfv.1 xfq.1 ABOUT-NLS TODO FAQ BUGS xfe.spec.in Desktop.in xfe.png $(top_srcdir)/icons/* $(top_srcdir)/src/icons/*

icondir = $(prefix)/share/pixmaps
icon_DATA = xfe.png

dist-hook: xfe.spec Desktop
	cp xfe.spec $(distdir)
	cp Desktop $(distdir)

ACLOCAL_AMFLAGS = -I m4