File: Makefile.am

package info (click to toggle)
libgnomecanvasmm2.6 2.26.0-3
  • links: PTS
  • area: main
  • in suites: buster
  • size: 2,868 kB
  • sloc: sh: 9,112; cpp: 2,787; xml: 1,995; makefile: 133
file content (25 lines) | stat: -rw-r--r-- 953 bytes parent folder | download | duplicates (3)
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
SUBDIRS		= tools libgnomecanvas docs examples demos
DIST_SUBDIRS	= $(SUBDIRS) scripts 

EXTRA_DIST	= libgnomecanvasmm.spec.in \
		  build_shared/Makefile_build.am_fragment \
		  build_shared/Makefile_build_gensrc.am_fragment \
		  build_shared/Makefile_gensrc.am_fragment

ACLOCAL_AMFLAGS = -I scripts

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