Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/extern/zlib/contrib/minizip/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 18.9.2025 mit Größe 562 B image not shown  

Quelle  Makefile   Sprache: unbekannt

 
CC=cc
CFLAGS := $(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
 @rm -f test.*
 @echo hello hello hello > test.txt
 ./minizip test test.txt
 ./miniunz -l test.zip
 @mv test.txt test.old
 ./miniunz test.zip
 @cmp test.txt test.old
 @rm -f test.*

clean:
 /bin/rm -f *.o *~ minizip miniunz test.*

Messung V0.5
C=94 H=93 G=93

[ Dauer der Verarbeitung: 0.2 Sekunden  (vorverarbeitet)  ]