X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=zlib%2FMakefile.am;h=749a13c7fda5a8f783338847f910174cc72c063b;hp=8551d874c0265fa1009c56845dc4ba4c545b1012;hb=25e4f290de8bd6ff4654cbbd347947a2366bcc49;hpb=d947df3999b4edfca9f6464eeef77c9dcb9ee156 diff --git a/zlib/Makefile.am b/zlib/Makefile.am index 8551d874c02..749a13c7fda 100644 --- a/zlib/Makefile.am +++ b/zlib/Makefile.am @@ -2,10 +2,12 @@ AUTOMAKE_OPTIONS = 1.8 cygnus -ZLIB_SOURCES = adler32.c compress.c crc32.c deflate.c deflate.h \ -gzio.c infblock.c infblock.h infcodes.c infcodes.h inffast.c inffast.h \ -inffixed.h inflate.c inftrees.c inftrees.h infutil.c infutil.h trees.c \ -trees.h uncompr.c zconf.h zlib.h zutil.c zutil.h +ACLOCAL_AMFLAGS = -I .. -I ../config + +ZLIB_SOURCES = adler32.c compress.c crc32.c crc32.h deflate.c \ +deflate.h gzio.c infback.c inffast.c inffast.h inffixed.h inflate.c \ +inflate.h inftrees.c inftrees.h trees.c trees.h uncompr.c zconf.h \ +zconf.in.h zlib.h zutil.c zutil.h if TARGET_LIBRARY noinst_LTLIBRARIES = libzgcj_convenience.la @@ -56,3 +58,12 @@ AM_MAKEFLAGS = \ "PICFLAG=$(PICFLAG)" \ "RANLIB=$(RANLIB)" \ "DESTDIR=$(DESTDIR)" + +# No html support. +# No install-html or install-pdf support in automake yet +.PHONY: html install-html install-pdf + +html: +install-html: +install-pdf: +