~ubuntu-branches/ubuntu/saucy/ecb/saucy

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Joerg Jaspert
  • Date: 2004-09-01 22:15:18 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040901221518-0jfdt2apb2rj69ey
Tags: 2.27-1
And include latest Upstream too...

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
# GNU Emacs; see the file COPYING.  If not, write to the Free Software
27
27
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
28
28
 
29
 
# $Id: Makefile,v 1.82 2004/02/13 16:10:06 berndl Exp $
 
29
# $Id: Makefile,v 1.96 2004/08/18 16:07:18 berndl Exp $
30
30
 
31
31
 
32
32
# ========================================================================
36
36
# Byte-compiling ECB:
37
37
# ------------------------------------------------------------------------
38
38
 
39
 
# Define here the correct path to your Emacs or XEmacs binary
 
39
# Define here the correct path to your Emacs or XEmacs binary. Ensure you
 
40
# have set this variable to 'xemacs' if you want byte-compile with XEmacs!
40
41
EMACS=emacs
41
42
 
 
43
# In the following path-settings of this section use always FORWARD-SLASHES
 
44
# as directory-separator even with MS Windows systems.
 
45
 
42
46
# -------- Compiling ECB with the cedet-library 1.0 ----------------------
43
47
 
44
48
# cedet 1.0 (contains a.o. semantic 2.0, eieio 0.18 and speedbar 0.15). If
45
49
# you want compile ECB with the cedet library then set here the full path
46
 
# to the cedet-installation directory.
 
50
# to the cedet-installation directory. If you do not want using the
 
51
# cedet-suite but separate semantic-, eieio- and speedbar-pathes set this
 
52
# variable to empty.
47
53
 
48
 
CEDET=
49
 
#CEDET=C:/Programme/emacs-21/site-lisp/multi-file-packages/cedet-1.0beta1c
 
54
#CEDET=
 
55
CEDET=c:/Programme/emacs-21/site-lisp/package-development/cedet
 
56
#CEDET=c:/Programme/emacs-21/site-lisp/multi-file-packages/cedet-1.0beta3b
50
57
 
51
58
# -------- Compiling ECB with the semantic < 2.0 -------------------------
52
59
 
53
 
# If you want not compile ECB with the cedet1.0-library then do not set
54
 
# CEDET above!
 
60
# If you do not want compiling ECB with the cedet1.0-library then do not
 
61
# set CEDET above!
55
62
 
56
63
# If semantic, eieio and speedbar are added to load-path within some
57
64
# Elisp-statements in the Emacs initialization-files (e.g. .emacs or
58
65
# site-start.el) then set here again the load-path of the semantic-version,
59
 
# the eieio-version and the speedbar-version loaded into your Emacs (use
60
 
# always FORWARD-SLASHES as directory-separator even with MS Windows
61
 
# systems). Make sure you compile ECB with the semantic-, eieio- and
62
 
# speedbar-version you load into Emacs!
 
66
# the eieio-version and the speedbar-version loaded into your Emacs. Make
 
67
# sure you compile ECB with the semantic-, eieio- and speedbar-version you
 
68
# load into Emacs!
63
69
 
64
70
# If you are using XEmacs with already installed XEmacs-packages for
65
71
# semantic, eieio and speedbar or if you are using a file subdirs.el with
81
87
#
82
88
#      or
83
89
#
84
 
#      make CEDET="path/to/cedet"           #(for compiling with cedet 1.0)
 
90
#      make CEDET="path/to/cedet"           (for compiling with cedet 1.0)
85
91
#
86
92
#      or
87
93
#
109
115
TEXI2DVI=/usr/bin/texi2dvi
110
116
# You need either the dvipdfm-tool
111
117
#DVIPDFM=/C/Programme/texmf/miktex/bin/dvipdfm
112
 
DVIPDFM=/usr/bin/dvipdfm
 
118
DVIPDFM=
113
119
# or the tools dvips and ps2pdf. If dvipdfm is available the Makefile uses
114
120
# this one!
115
 
DVIPS=
116
 
PS2PDF=
 
121
DVIPS=/usr/bin/dvips
 
122
PS2PDF=/usr/bin/ps2pdf
117
123
 
118
124
# To generate the online-formats just call "make online-help" for info- and
119
125
# HTML-format and "make pdf" for PDF-format.
124
130
 
125
131
# Set here the path of the info subdirectory of your (X)Emacs installation
126
132
# which contains the dir file.
127
 
EMACSINFOPATH=
 
133
EMACSINFOPATH=/C/Programme/emacs-21/info
128
134
 
129
135
# If you want to install the info-format of the online-help in the
130
136
# Top-directory of the info-directory of (X)Emacs (see above EMACSINFOPATH)
138
144
 
139
145
# Do not change anything below!
140
146
 
141
 
# $Id: Makefile,v 1.82 2004/02/13 16:10:06 berndl Exp $
 
147
# $Id: Makefile,v 1.96 2004/08/18 16:07:18 berndl Exp $
142
148
 
143
149
# For the ECB-maintainers: Change the version-number here and not
144
150
# elsewhere!
145
 
ecb_VERSION=2.21
 
151
ecb_VERSION=2.27
146
152
 
147
153
include ecb-makedef.mk
148
154
 
280
286
        @$(CP) -r $(ecb_IMAGE_DIR) ecb-$(ecb_VERSION)
281
287
        @find ecb-$(ecb_VERSION)/$(ecb_IMAGE_DIR) -name CVS -print | xargs rm -Rf
282
288
        @find ecb-$(ecb_VERSION)/$(ecb_IMAGE_DIR) -name *~ -print | xargs $(RM)
 
289
        @find ecb-$(ecb_VERSION)/$(ecb_IMAGE_DIR) -name *.png -print | xargs $(RM)
283
290
        @tar -cvzf ecb-$(ecb_VERSION).tar.gz ecb-$(ecb_VERSION)
284
291
        @$(RM) -R ecb-$(ecb_VERSION)
285
292