~ubuntu-branches/ubuntu/oneiric/muse/oneiric

« back to all changes in this revision

Viewing changes to score/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Kobras
  • Date: 2002-04-23 17:28:23 UTC
  • Revision ID: james.westby@ubuntu.com-20020423172823-w8yplzr81a759xa3
Tags: upstream-0.5.2
ImportĀ upstreamĀ versionĀ 0.5.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include $(top_srcdir)/common.am
 
2
 
 
3
MOCBASES = score ncanvas sconfig papersize quant
 
4
 
 
5
UICBASES = 
 
6
 
 
7
noinst_LTLIBRARIES = libscore.la
 
8
 
 
9
dist_libscore_la_SOURCES = \
 
10
        symbols.cpp symbols.h \
 
11
        print.cpp print.h \
 
12
        font.cpp \
 
13
        palettes.cpp palettes.h \
 
14
        layout.cpp layout.h\
 
15
        items.cpp items.h \
 
16
        glyphs.cpp glyphs.h \
 
17
        note.cpp \
 
18
        score.cpp score.h \
 
19
        ncanvas.cpp ncanvas.h \
 
20
        sconfig.cpp sconfig.h \
 
21
        papersize.cpp papersize.h \
 
22
        quant.cpp quant.h
 
23
nodist_libscore_la_SOURCES = \
 
24
        moc_score.cpp \
 
25
        moc_ncanvas.cpp \
 
26
        moc_sconfig.cpp \
 
27
        moc_papersize.cpp \
 
28
        moc_quant.cpp
 
29
 
 
30
EXTRA_DIST += score.doc