File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,17 +7,21 @@ EXTRA_DIST = \
77 autogen.sh \
88 balls.png \
99 obama.jpg \
10- $(shell find gtest)
10+ $(shell find gtest -type f | grep -v /.deps/ | grep -v \\.o\$ )
1111
1212bin_PROGRAMS = hiptext
1313noinst_LIBRARIES = libhiptext.a libgtest.a
1414
15+ distclean-local :
16+ rm -f src/pixel_parse.cc
17+
1518# ###############################################################################
1619# # libhiptext.a
1720
1821libhiptext_a_SOURCES = \
1922 src/artiste.cc \
2023 src/charquantizer.cc \
24+ src/css_color.rl \
2125 src/font.cc \
2226 src/graphic.cc \
2327 src/hiptext.cc \
@@ -58,8 +62,6 @@ libhiptext_a_CPPFLAGS = \
5862 $(LIBPNG_CFLAGS ) \
5963 $(LIBSWSCALE_CFLAGS )
6064
61- src/pixel_parse.cc : src/pixel_parse.rl
62-
6365# ###############################################################################
6466# # hiptext
6567
@@ -116,5 +118,5 @@ hiptext_test_LDADD = \
116118# # miscellaneous
117119
118120src/% .cc : src/% .rl
119- @echo " RL " $@ ;
121+ @echo " RL " $@ ;
120122 @$(RAGEL ) -G2 -o $@ $<
You can’t perform that action at this time.
0 commit comments