home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Freeware / Utilitare / VisualBoyAdvance-1.7.2 / win32 / Makefile.am < prev    next >
Makefile  |  2004-03-29  |  206b  |  16 lines

  1. EXTRA_DIST = \
  2.     gba_sdl.dsp    \
  3.     gba_sdl.dsw    \
  4.     gba_sdl.sln    \
  5.     gba_sdl.vcproj    \
  6.     GBA.dsp        \
  7.     GBA.dsw        \
  8.     gba.sln        \
  9.     GBA.vcproj    \
  10.     SDL-1.2.2    \
  11.     lib        \
  12.     include
  13.  
  14. dist-hook:
  15.     rm -rf `find $(distdir) -name CVS`
  16.