~awn-core/awn/trunk-rewrite

« back to all changes in this revision

Viewing changes to libawn/egg/Makefile.am

  • Committer: Mark Lee
  • Date: 2009-03-02 06:50:31 UTC
  • Revision ID: bzr@lazymalevolence.com-20090302065031-lvvzkqyq12x2oaqg
Build system: Add shave support (generates much less verbose autotools output).

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
noinst_LTLIBRARIES = $(checksum_lib) $(desktopfile_lib)
4
4
 
 
5
# shave-related
 
6
V         = @
 
7
Q         = $(V:1=)
 
8
QUIET_GEN = $(Q:@=@echo '  GEN   '$@;)
 
9
 
5
10
NULL = 
6
11
ENUMFILES = egg-enum-types.c egg-enum-types.h
7
12
STAMPFILES = stamp-egg-enum-types.h
23
28
egg-enum-types.h: stamp-egg-enum-types.h
24
29
        @true
25
30
stamp-egg-enum-types.h: $(source_h) Makefile
26
 
        ( cd $(srcdir) && \
 
31
        $(QUIET_GEN)( cd $(srcdir) && \
27
32
          $(GLIB_MKENUMS) \
28
33
                --template $(srcdir)/egg-enum-types.h.in \
29
34
          $(source_h) ) >> xgen-ceth && \
32
37
        echo timestamp > $(@F)
33
38
 
34
39
egg-enum-types.c: egg-enum-types.h
35
 
        ( cd $(srcdir) && \
 
40
        $(QUIET_GEN)( cd $(srcdir) && \
36
41
          $(GLIB_MKENUMS) \
37
42
                --template $(srcdir)/$@.in \
38
43
          $(source_h) ) >> xgen-cetc && \