Makefile.am
上传用户:s81996212
上传日期:2007-01-04
资源大小:722k
文件大小:1k
源码类别:

WEB邮件程序

开发平台:

C/C++

  1. #$Id: Makefile.am,v 1.13 2000/06/03 05:40:27 mrsam Exp $
  2. @SET_MAKE@
  3. htmllibdir=@htmllibdir@/html/@lang@
  4. conf=LOCALE LANGUAGE LANGUAGE_PREF ISPELLDICT CHARSET
  5. html=attachments.html abooklist.html empty.html expired.html folder.html 
  6.              folders.html index.html invalid.html login.html 
  7. ldaplist.html ldapsearch.html 
  8.              newmsg.html preferences.html print.html readmsg.html redirect.html
  9.              spellchk.html
  10. htmllib_DATA=$(conf) $(html)
  11. EXTRA_DIST=$(htmllib_DATA)
  12. clonedist: distdir
  13. -chmod -R a+r $(distdir)
  14. d=`pwd` ; cd $(distdir) ; GZIP=$(GZIP_ENV) $(TAR) chozf $$d/clone.tar.gz .
  15. -rm -rf $(distdir)
  16. install-perms:
  17. @echo "$(htmllibdir) 555 bin bin" >permissions.dat
  18. @for f in $(conf) ; do
  19. echo $(htmllibdir)/$$f 644 bin bin config >>permissions.dat ;
  20. done
  21. @for f in $(html) ; do
  22. echo $(htmllibdir)/$$f 644 bin bin >>permissions.dat ;
  23. done