2 # Copyright (C) 2009 Red Hat Inc.
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.
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.
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., 675 Mass Ave, Cambridge, MA 02139, USA.
18 ACLOCAL_AMFLAGS = -I m4
22 libsrcdir = $(top_builddir)/../src
31 $(generator_built): $(libsrcdir)/stamp-generator
32 $(libsrcdir)/stamp-generator: force
33 $(MAKE) -C $(libsrcdir) stamp-generator
40 EXTRA_DIST = $(BUILT_SOURCES) \
43 # This convenience library is solely to avoid compiler warnings
44 # in its generated sources.
45 noinst_LIBRARIES = libprotocol.a
46 libprotocol_a_SOURCES = \
49 libprotocol_a_CFLAGS =
51 guestfs_protocol.c: $(libsrcdir)/guestfs_protocol.c
54 guestfs_protocol.h: $(libsrcdir)/guestfs_protocol.h
57 $(libsrcdir)/guestfs_protocol.c: force
58 $(MAKE) -C $(libsrcdir) guestfs_protocol.c
59 $(libsrcdir)/guestfs_protocol.h: force
60 $(MAKE) -C $(libsrcdir) guestfs_protocol.h
62 noinst_PROGRAMS = guestfsd
142 $(LIB_CLOCK_GETTIME) \
146 AM_CPPFLAGS = -I$(srcdir)/lib -Ilib
147 guestfsd_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)