1 # ``The contents of this file are subject to the Erlang Public License,
2 # Version 1.1, (the "License"); you may not use this file except in
3 # compliance with the License. You should have received a copy of the
4 # Erlang Public License along with this software. If not, it can be
5 # retrieved via the world wide web at http://www.erlang.org/.
7 # Software distributed under the License is distributed on an "AS IS"
8 # basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
9 # the License for the specific language governing rights and limitations
12 # The Initial Developer of the Original Code is Ericsson Utvecklings AB.
13 # Portions created by Ericsson are Copyright 1999, Ericsson Utvecklings
14 # AB. All Rights Reserved.''
18 include $(ERL_TOP
)/make
/target.mk
19 include $(ERL_TOP
)/make
/$(TARGET
)/otp.mk
21 # ----------------------------------------------------
23 # ----------------------------------------------------
27 # ----------------------------------------------------
28 # Release directory specification
29 # ----------------------------------------------------
30 RELSYSDIR
= $(RELEASE_PATH
)/lib
/tools-
$(VSN
)
32 # ----------------------------------------------------
34 # ----------------------------------------------------
45 EL_FILES
= $(EMACS_FILES
:%=%.el
)
47 ELC_FILES
= $(EMACS_FILES
:%=%.elc
)
49 # ----------------------------------------------------
51 # ----------------------------------------------------
53 debug opt
: $(TARGET_FILES
) $(EL_FILES
)
56 rm -f
$(TARGET_FILES
) $(ELC_FILES
)
61 # ----------------------------------------------------
63 # ----------------------------------------------------
64 include $(ERL_TOP
)/make
/otp_release_targets.mk
67 $(INSTALL_DIR
) $(RELSYSDIR
)/emacs
68 $(INSTALL_DATA
) $(EL_FILES
) $(README_FILES
) \
77 release_docs_spec
: docs
78 $(INSTALL_DIR
) $(RELEASE_PATH
)/man
/man3
79 $(INSTALL_DATA
) $(MAN_FILES
) $(RELEASE_PATH
)/man
/man3