Revision: 42339
          http://brlcad.svn.sourceforge.net/brlcad/?rev=42339&view=rev
Author:   starseeker
Date:     2011-01-16 21:59:07 +0000 (Sun, 16 Jan 2011)

Log Message:
-----------
Add file present in trunk

Added Paths:
-----------
    brlcad/branches/cmake/src/other/libz/contrib/minizip/Makefile

Added: brlcad/branches/cmake/src/other/libz/contrib/minizip/Makefile
===================================================================
--- brlcad/branches/cmake/src/other/libz/contrib/minizip/Makefile               
                (rev 0)
+++ brlcad/branches/cmake/src/other/libz/contrib/minizip/Makefile       
2011-01-16 21:59:07 UTC (rev 42339)
@@ -0,0 +1,25 @@
+CC=cc
+CFLAGS=-O -I../..
+
+UNZ_OBJS = miniunz.o unzip.o ioapi.o ../../libz.a
+ZIP_OBJS = minizip.o zip.o   ioapi.o ../../libz.a
+
+.c.o:
+       $(CC) -c $(CFLAGS) $*.c
+
+all: miniunz minizip
+
+miniunz:  $(UNZ_OBJS)
+       $(CC) $(CFLAGS) -o $@ $(UNZ_OBJS)
+
+minizip:  $(ZIP_OBJS)
+       $(CC) $(CFLAGS) -o $@ $(ZIP_OBJS)
+
+test:  miniunz minizip
+       ./minizip test readme.txt
+       ./miniunz -l test.zip
+       mv readme.txt readme.old
+       ./miniunz test.zip
+
+clean:
+       /bin/rm -f *.o *~ minizip miniunz


Property changes on: 
brlcad/branches/cmake/src/other/libz/contrib/minizip/Makefile
___________________________________________________________________
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.

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
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