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

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



Changes in directory llvm/runtime/libpng:

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

Initial Makefile.am for building with automake


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

Index: llvm/runtime/libpng/Makefile.am
diff -c /dev/null llvm/runtime/libpng/Makefile.am:1.1
*** /dev/null	Sat Oct 16 19:22:40 2004
--- llvm/runtime/libpng/Makefile.am	Sat Oct 16 19:22:30 2004
***************
*** 0 ****
--- 1,20 ----
+ #===-- runtime/libpng/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 = libpng.a
+ libpng_a_SOURCES = example.c png.c pngerror.c pnggccrd.c pngget.c pngmem.c \
+                    pngpread.c pngread.c pngrio.c pngrtran.c pngrutil.c \
+                    pngset.c pngtest.c pngtrans.c pngvcrd.c pngwio.c pngwrite.c \
+                    pngwtran.c pngwutil.c
+ 
+ CPPFLAGS = -I../zlib
+ 
+ BYTECODE_LIBRARY = libpng.a
+ 
+ include $(top_srcdir)/Makefile_config






More information about the llvm-commits mailing list