home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Linux / Divers / lzop-1.00.tar.gz / lzop-1.00.tar / lzop-1.00 / Makefile.am < prev    next >
Makefile  |  1998-04-21  |  584b  |  25 lines

  1. ## Process this file with automake to produce Makefile.in
  2.  
  3. AUTOMAKE_OPTIONS = 1.3 foreign no-dependencies
  4.  
  5. SUBDIRS = doc src
  6.  
  7. EXTRA_DIST = lzop.lsm
  8.  
  9. ACLOCAL_AMFLAGS = -I acconfig/m4
  10.  
  11.  
  12. # /***********************************************************************
  13. # // automake targets
  14. # ************************************************************************/
  15.  
  16. dist-hook:
  17.     cp -rpi $(srcdir)/b $(srcdir)/acconfig $(distdir)/
  18. #MAINT@    test -d "$(srcdir)/maint" && cp -rpi $(srcdir)/maint $(distdir)/
  19.  
  20.  
  21. @MAINT@@GMAKE_TRUE@-include $(top_srcdir)/maint/lzop.mk
  22.  
  23. #T#:mfxdist:
  24. #T#:mfxdistcheck:
  25.