Skip to content

Commit

Permalink
Rename some stuff
Browse files Browse the repository at this point in the history
Try to use 'maemo' as less as possible.

Signed-off-by: Felipe Contreras <[email protected]>
  • Loading branch information
felipec committed Jun 26, 2010
1 parent 10f244f commit 47e32ce
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ all:
libscrobble.a: scrobble.o
libscrobble.a: override CFLAGS += $(GLIB_CFLAGS) $(SOUP_CFLAGS)

maemo-scrobbler: main.o libscrobble.a
maemo-scrobbler: override CFLAGS += $(GLIB_CFLAGS) $(GTHREAD_CFLAGS) $(MAFW_CFLAGS) $(CONIC_CFLAGS)
maemo-scrobbler: override LIBS += $(GLIB_LIBS) $(GTHREAD_LIBS) $(MAFW_LIBS) $(CONIC_LIBS) $(SCROBBLE_LIBS)
bins += maemo-scrobbler
scrobbler: main.o libscrobble.a
scrobbler: override CFLAGS += $(GLIB_CFLAGS) $(GTHREAD_CFLAGS) $(MAFW_CFLAGS) $(CONIC_CFLAGS)
scrobbler: override LIBS += $(GLIB_LIBS) $(GTHREAD_LIBS) $(MAFW_LIBS) $(CONIC_LIBS) $(SCROBBLE_LIBS)
bins += scrobbler

libcp-scrobbler.so: control_panel.o
libcp-scrobbler.so: override CFLAGS += $(HILDON_CFLAGS)
Expand All @@ -53,11 +53,11 @@ QUIET_CLEAN = @echo ' CLEAN '$@;
endif

install: $(bins) $(libs)
install -m 755 maemo-scrobbler -D $(D)/usr/bin/maemo-scrobbler
install -m 755 scrobbler -D $(D)/usr/bin/scrobbler
install -m 644 libcp-scrobbler.so -D \
$(D)/usr/lib/hildon-control-panel/libcp-scrobbler.so
install -m 644 maemo-scrobbler.desktop -D \
$(D)/usr/share/applications/hildon-control-panel/maemo-scrobbler.desktop
install -m 644 cp.desktop -D \
$(D)/usr/share/applications/hildon-control-panel/scrobbler.desktop
install -m 644 fm.png -D $(D)/usr/share/icons/hicolor/48x48/apps/fm.png

%.a::
Expand Down
File renamed without changes.

0 comments on commit 47e32ce

Please sign in to comment.