~ubuntu-branches/ubuntu/maverick/ultrastar-ng/maverick

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Miriam Ruiz, Miriam Ruiz, Mario Bonino, Jon Dowland, Ansgar Burchardt
  • Date: 2008-06-07 16:43:18 UTC
  • mfrom: (4.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080607164318-4cnzizck1tp8mrwp
Tags: 0.2.1-1
[ Miriam Ruiz ]
* New Upstream Release (Closes: #453132)
* Removed unneeded patches
* Added packages to build deps:
  + libtool
  + portaudio19-dev | portaudio-dev
  + libboost-dev, libboost-thread-dev, libboost-serialization-dev
  + libboost-program-options-dev, libboost-regex-dev
* Moved shared objects to private directory: /usr/lib/ultraster-ng
* Added rpath to binaries to search for shared objects in the private dir
* Uses ultrastar-ng-gstreamer as default, instead of ultrastar-ng-xine,
  since there are significantly less issues with GStreamer.
* Added patch to fix upstream desktop file
* Added -Wl,-as-needed to LDFLAGS
* Replaced fftw3-dev by libfftw3-dev in build dependencies.
* Standards-Version upgraded to 3.7.3

[ Mario Bonino ]
* Fixed data/Makefile.am to install .desktop file and icon

[ Jon Dowland ]
* add Homepage: control field to source stanza
* fix a bashism in debian/rules (Closes: #478634)

[ Ansgar Burchardt ]
* debian/control: Change XS-Vcs-* to Vcs-*
* Remove Homepage semi-field from description

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
NORMAL_UNINSTALL = :
30
30
PRE_UNINSTALL = :
31
31
POST_UNINSTALL = :
 
32
build_triplet = @build@
 
33
host_triplet = @host@
32
34
subdir = .
33
35
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
34
36
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
35
37
        $(srcdir)/config.h.incl $(top_srcdir)/configure AUTHORS \
36
 
        COPYING ChangeLog INSTALL NEWS TODO depcomp install-sh missing
 
38
        COPYING ChangeLog INSTALL NEWS TODO config.guess config.sub \
 
39
        depcomp install-sh ltmain.sh missing
37
40
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
38
41
am__aclocal_m4_deps = $(top_srcdir)/configure.in
39
42
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
69
72
distuninstallcheck_listfiles = find . -type f -print
70
73
distcleancheck_listfiles = find . -type f -print
71
74
ACLOCAL = @ACLOCAL@
72
 
ALSA_FLAGS = @ALSA_FLAGS@
73
 
ALSA_LIBS = @ALSA_LIBS@
74
75
AMTAR = @AMTAR@
 
76
AR = @AR@
75
77
AUDIO_FLAGS = @AUDIO_FLAGS@
76
78
AUDIO_LIBS = @AUDIO_LIBS@
77
79
AUTOCONF = @AUTOCONF@
93
95
DATA_DIR = @DATA_DIR@
94
96
DEFS = @DEFS@
95
97
DEPDIR = @DEPDIR@
 
98
ECHO = @ECHO@
96
99
ECHO_C = @ECHO_C@
97
100
ECHO_N = @ECHO_N@
98
101
ECHO_T = @ECHO_T@
99
102
EGREP = @EGREP@
100
103
EXEEXT = @EXEEXT@
101
 
FFT_FLAGS = @FFT_FLAGS@
102
 
FFT_LIBS = @FFT_LIBS@
 
104
F77 = @F77@
 
105
FFLAGS = @FFLAGS@
103
106
GL_LIBS = @GL_LIBS@
104
107
GREP = @GREP@
105
 
HELP2MAN = @HELP2MAN@
106
108
INSTALL = @INSTALL@
107
109
INSTALL_DATA = @INSTALL_DATA@
108
110
INSTALL_PROGRAM = @INSTALL_PROGRAM@
111
113
LDFLAGS = @LDFLAGS@
112
114
LIBOBJS = @LIBOBJS@
113
115
LIBS = @LIBS@
 
116
LIBTOOL = @LIBTOOL@
 
117
LN_S = @LN_S@
114
118
LTLIBOBJS = @LTLIBOBJS@
115
119
MAKEINFO = @MAKEINFO@
116
120
MKDIR_P = @MKDIR_P@
121
125
PACKAGE_STRING = @PACKAGE_STRING@
122
126
PACKAGE_TARNAME = @PACKAGE_TARNAME@
123
127
PACKAGE_VERSION = @PACKAGE_VERSION@
 
128
PANGOCAIRO_FLAGS = @PANGOCAIRO_FLAGS@
 
129
PANGOCAIRO_LIBS = @PANGOCAIRO_LIBS@
124
130
PATH_SEPARATOR = @PATH_SEPARATOR@
125
131
PKG_CONFIG = @PKG_CONFIG@
126
132
RANLIB = @RANLIB@
 
133
RECORD_ALSA_FLAGS = @RECORD_ALSA_FLAGS@
 
134
RECORD_ALSA_LIBS = @RECORD_ALSA_LIBS@
 
135
RECORD_GST_FLAGS = @RECORD_GST_FLAGS@
 
136
RECORD_GST_LIBS = @RECORD_GST_LIBS@
 
137
RECORD_PA18_FLAGS = @RECORD_PA18_FLAGS@
 
138
RECORD_PA18_LIBS = @RECORD_PA18_LIBS@
 
139
RECORD_PA19_FLAGS = @RECORD_PA19_FLAGS@
 
140
RECORD_PA19_LIBS = @RECORD_PA19_LIBS@
127
141
SDLCONFIG = @SDLCONFIG@
128
142
SDL_FLAGS = @SDL_FLAGS@
129
143
SDL_LIBS = @SDL_LIBS@
 
144
SED = @SED@
130
145
SET_MAKE = @SET_MAKE@
131
146
SHELL = @SHELL@
132
147
STRIP = @STRIP@
144
159
abs_top_srcdir = @abs_top_srcdir@
145
160
ac_ct_CC = @ac_ct_CC@
146
161
ac_ct_CXX = @ac_ct_CXX@
 
162
ac_ct_F77 = @ac_ct_F77@
147
163
alsa_CFLAGS = @alsa_CFLAGS@
148
164
alsa_LIBS = @alsa_LIBS@
149
165
am__include = @am__include@
152
168
am__tar = @am__tar@
153
169
am__untar = @am__untar@
154
170
bindir = @bindir@
 
171
build = @build@
155
172
build_alias = @build_alias@
 
173
build_cpu = @build_cpu@
 
174
build_os = @build_os@
 
175
build_vendor = @build_vendor@
156
176
builddir = @builddir@
157
177
cairo_CFLAGS = @cairo_CFLAGS@
158
178
cairo_LIBS = @cairo_LIBS@
163
183
docdir = @docdir@
164
184
dvidir = @dvidir@
165
185
exec_prefix = @exec_prefix@
166
 
fftw3f_CFLAGS = @fftw3f_CFLAGS@
167
 
fftw3f_LIBS = @fftw3f_LIBS@
168
186
gstreamer_CFLAGS = @gstreamer_CFLAGS@
169
187
gstreamer_LIBS = @gstreamer_LIBS@
 
188
host = @host@
170
189
host_alias = @host_alias@
 
190
host_cpu = @host_cpu@
 
191
host_os = @host_os@
 
192
host_vendor = @host_vendor@
171
193
htmldir = @htmldir@
172
194
includedir = @includedir@
173
195
infodir = @infodir@
183
205
mandir = @mandir@
184
206
mkdir_p = @mkdir_p@
185
207
oldincludedir = @oldincludedir@
 
208
pangocairo_CFLAGS = @pangocairo_CFLAGS@
 
209
pangocairo_LIBS = @pangocairo_LIBS@
186
210
pdfdir = @pdfdir@
 
211
portAudioV19_CFLAGS = @portAudioV19_CFLAGS@
 
212
portAudioV19_LIBS = @portAudioV19_LIBS@
187
213
prefix = @prefix@
188
214
program_transform_name = @program_transform_name@
189
215
psdir = @psdir@
196
222
top_srcdir = @top_srcdir@
197
223
xine_CFLAGS = @xine_CFLAGS@
198
224
xine_LIBS = @xine_LIBS@
199
 
SUBDIRS = src docs data themes
 
225
SUBDIRS = audio src docs data themes
200
226
includes = include/audio.h \
201
227
        include/video.h \
202
228
        include/cairotosdl.h \
203
229
        include/pitch_graph.h \
 
230
        include/configuration.h \
204
231
        include/screen.h \
205
 
        include/screen_sing.h \
206
232
        include/singleton.h \
207
233
        include/theme.h \
208
234
        include/cairosvg.h \
209
235
        include/record.h \
210
236
        include/screen_intro.h \
211
237
        include/screen_songs.h \
 
238
        include/screen_sing.h \
 
239
        include/screen_score.h \
212
240
        include/screen_practice.h \
 
241
        include/screen_configuration.h \
213
242
        include/songs.h \
214
243
        include/lyrics.h \
215
244
        include/sdl_gl.h \
271
300
distclean-hdr:
272
301
        -rm -f config.h stamp-h1
273
302
 
 
303
mostlyclean-libtool:
 
304
        -rm -f *.lo
 
305
 
 
306
clean-libtool:
 
307
        -rm -rf .libs _libs
 
308
 
 
309
distclean-libtool:
 
310
        -rm -f libtool
 
311
 
274
312
# This directory's subdirectories are mostly independent; you can cd
275
313
# into them and run `make' without going through this Makefile.
276
314
# To change the values of `make' variables: instead of editing Makefiles,
575
613
        @echo "it deletes files that may require special tools to rebuild."
576
614
clean: clean-recursive
577
615
 
578
 
clean-am: clean-generic mostlyclean-am
 
616
clean-am: clean-generic clean-libtool mostlyclean-am
579
617
 
580
618
distclean: distclean-recursive
581
619
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
582
620
        -rm -f Makefile
583
 
distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
 
621
distclean-am: clean-am distclean-generic distclean-hdr \
 
622
        distclean-libtool distclean-tags
584
623
 
585
624
dvi: dvi-recursive
586
625
 
618
657
 
619
658
mostlyclean: mostlyclean-recursive
620
659
 
621
 
mostlyclean-am: mostlyclean-generic
 
660
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
622
661
 
623
662
pdf: pdf-recursive
624
663
 
635
674
 
636
675
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
637
676
        all all-am am--refresh check check-am clean clean-generic \
638
 
        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
639
 
        dist-shar dist-tarZ dist-zip distcheck distclean \
640
 
        distclean-generic distclean-hdr distclean-tags distcleancheck \
641
 
        distdir distuninstallcheck dvi dvi-am html html-am info \
642
 
        info-am install install-am install-data install-data-am \
643
 
        install-dvi install-dvi-am install-exec install-exec-am \
644
 
        install-html install-html-am install-info install-info-am \
645
 
        install-man install-pdf install-pdf-am install-ps \
646
 
        install-ps-am install-strip installcheck installcheck-am \
647
 
        installdirs installdirs-am maintainer-clean \
648
 
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
649
 
        pdf-am ps ps-am tags tags-recursive uninstall uninstall-am
 
677
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
 
678
        dist-gzip dist-shar dist-tarZ dist-zip distcheck distclean \
 
679
        distclean-generic distclean-hdr distclean-libtool \
 
680
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
 
681
        dvi-am html html-am info info-am install install-am \
 
682
        install-data install-data-am install-dvi install-dvi-am \
 
683
        install-exec install-exec-am install-html install-html-am \
 
684
        install-info install-info-am install-man install-pdf \
 
685
        install-pdf-am install-ps install-ps-am install-strip \
 
686
        installcheck installcheck-am installdirs installdirs-am \
 
687
        maintainer-clean maintainer-clean-generic mostlyclean \
 
688
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
689
        tags tags-recursive uninstall uninstall-am
650
690
 
651
691
# Tell versions [3.59,3.63) of GNU make to not export all variables.
652
692
# Otherwise a system limit (for SysV at least) may be exceeded.