]> www.fi.muni.cz Git - evince.git/blobdiff - shell/Makefile.am
Updated French translation
[evince.git] / shell / Makefile.am
index 2b3b6217171e05c85dd531d41c0cef500596d751..0175b5a22805ca791b34ce0a354ce1369b98b0fd 100644 (file)
@@ -1,5 +1,3 @@
-QUIET_GEN = $(Q:@=@echo ' GEN '$@;)
-
 INCLUDES=                                                      \
        -DDATADIR=\"$(pkgdatadir)\"                             \
        -DGNOMEDATADIR=\"$(datadir)\"                           \
 INCLUDES=                                                      \
        -DDATADIR=\"$(pkgdatadir)\"                             \
        -DGNOMEDATADIR=\"$(datadir)\"                           \
@@ -87,8 +85,10 @@ evince_SOURCES=                              \
        ev-sidebar-thumbnails.h         \
        main.c
 
        ev-sidebar-thumbnails.h         \
        main.c
 
+evince_LDFLAGS = $(AM_LDFLAGS)
+
 if PLATFORM_WIN32
 if PLATFORM_WIN32
-evince_LDFLAGS = -mwindows
+evince_LDFLAGS += -mwindows
 endif
 
 evince_LDADD=                                                                          \
 endif
 
 evince_LDADD=                                                                          \
@@ -116,14 +116,14 @@ EXTRA_DIST = ev-marshal.list              \
 
 
 ev-marshal.h: $(srcdir)/ev-marshal.list
 
 
 ev-marshal.h: $(srcdir)/ev-marshal.list
-       $(QUIET_GEN)$(GLIB_GENMARSHAL) --prefix=ev_marshal $(srcdir)/ev-marshal.list --header > ev-marshal.h
+       $(AM_V_GEN)$(GLIB_GENMARSHAL) --prefix=ev_marshal $(srcdir)/ev-marshal.list --header > ev-marshal.h
 
 ev-marshal.c: $(srcdir)/ev-marshal.list
 
 ev-marshal.c: $(srcdir)/ev-marshal.list
-       $(QUIET_GEN)echo '#include "ev-marshal.h"' > ev-marshal.c
-       $(GLIB_GENMARSHAL) --prefix=ev_marshal $(srcdir)/ev-marshal.list --body >> ev-marshal.c
+       echo '#include "ev-marshal.h"' > ev-marshal.c
+       $(AM_V_GEN)$(GLIB_GENMARSHAL) --prefix=ev_marshal $(srcdir)/ev-marshal.list --body >> ev-marshal.c
 
 DISTCLEANFILES= \
        ev-application-service.h
 
 ev-application-service.h: $(srcdir)/ev-application-service.xml
 
 DISTCLEANFILES= \
        ev-application-service.h
 
 ev-application-service.h: $(srcdir)/ev-application-service.xml
-       $(QUIET_GEN)dbus-binding-tool --prefix=ev_application --mode=glib-server --output=ev-application-service.h $(srcdir)/ev-application-service.xml
+       $(AM_V_GEN)dbus-binding-tool --prefix=ev_application --mode=glib-server --output=ev-application-service.h $(srcdir)/ev-application-service.xml