Revision: 41938
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41938&view=rev
Author:   starseeker
Date:     2011-01-04 19:31:04 +0000 (Tue, 04 Jan 2011)

Log Message:
-----------
Add a copy of the Makefile.am from trunk to the cmake branch

Added Paths:
-----------
    brlcad/branches/cmake/src/other/tkpng/Makefile.am

Added: brlcad/branches/cmake/src/other/tkpng/Makefile.am
===================================================================
--- brlcad/branches/cmake/src/other/tkpng/Makefile.am                           
(rev 0)
+++ brlcad/branches/cmake/src/other/tkpng/Makefile.am   2011-01-04 19:31:04 UTC 
(rev 41938)
@@ -0,0 +1,26 @@
+tkpng_la_CFLAGS = \
+       ${LIBZ_CPPFLAGS} \
+       ${TCL_CPPFLAGS} \
+       ${TK_CPPFLAGS} \
+       -DDM_TK -DIF_TK \
+       ${NOWARN}
+
+tkpng_la_LDFLAGS = -module
+lib_LTLIBRARIES = tkpng.la
+
+tkpng_la_SOURCES = \
+       generic/tkImgPNG.c \
+       generic/tkImgPNGInit.c
+
+tkpng_la_LIBADD = \
+       ${LIBZ} \
+       ${TCL} \
+       ${TK} \
+       ${TCLSTUB}
+
+EXTRA_DIST = \
+       README \
+       ChangeLog \
+       license.terms
+
+include $(top_srcdir)/misc/Makefile.defs


Property changes on: brlcad/branches/cmake/src/other/tkpng/Makefile.am
___________________________________________________________________
Added: svn:mime-type
   + text/plain
Added: svn:eol-style
   + native


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to