|
Revision 512, 0.9 kB
(checked in by andreas, 10 months ago)
|
initial import
-> the example may not build at the moment...will to be fixed with next commit
|
| Line | |
|---|
| 1 |
SUBDIRS = tools gtkimageview docs examples |
|---|
| 2 |
DIST_SUBDIRS = $(SUBDIRS) scripts |
|---|
| 3 |
|
|---|
| 4 |
EXTRA_DIST = \ |
|---|
| 5 |
build_shared/Makefile_build.am_fragment \ |
|---|
| 6 |
build_shared/Makefile_build_gensrc.am_fragment \ |
|---|
| 7 |
build_shared/Makefile_gensrc.am_fragment \ |
|---|
| 8 |
COPYING.examples |
|---|
| 9 |
|
|---|
| 10 |
|
|---|
| 11 |
all-local: |
|---|
| 12 |
@echo "*** Everything completed ***" |
|---|
| 13 |
|
|---|
| 14 |
dist-hook: |
|---|
| 15 |
@echo; echo; \ |
|---|
| 16 |
echo "**********************************************************"; \ |
|---|
| 17 |
echo "* IMPORTANT NOTICE: *"; \ |
|---|
| 18 |
echo "* *"; \ |
|---|
| 19 |
echo "* Be sure you have done a complete build before running *"; \ |
|---|
| 20 |
echo "* 'make dist' or 'make distcheck', because otherwise *"; \ |
|---|
| 21 |
echo "* the tarball will _not_ contain the dependency rules *"; \ |
|---|
| 22 |
echo "* generated by the compiler. *"; \ |
|---|
| 23 |
echo "**********************************************************"; \ |
|---|
| 24 |
echo; echo |
|---|
| 25 |
|
|---|