~ubuntu-branches/ubuntu/hoary/enigma/hoary

« back to all changes in this revision

Viewing changes to lib-src/zipios++/src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Erich Schubert
  • Date: 2004-04-09 23:55:15 UTC
  • Revision ID: james.westby@ubuntu.com-20040409235515-ld1mi1mkmkse35hs
Tags: upstream-0.81.1
ImportĀ upstreamĀ versionĀ 0.81.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
AUTOMAKE_OPTIONS = gnu
 
3
 
 
4
# CXXFLAGS= -g
 
5
 
 
6
AM_CXXFLAGS = -I$(srcdir)/..
 
7
 
 
8
noinst_LIBRARIES = libzipios.a
 
9
 
 
10
noinst_PROGRAMS = appendzip
 
11
 
 
12
libzipios_a_SOURCES = backbuffer.h                \
 
13
                      basicentry.cpp              \
 
14
                      collcoll.cpp                \
 
15
                      dircoll.cpp                 \
 
16
                      directory.cpp               \
 
17
                      directory.h                 \
 
18
                      fcoll.cpp                   \
 
19
                      fcollexceptions.cpp         \
 
20
                      fileentry.cpp               \
 
21
                      filepath.cpp                \
 
22
                      filterinputstreambuf.cpp    \
 
23
                      inflateinputstreambuf.cpp   \
 
24
                      outputstringstream.h        \
 
25
                      zipfile.cpp                 \
 
26
                      ziphead.cpp                 \
 
27
                      zipheadio.cpp               \
 
28
                      zipinputstream.cpp          \
 
29
                      zipinputstreambuf.cpp       \
 
30
                      zipios_common.h             \
 
31
                      filteroutputstreambuf.cpp   \
 
32
                      deflateoutputstreambuf.cpp  \
 
33
                      zipoutputstreambuf.cpp      \
 
34
                      zipoutputstream.cpp
 
35
# libzipios_a_LIBADD = \
 
36
#                    -lz
 
37
 
 
38
appendzip_SOURCES = appendzip.cpp