File: Makefile.am

package info (click to toggle)
goocanvasmm 0.13.0-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 3,872 kB
  • ctags: 2,210
  • sloc: sh: 8,905; xml: 4,001; cpp: 1,431; makefile: 121
file content (24 lines) | stat: -rw-r--r-- 894 bytes parent folder | download
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		= tools goocanvas docs tests examples
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


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