[llvm-commits] CVS: llvm/runtime/zlib/Makefile.am

Reid Spencer reid at x10sys.com
Sat Oct 16 17:23:18 PDT 2004



Changes in directory llvm/runtime/zlib:

Makefile.am added (r1.1)
---
Log message:

Initial Makefile.am for building with automake


---
Diffs of the changes:  (+20 -0)

Index: llvm/runtime/zlib/Makefile.am
diff -c /dev/null llvm/runtime/zlib/Makefile.am:1.1
*** /dev/null	Sat Oct 16 19:22:40 2004
--- llvm/runtime/zlib/Makefile.am	Sat Oct 16 19:22:30 2004
***************
*** 0 ****
--- 1,20 ----
+ #===-- runtime/zlib/Makefile.am ----------------------------*- Makefile -*--===#
+ #
+ #                     The LLVM Compiler Infrastructure
+ #
+ # This file was developed by Reid Spencer and is distributed under the 
+ # University of Illinois Open Source License. See LICENSE.TXT for details.
+ # 
+ #===------------------------------------------------------------------------===#
+ 
+ lib_LIBRARIES = libz.a
+ libz_a_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 zlib.h zutil.c zutil.h
+ 
+ CPPFLAGS = -DNO_DUMMY_DECL=1
+ 
+ BYTECODE_LIBRARY = $(lib_LIBRARIES)
+ 
+ include $(top_srcdir)/Makefile_config






More information about the llvm-commits mailing list