~ubuntu-branches/ubuntu/gutsy/audacity/gutsy-backports

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): John Dong
  • Date: 2008-02-18 21:58:19 UTC
  • mfrom: (13.1.2 hardy)
  • Revision ID: james.westby@ubuntu.com-20080218215819-tmbcf1rx238r8gdv
Tags: 1.3.4-1.1ubuntu1~gutsy1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
EXTRAOBJS = @EXTRAOBJS@
22
22
EXTRATARGETS = @EXTRATARGETS@
23
23
LIBS = @LIBS@ @PA_LIBS@
24
 
DIRS=blockfile commands effects effects/ladspa effects/nyquist export import prefs toolbars widgets xml
 
24
DIRS=blockfile commands effects effects/ladspa effects/nyquist effects/vamp export import prefs toolbars widgets xml
25
25
 
26
26
srcdir=@srcdir@
27
27
top_srcdir=@top_srcdir@
56
56
   FileIO.o \
57
57
        FileNames.o \
58
58
        FreqWindow.o \
 
59
        HelpText.o \
59
60
        HistoryWindow.o \
60
61
        ImageManipulation.o \
61
62
        InterpolateAudio.o \
81
82
        SmartRecordDialog.o \
82
83
        Snap.o \
83
84
        Spectrum.o \
 
85
        SplashDialog.o \
84
86
        Tags.o \
85
87
        Theme.o \
86
88
        TimeDialog.o \
114
116
        effects/Echo.o \
115
117
        effects/Equalization.o \
116
118
        effects/Fade.o \
 
119
        effects/FindClipping.o \
117
120
        effects/Invert.o \
118
121
        effects/Leveller.o \
119
122
        effects/Noise.o \
156
159
        prefs/MousePrefs.o \
157
160
        prefs/PrefsDialog.o \
158
161
        prefs/QualityPrefs.o \
 
162
        prefs/SmartRecordPrefs.o \
159
163
        prefs/SpectrumPrefs.o \
160
164
        prefs/ThemePrefs.o \
161
165
   toolbars/ControlToolBar.o \
173
177
        widgets/AButton.o \
174
178
        widgets/ASlider.o \
175
179
        widgets/AttachableScrollBar.o \
 
180
   widgets/ErrorDialog.o \
176
181
        widgets/ExpandingToolBar.o \
177
182
        widgets/Grabber.o \
178
183
        widgets/Grid.o \