/xbmc/screensavers/rsxs-0.9/src/Makefile.am

http://github.com/xbmc/xbmc · Makefile · 35 lines · 25 code · 7 blank · 3 comment · 5 complexity · 1814441c0ecb26364471c471a24b57cc MD5 · raw file

  1. ## Process this file with automake to produce Makefile.in
  2. SUBDIRS = $(ENABLED_HACKS)
  3. DIST_SUBDIRS = \
  4. cyclone euphoria fieldlines flocks flux helios hyperspace lattice \
  5. plasma skyrocket solarwinds
  6. AM_ETAGSFLAGS = --extra=fq
  7. if HACKMODE
  8. if SYMLINKS
  9. install-exec-hook:
  10. ${mkinstalldirs} $(bindir)
  11. for i in $(ENABLED_BINARIES); do \
  12. $(LN_S) -f $(hackreldir)/$$i $(DESTDIR)$(bindir)/$$i; \
  13. done
  14. endif SYMLINKS
  15. uninstall-hook:
  16. for i in $(ENABLED_BINARIES); do rm -f $(bindir)/$$i; done
  17. -rmdir $(pkgdatadir)
  18. else !HACKMODE
  19. install-exec-hook:
  20. uninstall-hook:
  21. endif !HACKMODE
  22. # Workaround for Exuberant ctags failure when no filenames are specified.
  23. ETAGS = echo | etags
  24. ETAGS_ARGS = -L -
  25. # See Makefile.common for why this is here.
  26. distclean: distclean-recursive
  27. -rm -rf ./$(DEPDIR)
  28. -rm -f Makefile