esquisitofilosofo

makefile

Jul 21st, 2011
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.51 KB | None | 0 0
  1. metadata.json: metadata.json.in $(top_builddir)/config.status
  2.     $(AM_V_GEN) sed -e "s|[@]LOCALEDIR@|$(datadir)/locale|" \
  3.         -e "s|[@]uuid@|$(uuid)|" \
  4.         -e "s|[@]shell_current@|$(PACKAGE_VERSION)|" \
  5.         -e "s|[@]url@|$(extensionurl)|" $< > $@
  6.  
  7. %.xml:       %.xml.in       $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@
  8.  
  9.     @GSETTINGS_RULES@
  10.  
  11. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  12. # Otherwise a system limit (for SysV at least) may be exceeded.
  13. .NOEXPORT:
Add Comment
Please, Sign In to add comment