File: Makefile.am

package info (click to toggle)
libkdumpfile 0.5.5-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 4,156 kB
  • sloc: ansic: 36,541; sh: 4,219; python: 1,569; makefile: 812
file content (49 lines) | stat: -rw-r--r-- 1,302 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
## Process this file with automake to create Makefile.in
## Configure input file for libkdumpfile.
##
## Copyright (C) 2024 Petr Tesarik <ptesarik@suse.com>
##
## This file is part of libkdumpfile.
##
## This file is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; either version 3 of the License, or
## (at your option) any later version.
##
## libkdumpfile is distributed in the hope that it will be useful, but
## WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
## GNU General Public License for more details.
##
## You should have received a copy of the GNU General Public License
## along with this program.  If not, see <http://www.gnu.org/licenses/>.
##

AM_CPPFLAGS = -I$(top_builddir)/include \
	-DVER_MAJOR=$(KDUMPID_VER_MAJOR) \
	-DVER_MINOR=$(KDUMPID_VER_MINOR)

AM_CFLAGS = \
	$(ZLIB_CFLAGS)

LIBS = \
	$(top_builddir)/src/kdumpfile/libkdumpfile.la \
	$(top_builddir)/src/addrxlat/libaddrxlat.la \
	$(ZLIB_LIBS) \
	$(DIS_ASM_LIBS)

kdumpid_SOURCES = \
	main.c \
	util.c \
	search.c \
	ppc.c \
	ppc64.c \
	s390.c \
	x86.c

noinst_HEADERS = \
	kdumpid.h

bin_PROGRAMS = kdumpid

dist_man_MANS = kdumpid.1