~ubuntu-branches/ubuntu/karmic/cedet/karmic

« back to all changes in this revision

Viewing changes to common/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Masayuki Hatta (mhatta)
  • Date: 2006-10-17 05:51:33 UTC
  • mfrom: (2.1.1 dapper)
  • Revision ID: james.westby@ubuntu.com-20061017055133-dlxjfrmuevx5p7uw
Tags: 1:1.0pre3-6
Made Depends to Pre-Depends in cedet-common.  Let's see what happens.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
init_LISP=cedet-load.el
18
18
EMACS=emacs
19
19
setup_LISP=cedet.el
20
 
common_LISP=cedet-autogen.el cedet-compat.el ezimage.el inversion.el pprint.el sformat.el working.el cedet-edebug.el mode-local.el
21
 
VERSION=1.0beta3
 
20
common_LISP=cedet-autogen.el cedet-compat.el ezimage.el inversion.el pprint.el sformat.el fame.el working.el cedet-edebug.el mode-local.el
 
21
VERSION=1.0pre3
22
22
DISTDIR=$(top)common-$(VERSION)
23
23
 
24
24
 
32
32
           echo "(add-to-list 'load-path \"$$loadpath\")" >> $@-compile-script; \
33
33
        done;
34
34
        @echo "(require 'cedet-autogen)" >> $@-compile-script
35
 
        $(EMACS) -batch --no-site-file -l $@-compile-script -f cedet-batch-update-autoloads $(LOADDEFS) $(LOADDIRS)
 
35
        "$(EMACS)" -batch --no-site-file -l $@-compile-script -f cedet-batch-update-autoloads $(LOADDEFS) $(LOADDIRS)
36
36
 
37
37
.PHONY: init
38
38
init: $(init_LISP)
41
41
           echo "(add-to-list 'load-path \"$$loadpath\")" >> $@-compile-script; \
42
42
        done;
43
43
        @echo "(setq debug-on-error t)" >> $@-compile-script
44
 
        $(EMACS) -batch --no-site-file -l $@-compile-script -f batch-byte-compile $^
 
44
        "$(EMACS)" -batch --no-site-file -l $@-compile-script -f batch-byte-compile $^
45
45
 
46
46
.PHONY: setup
47
47
setup: $(setup_LISP)
50
50
           echo "(add-to-list 'load-path \"$$loadpath\")" >> $@-compile-script; \
51
51
        done;
52
52
        @echo "(setq debug-on-error t)" >> $@-compile-script
53
 
        $(EMACS) -batch --no-site-file -l $@-compile-script -f batch-byte-compile $^
 
53
        "$(EMACS)" -batch --no-site-file -l $@-compile-script -f batch-byte-compile $^
54
54
 
55
55
.PHONY: common
56
56
common: $(common_LISP)
59
59
           echo "(add-to-list 'load-path \"$$loadpath\")" >> $@-compile-script; \
60
60
        done;
61
61
        @echo "(setq debug-on-error t)" >> $@-compile-script
62
 
        $(EMACS) -batch --no-site-file -l $@-compile-script -f batch-byte-compile $^
 
62
        "$(EMACS)" -batch --no-site-file -l $@-compile-script -f batch-byte-compile $^
63
63
 
64
64
.PHONY:icons
65
65
icons: