~ubuntu-branches/ubuntu/breezy/atlas-cpp/breezy

« back to all changes in this revision

Viewing changes to Atlas/Codecs/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Michael Koch
  • Date: 2005-10-02 11:41:44 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051002114144-8qmn4d1cdn9g27ta
Tags: 0.5.98-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
2
INCLUDES = -I$(top_srcdir)
3
3
 
4
 
lib_LTLIBRARIES = libAtlasCodecs-0.5.la
5
 
 
6
 
libAtlasCodecs_0_5_la_LDFLAGS = -version-info @ATLAS_INTERFACE_VERSION_INFO@
7
 
 
8
 
libAtlasCodecs_0_5_la_SOURCES = \
9
 
        Packed.cc \
10
 
        Packed.h \
11
 
        XML.cc \
12
 
        XML.h \
13
 
        Utility.h
14
 
 
15
 
libAtlasCodecsincludedir = $(includedir)/Atlas-C++-0.5/Atlas/Codecs
16
 
 
17
 
libAtlasCodecsinclude_HEADERS = XML.h Packed.h Utility.h
 
4
lib_LTLIBRARIES = libAtlasCodecs-0.6.la
 
5
 
 
6
libAtlasCodecs_0_6_la_LDFLAGS = $(INTERFACE_VERSION)
 
7
 
 
8
libAtlasCodecs_0_6_la_SOURCES = \
 
9
        Utility.cpp XML.cpp Packed.cpp Bach.cpp
 
10
 
 
11
libAtlasCodecsincludedir = $(includedir)/Atlas-C++-0.6/Atlas/Codecs
 
12
 
 
13
libAtlasCodecsinclude_HEADERS = Utility.h XML.h Packed.h Bach.h