03d67389c60c0d8f4491371155c10e9a21897f03
[ardour.git] / libs / sigc++2 / Makefile.am
1
2 # it includes all the autostuff automatically, you just name the
3 # other stuff here
4 EXTRA_DIST = autogen.sh sigc++config.h.in libsigc++-2.0.spec.in
5 # ACLOCAL_FLAGS = -I scripts
6
7 SUBDIRS      = sigc++ 
8 DIST_SUBDIRS = $(SUBDIRS) 
9
10 sigc_configdir = $(libdir)/sigc++-2.0/include
11 sigc_config_DATA = sigc++config.h
12
13 pkgconfigdir = $(libdir)/pkgconfig
14 pkgconfig_DATA = sigc++-2.0.pc
15
16 all-local:
17         @echo "*** Everything completed ***"
18
19 dist-hook:
20         @echo; echo; \
21         echo "**********************************************************"; \
22         echo "* IMPORTANT NOTICE:                                      *"; \
23         echo "*                                                        *"; \
24         echo "* Be sure you have done a complete build before running  *"; \
25         echo "* 'make dist' or 'make distcheck', because otherwise     *"; \
26         echo "* the tarball will _not_ contain the dependency rules    *"; \
27         echo "* generated by the compiler.                             *"; \
28         echo "**********************************************************"; \
29         echo; echo \
30         cp libsigc++-2.0.spec $(distdir)