File: Makefile.am

package info (click to toggle)
pslib 0.4.8-2
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 2,808 kB
  • sloc: ansic: 9,602; sh: 4,382; makefile: 246
file content (21 lines) | stat: -rw-r--r-- 546 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
20
21
## Process this file with automake to produce Makefile.in

SUBDIRS = data include src po $(DOCDIR)

# Pacify autoreconf.  We don't actually use this.
ACLOCAL_AMFLAGS = -I m4

spec = $(PACKAGE).spec

EXTRA_DIST = $(spec) $(spec).in autogen.sh libps.pc.in intltool-extract.in intltool-merge.in intltool-update.in README.WIN32 CMakeLists.txt cmakeconfig.h.in cmake

#all-local: $(spec)

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libps.pc

rpm: $(distdir).tar.gz
	rpm -ta $(distdir).tar.gz

clean-am:
	rm -rf CMakeFiles cmake_install.cmake