diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-12 10:44:07 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-12 10:44:07 -0700 |
commit | be736ebbfc5510997ae227e903a5b9d66ba0ee1a (patch) | |
tree | 1df1a158feb6a71b897316290ff9c07aa6f7ffd6 /Makefile.am | |
parent | ebc9f3d2483623dcb2ccca7f12cc2769173eb4a9 (diff) |
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 4620843..69fac3e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,7 +20,7 @@ bin_PROGRAMS = sessreg -AM_CFLAGS = $(SESSREG_CFLAGS) +AM_CFLAGS = $(CWARNFLAGS) $(SESSREG_CFLAGS) sessreg_SOURCES = \ sessreg.h \ @@ -57,13 +57,14 @@ MAN_SUBSTS = -f filenames.sed \ SUFFIXES = .$(APP_MAN_SUFFIX) .man .man.$(APP_MAN_SUFFIX): - sed $(MAN_SUBSTS) < $< > $@ + $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@ sessreg.$(APP_MAN_SUFFIX): filenames.sed filenames.sed: filenames.sed.c - $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(srcdir)/filenames.sed.c | grep 's|__' > $@ + $(AM_V_GEN)$(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(srcdir)/filenames.sed.c | \ + grep 's|__' > $@ if LINT ALL_LINT_FLAGS=$(LINT_FLAGS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ |