Combine generator subdirectories into one.
[wrappi.git] / Makefile.am
1 # wrappi
2 # Copyright (C) 2011-2012 Red Hat Inc.
3 #
4 # This program is free software; you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License as published by
6 # the Free Software Foundation; either version 2 of the License, or
7 # (at your option) any later version.
8 #
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 # GNU General Public License for more details.
13 #
14 # You should have received a copy of the GNU General Public License
15 # along with this program; if not, write to the Free Software
16 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
18 ACLOCAL_AMFLAGS = -I m4
19
20 SUBDIRS = generator APIs
21
22 # The C library.
23 SUBDIRS += lib
24
25 # The daemon (wrappid) used for remote access.
26 SUBDIRS += daemon
27
28 # Build the C example programs.
29 SUBDIRS += examples
30
31 CLEANFILES = *~
32
33 dist-hook:
34         rm -f lib/LIB_MINOR
35         echo $$(( ( $$(date +%s) - $$(date -d 2011-12-27 +%s) ) / 86400 )) \
36           > lib/LIB_MINOR-t
37         mv lib/LIB_MINOR-t lib/LIB_MINOR