|
a/src/Makefile.in |
|
b/src/Makefile.in |
1 |
# @(#$Id: Makefile.in,v 1.11 2007-06-11 05:49:01 dockes Exp $ (C) 2005 J.F.Dockes
|
1 |
# @(#$Id: Makefile.in,v 1.12 2007-06-11 05:51:05 dockes Exp $ (C) 2005 J.F.Dockes
|
2 |
|
2 |
|
3 |
prefix = @prefix@
|
3 |
prefix = @prefix@
|
4 |
exec_prefix = @exec_prefix@
|
4 |
exec_prefix = @exec_prefix@
|
5 |
|
5 |
|
6 |
bindir = @bindir@
|
6 |
bindir = @bindir@
|
|
... |
|
... |
60 |
rm -rf autom4te.cache
|
60 |
rm -rf autom4te.cache
|
61 |
|
61 |
|
62 |
maintainer-clean: distclean
|
62 |
maintainer-clean: distclean
|
63 |
rm -f doc/user/*.html* doc/user/*.txt doc/user/HTML.manifest
|
63 |
rm -f doc/user/*.html* doc/user/*.txt doc/user/HTML.manifest
|
64 |
rm -f qtgui/i18n/*.qm
|
64 |
rm -f qtgui/i18n/*.qm
|
65 |
rm -f qt4gui/i18n/*.qm
|
|
|
66 |
|
65 |
|
67 |
# recollinstall can be executed by the user and will compute 'normal'
|
66 |
# recollinstall can be executed by the user and will compute 'normal'
|
68 |
# values for bindir etc., relative to the prefix argument. When executed
|
67 |
# values for bindir etc., relative to the prefix argument. When executed
|
69 |
# here, we pass a bunch of variables in the environment, the values will
|
68 |
# here, we pass a bunch of variables in the environment, the values will
|
70 |
# override the computed defaults.
|
69 |
# override the computed defaults.
|