~ubuntu-branches/ubuntu/maverick/ntop/maverick

« back to all changes in this revision

Viewing changes to gdchart0.94c/zlib-1.1.3/contrib/untgz/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Dennis Schoen
  • Date: 2002-04-12 11:38:47 UTC
  • Revision ID: james.westby@ubuntu.com-20020412113847-4k4yydw0pzybc6g8
Tags: upstream-2.0.0
ImportĀ upstreamĀ versionĀ 2.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
CC=cc
 
2
CFLAGS=-g
 
3
 
 
4
untgz: untgz.o  ../../libz.a
 
5
        $(CC) $(CFLAGS) -o untgz  untgz.o -L../.. -lz
 
6
 
 
7
untgz.o: untgz.c ../../zlib.h
 
8
        $(CC) $(CFLAGS) -c -I../.. untgz.c
 
9
 
 
10
../../libz.a:
 
11
        cd ../..; make
 
12
 
 
13
clean:
 
14
        rm -f untgz untgz.o *~