~vm/vm/trunk

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Samuel Bronson
  • Date: 2009-05-06 23:17:18 UTC
  • mto: This revision was merged to the branch mainline in revision 588.
  • Revision ID: naesten@gmail.com-20090506231718-zjzqvrd3eboshab5
Add an autoconf-generated file "vm-load.el" to ease loading from source tree

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
SUBDIRS = lisp info src pixmaps
12
12
 
13
13
##############################################################################
14
 
all:
 
14
all: vm-load.el
15
15
        @for i in $(SUBDIRS) ; do ($(MAKE) -C $$i); done
16
16
 
17
 
Makefile: config.status @srcdir@/Makefile.in
 
17
Makefile vm-load.el: %: config.status @srcdir@/%.in
18
18
        ./config.status $@
19
19
 
20
20
@srcdir@/configure: @srcdir@/configure.ac