026794151e8060632d4d2b2a548cbcd0e997dfa1
[ardour.git] / libs / glibmm2 / examples / Makefile.am
1 example_dirs = markup options thread iochannel_stream child_watch regex
2
3 # These use gtkmm stuff:
4 # thread
5
6 SUBDIRS = $(example_dirs)
7 EXTRA_DIST = README Makefile.am_fragment
8
9 #Web upload:
10 include $(top_srcdir)/docs/Makefile_web.am_fragment
11
12 web_path = $(web_path_gtkmm)examples
13
14 #rsync --cvs-exclude ignores *.o and anything in .cvsignore and some more:
15 rsync_options = -vzr --rsh ssh --cvs-exclude --delete-excluded --exclude=.libs --exclude=.deps --exclude=core --exclude=.cvsignore --exclude=a.out --exclude=Makefile --exclude=Makefile.in
16
17 post-html:
18         rsync $(rsync_options) $(example_dirs) $$USER@$(web_host):$(web_path)
19
20 .PHONY: post-html
21