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

图片显示

开发平台:

Unix_Linux

  1. ## Process this file with automake to produce Makefile.in
  2. bin_PROGRAMS = gif2png
  3. bin_SCRIPTS = web2png
  4. gif2png_SOURCES = 437_l1.c gif2png.c gifread.c memory.c version.c gif2png.h
  5. man_MANS = gif2png.1 web2png.1
  6. # The man pages and script are here because automake has a bug
  7. EXTRA_DIST = Makefile Makefile.bcc Makefile.djgpp gif2png.spec.in gif2png.spec gif2png.1 web2png.1 web2png specgen.sh indexgen.sh lsmgen.sh
  8. RPMROOT=/usr/src/redhat
  9. rpm: dist
  10. specgen.sh # Generate specfile
  11. cp @PACKAGE@-@VERSION@.tar.gz $(RPMROOT)/SOURCES;
  12. cp @PACKAGE@.spec $(RPMROOT)/SPECS
  13. cd $(RPMROOT)/SPECS; rpm -ba @PACKAGE@.spec
  14. cp $(RPMROOT)/RPMS/`arch|sed 's/i[4-9]86/i386/'`/@PACKAGE@-@VERSION@*.rpm .
  15. cp $(RPMROOT)/SRPMS/@PACKAGE@-@VERSION@*.src.rpm .
  16. zip: $(DISTFILES)
  17. zip @PACKAGE@-@VERSION@.zip $(DISTFILES)