File: Makefile.am

package info (click to toggle)
libaal 1.0.7-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 1,768 kB
  • sloc: sh: 4,118; ansic: 2,461; makefile: 52
file content (20 lines) | stat: -rw-r--r-- 419 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
SUBDIRS         = src include

EXTRA_DIST	= AUTHORS COPYING TODO NEWS BUGS README CREDITS THANKS \
		  libaal.spec.in libaal.spec libaal.m4 depcomp run-ldconfig

aclocaldir 	= $(datadir)/aclocal
aclocal_DATA	= libaal.m4

define all_sources
	( find ./ -name '*.[ch]' -print | grep -v SCCS )
endef

ETAGS:
	$(all_sources) | etags -

install-exec-hook:
	./run-ldconfig $(libdir)

uninstall-hook:
	./run-ldconfig $(libdir)