File: Makefile.am

package info (click to toggle)
libbonobomm1.3 1.3.8-3.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,928 kB
  • ctags: 167
  • sloc: sh: 8,220; makefile: 179; cpp: 146
file content (26 lines) | stat: -rw-r--r-- 1,001 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
SUBDIRS		= tools bonobomm
DIST_SUBDIRS	= $(SUBDIRS) scripts

EXTRA_DIST	= build_shared/Makefile_build.am_fragment \
		  build_shared/Makefile_build_gensrc.am_fragment \
		  build_shared/Makefile_gensrc.am_fragment \
		  libbonobomm-2.0.pc.in libbonobomm-2.0-uninstalled.pc.in

pkgconfigdir		= $(libdir)/pkgconfig
pkgconfig_DATA		= libbonobomm-2.0.pc

all-local:
	@echo "*** Everything completed ***"

dist-hook:
	@echo; echo; \
	echo "**********************************************************"; \
	echo "* IMPORTANT NOTICE:                                      *"; \
	echo "*                                                        *"; \
	echo "* Be sure you have done a complete build before running  *"; \
	echo "* 'make dist' or 'make distcheck', because otherwise     *"; \
	echo "* the tarball will _not_ contain the dependency rules    *"; \
	echo "* generated by the compiler.                             *"; \
	echo "**********************************************************"; \
	echo; echo