home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Complet / emovix / eMovix-0.9.0pre1_Setup.exe / {app} / src / movix / Makefile.am < prev    next >
Encoding:
Makefile  |  2003-12-26  |  1.4 KB  |  52 lines

  1. # Copyright (C) 2002 Roberto De Leo <deleo@unica.it>
  2. #  
  3. # This file is free software; as a special exception the author gives
  4. # unlimited permission to copy and/or distribute it, with or without 
  5. # modifications, as long as this notice is preserved.
  6. # This program is distributed in the hope that it will be useful, but
  7. # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
  8. # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  9.  
  10. EXTRA_DIST =    movix.pl \
  11.         mixer.pl \
  12.         rc.movix \
  13.         rc.lirc \
  14.         profile \
  15.         bugReport.sh \
  16.         input.conf \
  17.         menu.conf \
  18.         help.txt \
  19.         manpage.txt \
  20.         showpcimodules.sh \
  21.         showisapnpmodules.sh \
  22.         isapnpmodules.sh \
  23.         setHardware.pl \
  24.         config \
  25.         movix.music.avi \
  26.         remotes.data \
  27.         lircd.conf.logitech \
  28.         lircrc.logitech \
  29.         lircd.conf.pctv \
  30.         lircrc.pctv \
  31.         lircd.conf.hauppauge \
  32.         lircd.conf.hauppauge2 \
  33.         lircd.conf.haupserial \
  34.         lircrc.hauppauge \
  35.         lircrc.hauppauge2 \
  36.         lircrc.haupserial \
  37.         lircd.conf.abit \
  38.         lircrc.abit \
  39.         movix-files 
  40.  
  41. bin_SCRIPTS = movix-files
  42.  
  43. movixdir   = $(pkgdatadir)/movix
  44. movix_DATA = ${EXTRA_DIST}
  45.  
  46. install-exec-local:
  47.     echo "#!/bin/sh"                 >  $(DESTDIR)$(bindir)/movix-files
  48.     echo "# MoviX v${MOVIX_VERSION}" >> $(DESTDIR)$(bindir)/movix-files
  49.     for i in ${EXTRA_DIST}; do echo "echo $$i" >> $(DESTDIR)$(bindir)/movix-files; done
  50. #    echo "echo \"${EXTRA_DIST}\""    >> $(DESTDIR)$(bindir)/movix-files
  51.