[go: up one dir, main page]

File: Makefile.am

package info (click to toggle)
acl 2.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,200 kB
  • sloc: ansic: 5,916; sh: 5,379; perl: 279; makefile: 49; sed: 16
file content (36 lines) | stat: -rw-r--r-- 663 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
24
25
26
27
28
29
30
31
32
33
34
35
36
ACLOCAL_AMFLAGS = -I m4

EXTRA_DIST = \
	exports

SUBDIRS = po

AM_CPPFLAGS = \
	-I$(top_builddir)/include \
	-I$(top_srcdir)/include \
	-DLOCALEDIR=\"$(localedir)\"

pkgconfdir = $(libdir)/pkgconfig
sysincludedir = $(includedir)/sys

pkgconf_DATA = libacl.pc
pkginclude_HEADERS =
sysinclude_HEADERS =
bin_PROGRAMS =
lib_LTLIBRARIES =
noinst_HEADERS =
noinst_LTLIBRARIES =
dist_doc_DATA =
dist_man_MANS =

update-po:
	$(MAKE) -C po $@

include doc/Makemodule.am
include examples/Makemodule.am
include include/Makemodule.am
include libacl/Makemodule.am
include libmisc/Makemodule.am
include man/Makemodule.am
include test/Makemodule.am
include tools/Makemodule.am