~ubuntu-branches/ubuntu/jaunty/texlive-bin/jaunty-security

« back to all changes in this revision

Viewing changes to build/source/libs/zlib/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2008-06-26 23:14:59 UTC
  • mfrom: (2.1.30 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080626231459-y02rjsrgtafu83yr
Tags: 2007.dfsg.2-3
add missing source roadmap.fig of roadmap.eps in fontinst documentation
(Closes: #482915) (urgency medium due to RC bug)
(new patch add-missing-fontinst-source)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Thomas Esser, Makefile.in for zlib / teTeX. (C) 2002-2004, public domain.
 
2
 
 
3
kpse_include ../texk/make/common.mk
 
4
kpse_include ../texk/make/programs.mk
 
5
kpse_include ../texk/make/library.mk
 
6
 
 
7
OBJS = adler32.o compress.o crc32.o gzio.o uncompr.o deflate.o trees.o \
 
8
       zutil.o inflate.o infback.o inftrees.o inffast.o
 
9
 
 
10
libz.a: $(OBJS)
 
11
        rm -f $@
 
12
        $(AR) $(ARFLAGS) $@ $(OBJS) $(OBJA)
 
13
        $(RANLIB) $@
 
14
 
 
15
all: libz.a
 
16
uninstall:
 
17
 
 
18
kpse_include ../texk/make/clean.mk
 
19
 
 
20
clean::
 
21
        rm -f libz.a
 
22
 
 
23
depend:
 
24
        makedepend -- $(CFLAGS) -- *.[ch]
 
25
 
 
26
# DO NOT DELETE THIS LINE -- make depend depends on it.
 
27
 
 
28
adler32.o: zlib.h zconf.h
 
29
compress.o: zlib.h zconf.h
 
30
crc32.o: crc32.h zlib.h zconf.h
 
31
deflate.o: deflate.h zutil.h zlib.h zconf.h
 
32
gzio.o: zutil.h zlib.h zconf.h
 
33
inffast.o: zutil.h zlib.h zconf.h inftrees.h inflate.h inffast.h
 
34
inflate.o: zutil.h zlib.h zconf.h inftrees.h inflate.h inffast.h
 
35
infback.o: zutil.h zlib.h zconf.h inftrees.h inflate.h inffast.h
 
36
inftrees.o: zutil.h zlib.h zconf.h inftrees.h
 
37
trees.o: deflate.h zutil.h zlib.h zconf.h trees.h
 
38
uncompr.o: zlib.h zconf.h
 
39
zutil.o: zutil.h zlib.h zconf.h