Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gajim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
eta
gajim
Commits
107b593f
Commit
107b593f
authored
20 years ago
by
Yann Leboulanger
Browse files
Options
Downloads
Patches
Plain Diff
upgrade Makefiles
parent
e3f53dd3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Makefile
+7
-7
7 additions, 7 deletions
Makefile
src/Makefile
+1
-1
1 addition, 1 deletion
src/Makefile
version.py
+0
-1
0 additions, 1 deletion
version.py
with
8 additions
and
9 deletions
Makefile
+
7
−
7
View file @
107b593f
VERSION
?=
0.6.1
MODULES
=
common plugins/gtkgui
MODULES
=
src src/common
PREFIX
=
/usr
DESTDIR
=
/
...
...
@@ -20,14 +20,14 @@ all: translation trayicon idle pyo
translation
:
for
l
in
$(
LANGS
)
;
do
\
msgfmt
Messages
/
$$
l/LC_MESSAGES/gajim.po
-o
Messages
/
$$
l/LC_MESSAGES/gajim.mo
;
\
msgfmt
po
/
$$
l/LC_MESSAGES/gajim.po
-o
po
/
$$
l/LC_MESSAGES/gajim.mo
;
\
done
trayicon
:
make
-C
plugins/gtkgui
all
;
make
-C
src
all
;
idle
:
make
-C
common all
;
make
-C
src/
common all
;
pyo
:
ST
=
"import py_compile
\n
py_compile.compile('
$$
f')"
...
...
@@ -43,14 +43,14 @@ clean:
dist
:
-
rm
-rf
gajim-
$(
VERSION
)
mkdir
gajim-
$(
VERSION
)
cp
-r
plugins scripts common Core doc Messages sounds
gajim-
$(
VERSION
)
/
cp
setup_win32.py gajim.iss
AUTHORS gajim.1 gajim.xpm gajim.ico COPYING Makefile Changelog README gajim.py gajim-
$(
VERSION
)
cp
-r
data src doc po
gajim-
$(
VERSION
)
/
cp
AUTHORS gajim.1 gajim.xpm gajim.ico COPYING Makefile Changelog README gajim.py gajim-
$(
VERSION
)
-
find gajim-
$(
VERSION
)
-name
'.svn'
-exec
rm
-rf
{}
\;
2> /dev/null
find gajim-
$(
VERSION
)
-name
'*.pyc'
-exec
rm
{}
\;
find gajim-
$(
VERSION
)
-name
'*.pyo'
-exec
rm
{}
\;
find gajim-
$(
VERSION
)
-name
'.*'
-exec
rm
{}
\;
@
echo
tarring gajim-
$(
VERSION
)
...
@
tar
c
j
f gajim-
$(
VERSION
)
.tar.
bz2
gajim-
$(
VERSION
)
/
@
tar
c
z
f gajim-
$(
VERSION
)
.tar.
gz
gajim-
$(
VERSION
)
/
rm
-rf
gajim-
$(
VERSION
)
install
:
...
...
This diff is collapsed.
Click to expand it.
src/Makefile
+
1
−
1
View file @
107b593f
# Set the C flags to include the GTK+ and Python libraries
PYTHONVER
=
`
python
-V
2>&1 |
awk
'{print $2}'
|
cut
-f1
,2
-d
.
`
PYTHONVER
=
`
python
-V
2>&1 |
awk
'{print
$
$2}'
|
cut
-f1
,2
-d
.
`
CFLAGS
=
`
pkg-config
--cflags
gtk+-2.0 pygtk-2.0
`
-I
/usr/include/python
$(
PYTHONVER
)
-I
.
LDFLAGS
=
`
pkg-config
--libs
gtk+-2.0 pygtk-2.0
`
...
...
This diff is collapsed.
Click to expand it.
version.py
deleted
100644 → 0
+
0
−
1
View file @
e3f53dd3
version
=
'
0.7
'
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment