~ubuntu-branches/ubuntu/quantal/ipod-sharp/quantal

« back to all changes in this revision

Viewing changes to ui/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2006-11-13 12:36:39 UTC
  • mfrom: (1.1.4 upstream) (6.1.5 edgy)
  • Revision ID: james.westby@ubuntu.com-20061113123639-cynm2axegef1etff
* New upstream release
* debian/patches/01_fix-playcounts.patch:
  + Dropped, merged upstream
* debian/control:
  + Build depend on mono-gmcs, libmono-sharpzip2.84-cil, libmono2.0-cil,
    libglib2.0-dev and libipoddevice >= 0.5.0
  + Bumped Standards-Version to 3.7.2
  + Add ${misc:Depends} to Depends
  + Let libipodui-cil depend on libipod-cil
* debian/libipod-cil.install:
  + Add ipod-sharp-firmware.dll
* debian/patches/01_dllmap.patch:
  + Add dllmap to libgobject-2.0.so.0 

Show diffs side-by-side

added added

removed removed

Lines of Context:
148
148
ipodsharp_DATA = $(ASSEMBLY)
149
149
ASSEMBLY_SOURCES = \
150
150
        $(srcdir)/AssemblyInfo.cs       \
 
151
        $(srcdir)/ArtworkHelpers.cs     \
151
152
        $(srcdir)/ProgressDialog.cs     \
152
153
        $(srcdir)/DeviceCombo.cs
153
154
 
154
155
ASSEMBLY_RESOURCES = -resource:$(srcdir)/ipod.gif
155
 
 
156
 
#install-data-hook:
157
 
#       $(GACUTIL) /i $(ASSEMBLY) /package $(PACKAGE) /gacdir $(libdir) /root $(DESTDIR)$(libdir)
158
156
EXTRA_DIST = \
159
157
        ipod.gif                \
160
158
        $(ASSEMBLY_SOURCES)
161
159
 
162
160
CLEANFILES = $(ASSEMBLY)
 
161
MAINTAINERCLEANFILES = Makefile.in
163
162
all: all-am
164
163
 
165
164
.SUFFIXES:
277
276
maintainer-clean-generic:
278
277
        @echo "This command is intended for maintainers to use"
279
278
        @echo "it deletes files that may require special tools to rebuild."
 
279
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
280
280
clean: clean-am
281
281
 
282
282
clean-am: clean-generic mostlyclean-am
337
337
all: $(ASSEMBLY) 
338
338
 
339
339
$(ASSEMBLY): $(ASSEMBLY_SOURCES) $(top_builddir)/src/ipod-sharp.dll
340
 
        $(MCS) -keyfile:$(top_srcdir)/ipod-sharp.snk -target:library -out:$@ $(ASSEMBLY_SOURCES) -r:$(top_builddir)/src/ipod-sharp.dll -pkg:gtk-sharp-2.0 $(ASSEMBLY_RESOURCES)
 
340
        $(MCS) -unsafe -keyfile:$(top_srcdir)/ipod-sharp.snk -target:library -out:$@ $(ASSEMBLY_SOURCES) -r:$(top_builddir)/src/ipod-sharp.dll -pkg:gtk-sharp-2.0 $(ASSEMBLY_RESOURCES)
341
341
# Tell versions [3.59,3.63) of GNU make to not export all variables.
342
342
# Otherwise a system limit (for SysV at least) may be exceeded.
343
343
.NOEXPORT: