Home | History | Annotate | Download | only in shaping
      1 # Process this file with automake to produce Makefile.in
      2 
      3 NULL =
      4 EXTRA_DIST =
      5 CLEANFILES =
      6 DISTCLEANFILES =
      7 MAINTAINERCLEANFILES =
      8 SUBDIRS = data
      9 
     10 # Convenience targets:
     11 lib:
     12 	@$(MAKE) $(AM_MAKEFLAGS) -C $(top_builddir)/src lib
     13 libs:
     14 	@$(MAKE) $(AM_MAKEFLAGS) -C $(top_builddir)/src libs
     15 
     16 EXTRA_DIST += \
     17 	README.md \
     18 	CMakeLists.txt \
     19 	hb-diff \
     20 	hb-diff-colorize \
     21 	hb-diff-filter-failures \
     22 	hb-diff-stat \
     23 	hb-unicode-decode \
     24 	hb-unicode-encode \
     25 	hb-unicode-prettyname \
     26 	record-test.sh \
     27 	run-tests.py \
     28 	texts/in-house \
     29 	$(NULL)
     30 
     31 # TODO Figure out Python stuff
     32 EXTRA_DIST += \
     33 	hb_test_tools.py \
     34 	$(NULL)
     35 CLEANFILES += \
     36 	hb_test_tools.py[co] \
     37 	$(NULL)
     38 
     39 -include $(top_srcdir)/git.mk
     40