File: Makefile.am

package info (click to toggle)
reiser4progs 1.2.0-2
  • links: PTS
  • area: main
  • in suites: buster
  • size: 5,864 kB
  • sloc: ansic: 34,325; sh: 4,251; makefile: 983
file content (24 lines) | stat: -rw-r--r-- 622 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
SUBDIRS         = libaux plugin libreiser4 librepair libmisc progs include doc demos

EXTRA_DIST	= AUTHORS COPYING TODO NEWS BUGS README CREDITS THANKS \
		  reiser4progs.spec.in reiser4progs.spec libreiser4.m4 \
		  one_touch_install INSTALL_README CUSTOM_INSTALL_README \
		  depcomp run-ldconfig

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

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

TAGS:
	$(all_sources) | etags -

tags:
	$(all_sources) | xargs -- ctags -w -o TAGS

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