summaryrefslogtreecommitdiffstats
path: root/lib/Makefile.am
blob: 6d61d7d961fe51b8cab8b98169aa822be61183aa (plain)
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
#
#  Copyright 2007 Sony Corp.
#

AUTOMAKE_OPTIONS = foreign

ACLOCAL_AMFLAGS = -I m4

AM_CPPFLAGS = $(DEFAULT_CPPFLAGS)
AM_CFLAGS = $(DEFAULT_CFLAGS)

LIBTOOL_DEPS = @LIBTOOL_DEPS@

libtool: $(LIBTOOL_DEPS)
	$(SHELL) ./config.status libtool

include_HEADERS = ps3-flash.h ps3-av.h

lib_LTLIBRARIES = libps3-utils.la

# version-info rules (current:revision:age):
# * If the library source code has changed since the last release, then
#   increment revision.
# * If any interfaces have been added, removed, or changed since the
#   last release, then increment current and set revision to 0.
# * If any interfaces have been added since the last release, then
#   increment age.
# * If any interfaces have been removed since the last release, then
#   set age to 0.

libps3_utils_la_DEPENDENCIES = Makefile
libps3_utils_la_SOURCES = flash.c flash-db.c
libps3_utils_la_LDFLAGS = -version-info 3:0:1 ${EXTRA_LDFLAGS}

EXTRA_DIST = bootstrap version.sh $(srcdir)/m4

MAINTAINERCLEANFILES = aclocal.m4 compile config.* configure depcomp \
	install-sh ltmain.sh m4/*.m4 Makefile.in missing