File: Makefile.am

package info (click to toggle)
libhdate 1.6.02-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,916 kB
  • sloc: sh: 11,647; ansic: 5,120; pascal: 1,059; makefile: 198; sed: 16; cpp: 13; perl: 7; python: 7; php: 5; ruby: 5
file content (32 lines) | stat: -rw-r--r-- 756 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
22
23
24
25
26
27
28
29
30
31
32
## Process this file with automake to produce Makefile.in

PACKAGE_NAME = libhdate
PACKAGE_STRING = library for Hebrew date information
PACKAGE_TARNAME = 
PACKAGE_URL = libhdate.sourceforge.net
PACKAGE_VERSION = 1.6.02
VERSION = 1.6.02

SUBDIRS = po docs src examples bindings

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

libhdate_CFLAGS = -Wall -g -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -O1 -fstack-protector --param ssp-buffer-size=4 -fPIE -pie
libhdate_LDFLAGS = -z relro -z now


libhdatedocdir = ${prefix}/share/doc/libhdate1
libhdatedoc_DATA = \
	README\
	COPYING\
	AUTHORS\
	ChangeLog\
	INSTALL\
	NEWS\
	USE \
	ABOUT-NLS 

EXTRA_DIST = $(libhdatedoc_DATA) libhdate.pc.in

ACLOCAL_AMFLAGS = -I m4