X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp;a=blobdiff_plain;f=Makefile.am;h=3fc689fc6cba6d8c348e584d818768359c3a695a;hp=51c2f226b950fadf3ba0a8f60de882985c5f539e;hb=refs%2Fheads%2Fpivot-table2;hpb=df25871684f08fda7b784c8af1f9dd2f32ec91ae diff --git a/Makefile.am b/Makefile.am index 51c2f226b9..3fc689fc6c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,6 +11,8 @@ AM_CPPFLAGS = \ -I$(top_builddir)/gl \ -DINSTALLDIR=\"$(bindir)\" +AM_V_P ?= : + AM_CFLAGS= if cc_is_gcc @@ -20,7 +22,7 @@ endif .q.c: @$(MKDIR_P) `dirname $@` - ./src/language/lexer/q2c$(EXEEXT_FOR_BUILD) $< $@ + $(AM_V_GEN)./src/language/lexer/q2c$(EXEEXT_FOR_BUILD) $< $@ $(all_q_sources:.q=.c): src/language/lexer/q2c$(EXEEXT_FOR_BUILD) all_q_sources = @@ -28,7 +30,7 @@ all_q_sources = pkgsysconfdir = $(sysconfdir)/$(PACKAGE) -EXTRA_DIST = OChangeLog ONEWS pspp-mode.el +EXTRA_DIST = ONEWS pspp-mode.el CLEANFILES = CLEAN_LOCAL =