File: Makefile.am

package info (click to toggle)
xlog 1.7-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 4,312 kB
  • ctags: 1,016
  • sloc: ansic: 22,148; sh: 4,070; makefile: 309; sed: 16; xml: 8
file content (23 lines) | stat: -rw-r--r-- 522 bytes parent folder | download | duplicates (2)
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

SUBDIRS = src po data

EXTRA_DIST = config.rpath mkinstalldirs  config.rpath mkinstalldirs  \
	xlog.spec.in \
	xlog.spec \
	BUGS

CLEANFILES = *~

install-data-local:
	@$(NORMAL_INSTALL)
	$(INSTALL_DATA) AUTHORS $(DESTDIR)$(pkgdatadir)
	$(INSTALL_DATA) ChangeLog $(DESTDIR)$(pkgdatadir)
	$(INSTALL_DATA) BUGS $(DESTDIR)$(pkgdatadir)

rpm: Makefile
	make dist
	$(RPMBUILD) -ta $(PACKAGE)-$(VERSION).tar.gz
	rm $(PACKAGE)-$(VERSION).tar.gz

ACLOCAL_AMFLAGS = -I m4