e9de1fe162ebc3b569513396422851b4178f530b
[platform/upstream/fontconfig.git] / fc-blanks / Makefile.am
1 # -*- encoding: utf-8 -*-
2 #
3 # Copyright © 2003  Keith Packard
4 #
5 # Permission to use, copy, modify, distribute, and sell this software and its
6 # documentation for any purpose is hereby granted without fee, provided that
7 # the above copyright notice appear in all copies and that both that
8 # copyright notice and this permission notice appear in supporting
9 # documentation, and that the name of the author(s) not be used in
10 # advertising or publicity pertaining to distribution of the software without
11 # specific, written prior permission.  The authors make no
12 # representations about the suitability of this software for any purpose.  It
13 # is provided "as is" without express or implied warranty.
14 #
15 # THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
16 # INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
17 # EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR
18 # CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
19 # DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
20 # TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
21 # PERFORMANCE OF THIS SOFTWARE.
22
23 NULL =
24 BLANKSPY = fc-blanks.py
25 BLANKS_H = fcblanks.h
26 TMPL = fcblanks.tmpl.h
27 noinst_SCRIPTS = $(BLANKSPY)
28 noinst_HEADERS = $(BLANKS_H)
29
30 $(BLANKS_H): $(TMPL) $(BLANKSPY)
31         $(AM_V_GEN) $(PYTHON) $(srcdir)/$(BLANKSPY) < $< > $(BLANKS_H).tmp && \
32         mv $(BLANKS_H).tmp $(BLANKS_H) || ($(RM) $(BLANKS_H).tmp && false)
33
34 EXTRA_DIST =            \
35         $(BLANKSPY)     \
36         $(BLANKS_H)     \
37         $(TMPL)         \
38         $(NULL)
39 DISTCLEANFILES = $(BLANKS_H)
40
41 -include $(top_srcdir)/git.mk