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

http://github.com/xbmc/xbmc · Unknown · 31 lines · 25 code · 6 blank · 0 comment · 0 complexity · 7448e984fb46046e31fbbb3b309e10e5 MD5 · raw file

  1. ## This file contains common variables for making each of the hacks
  2. COLOR = ../color.cc ../color.hh
  3. COMMON = ../common.cc ../common.hh ../hack.hh ../pngimage.hh ../resource.hh \
  4. ../vroot.hh ../../config.h
  5. VECTOR = ../vector.hh
  6. IMPLICIT = ../implicit.cc ../implicit.hh
  7. IMAGE = ../pngimage.cc
  8. SOUND = ../sound.hh ../sound.cc ../oggsound.hh ../oggsound.cc
  9. DLOPEN = ../dlopen.hh
  10. LIBMISC = $(top_builddir)/lib/libmisc.a
  11. if DLOPEN
  12. LIBLTDL = $(top_builddir)/libltdl/libltdl.a
  13. LIBLTDL_CPPFLAGS = -I$(top_builddir)/libltdl
  14. endif DLOPEN
  15. AM_CPPFLAGS = -DPKGDATADIR=\"$(pkgdatadir)\" -I$(srcdir)/.. -I$(top_srcdir)/lib $(X_CPPFLAGS) -D_LINUX -DXBMC
  16. AM_LDFLAGS =
  17. AM_CXXFLAGS =
  18. AM_ETAGSFLAGS = --extra=fq
  19. # Normally automake will remove both ../$(DEPDIR) and ./$(DEPDIR) in each of
  20. # the src subdirectories. We only remove ./$(DEPDIR) in the src subdirectories
  21. # (and remove ./$(DEPDIR) in the src directory itself), so that
  22. # 'make distclean' doesn't fail.
  23. distclean: distclean-am
  24. -rm -rf ./$(DEPDIR)
  25. -rm -f Makefile