Fix a bunch of outdated makefiles.

master
Marco Pesenti Gritti 18 years ago
parent 4fda4b8cb4
commit f2ae132410

@ -1 +1 @@
SUBDIRS = sugar
SUBDIRS = sugar cut-n-paste

@ -17,6 +17,7 @@ AC_SUBST(PYGTK_LIBS)
AC_OUTPUT([
Makefile
cut-n-paste/Makefile
sugar/Makefile
sugar/__installed__.py
sugar/browser/Makefile

@ -0,0 +1,5 @@
cut_n_pastedir = $(pythondir)/cut-n-paste
cut_n_paste_PYTHON = \
google.py \
GoogleSOAPFacade.py \
SOAP.py

@ -6,6 +6,7 @@ sugardir = $(pythondir)/sugar
sugar_PYTHON = \
__init__.py \
__installed__.py \
env.py
env.py \
util.py
EXTRA_DIST = sugar __uninstalled__.py

@ -4,7 +4,6 @@ sugar_PYTHON = \
browser.py \
NotificationBar.py \
BrowserShell.py \
WebActivity.py \
AddressItem.py \
BrowserActivity.py \
NavigationToolbar.py

@ -3,18 +3,10 @@ SUBDIRS = sketchpad
sugardir = $(pythondir)/sugar/chat
sugar_PYTHON = \
__init__.py \
chat.py \
richtext.py \
Emoticons.py
icondir = $(pkgdatadir)
icon_DATA = \
bubble.png \
bubbleOutline.png
activitydir = $(pkgdatadir)/activities
activity_DATA = chat.activity
Chat.py \
Emoticons.py \
GroupChat.py \
richtext.py
EXTRA_DIST = \
$(icon_DATA) \
$(activity_DATA)
$(icon_DATA)

@ -3,12 +3,9 @@ SUBDIRS = model
sugardir = $(pythondir)/sugar/p2p
sugar_PYTHON = \
__init__.py \
Buddy.py \
Group.py \
NotificationListener.py \
Notifier.py \
Service.py \
Stream.py \
MostlyReliablePipe.py \
MostlyReliablePipe.py \
network.py \
presence.py

@ -1,7 +1,6 @@
sugardir = $(pythondir)/sugar/presence
sugar_PYTHON = \
__init__.py \
Buddy.py \
Group.py \
PresenceService.py \
sugar_PYTHON = \
__init__.py \
Buddy.py \
PresenceService.py \
Service.py

@ -1,7 +1,8 @@
sugardir = $(pythondir)/sugar/shell
sugar_PYTHON = \
__init__.py \
activity.py \
shell.py \
PresenceWindow.py \
Owner.py
sugar_PYTHON = \
__init__.py \
activity.py \
shell.py \
Owner.py \
PresenceWindow.py \
StartPage.py

Loading…
Cancel
Save