/[tramp]/tramp/lisp/Makefile.in
ViewVC logotype

Diff of /tramp/lisp/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2.4 by albinus, Mon Jul 14 21:38:14 2003 UTC revision 2.5 by albinus, Tue Jul 15 21:00:32 2003 UTC
# Line 38  lispdir                = @lispdir@ Line 38  lispdir                = @lispdir@
38  CLEAN_FILES     = @TRAMP_CLEAN_FILES@  CLEAN_FILES     = @TRAMP_CLEAN_FILES@
39    
40  # trampver.el and tramp.el must be handled first due to dependencies  # trampver.el and tramp.el must be handled first due to dependencies
41  LISP_FILES      = trampver.el tramp.el tramp-ftp.el tramp-smb.el \  LISP_FILES      = trampver.el tramp.el tramp-smb.el tramp-util.el \
42                    tramp-util.el tramp-uu.el tramp-vc.el trampcache.el                    tramp-uu.el tramp-vc.el trampcache.el
43    
44  ifeq ($(EMACS_INFO), xemacs)  # tramp-ftp and tramp-efs are usefull for Emacs resp XEmacs only
45    ifeq ($(EMACS_INFO), emacs)
46      LISP_FILES += tramp-ftp.el
47    else
48    LISP_FILES += tramp-efs.el    LISP_FILES += tramp-efs.el
49  endif  endif
50    
# Line 70  all: $(addsuffix .elc, $(basename $(LISP Line 73  all: $(addsuffix .elc, $(basename $(LISP
73  %.elc: %.el  %.elc: %.el
74          $(EM) $?          $(EM) $?
75    
76  install: $(wildcard *.el *.elc)  install: $(LISP_FILES) $(addsuffix .elc, $(basename $(LISP_FILES)))
77          $(MKDIR) $(lispdir)          $(MKDIR) $(lispdir)
78          $(INSTALL) $? $(lispdir)          $(INSTALL) $? $(lispdir)
79    

Legend:
Removed from v.2.4  
changed lines
  Added in v.2.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26