1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-25 01:05:37 +00:00

Rename targets: *-l -> *-local

This commit is contained in:
Jonas Fonseca 2005-09-27 21:11:28 +02:00 committed by Jonas Fonseca
parent 1af75f051b
commit b30064c0d0
62 changed files with 74 additions and 74 deletions

View File

@ -61,7 +61,7 @@ endif
ifdef OBJS
CLEAN += $(OBJS)
clean-l:
clean-local:
$(RM) $(CLEAN) *.a
endif
@ -77,12 +77,12 @@ ifdef SUBDIRS
done
endif
all: all-recursive all-l
install: install-recursive install-l
clean: clean-recursive clean-l
all: all-recursive all-local
install: install-recursive install-local
clean: clean-recursive clean-local
all-l:
install-l:
clean-l:
all-local:
install-local:
clean-local:
# vim:syntax=make

View File

@ -129,7 +129,7 @@ doc-dirs:
$(INSTALL) -d $(DOC_DIRS)
# $(MAN_DIR) intentionally left out
clean-l:
clean-local:
$(RM) -r $(HTML_DIR) $(XML_DIR) $(TXT_DIR) $(PDF_DIR) *.tmp

View File

@ -1,7 +1,7 @@
path_to_top=../../..
include $(path_to_top)/Makefile.config
install-l:
install-local:
$(INSTALL_DATA) elinks.1 $(DESTDIR)$(mandir)/man1
include $(path_to_top)/Makefile.lib

View File

@ -1,7 +1,7 @@
path_to_top=../../..
include $(path_to_top)/Makefile.config
install-l:
install-local:
$(INSTALL_DATA) elinks.conf.5 $(DESTDIR)$(mandir)/man5
$(INSTALL_DATA) elinkskeys.5 $(DESTDIR)$(mandir)/man5

View File

@ -37,7 +37,7 @@ SUFFIXES = .po .gmo .mo
#
# $(CATALOGS) is empty if --disable-nls. Beats using *-(yes|no) targets.
all-l: $(CATALOGS)
all-local: $(CATALOGS)
### Creating the template po template file
@ -104,11 +104,11 @@ check-po:
### Installation and distribution
#
# Use *-l targets to place and remove .gmo files.
# Use *-local targets to place and remove .gmo files.
install-l: install-l-$(CONFIG_NLS)
install-l-no:
install-l-yes:
install-local: install-local-$(CONFIG_NLS)
install-local-no:
install-local-yes:
$(MKINSTALLDIRS) $(DESTDIR)$(localedir)
@catalogs='$(CATALOGS)'; \
for cat in $$catalogs; do \

View File

@ -93,7 +93,7 @@ OBJS = vernum.o
vernum.o: FORCE
FORCE:
all-l: elinks
all-local: elinks
elinks: $(OBJS) $(ELINKSLIBS)
$(call cmd,link)

View File

@ -23,7 +23,7 @@ OBJS = \
text.o \
widget.o
all-l: libbfu.a
all-local: libbfu.a
libbfu.a: $(OBJS)
include $(path_to_top)/Makefile.lib

View File

@ -10,7 +10,7 @@ endif
BACK_OBJS = common.o default.o $(xbelobj)
OBJS = bookmarks.o dialogs.o $(foreach obj,$(BACK_OBJS),backend/$(obj))
all-l: libbookmarks.a
all-local: libbookmarks.a
libbookmarks.a: $(OBJS)
include $(path_to_top)/Makefile.lib

View File

@ -8,6 +8,6 @@ endif
OBJS = common.o default.o $(xbelobj)
# Do not forget to also add the .o to ../Makefile. Yes, it sucks.
all-l: $(OBJS)
all-local: $(OBJS)
include $(path_to_top)/Makefile.lib

2
src/cache/Makefile vendored
View File

@ -3,7 +3,7 @@ include $(path_to_top)/Makefile.config
OBJS = cache.o dialogs.o
all-l: libcache.a
all-local: libcache.a
libcache.a: $(OBJS)
include $(path_to_top)/Makefile.lib

View File

@ -3,7 +3,7 @@ include $(path_to_top)/Makefile.config
OBJS = cmdline.o conf.o dialogs.o home.o kbdbind.o options.o opttypes.o timer.o urlhist.o
all-l: libconfig.a
all-local: libconfig.a
libconfig.a: $(OBJS)
include $(path_to_top)/Makefile.lib

View File

@ -3,7 +3,7 @@ include $(path_to_top)/Makefile.config
OBJS = cookies.o dialogs.o parser.o
all-l: libcookies.a
all-local: libcookies.a
libcookies.a: $(OBJS)
parsetst: parser.o parsetst.o

View File

@ -7,7 +7,7 @@ endif
OBJS = document.o download.o edit.o $(exmodeobj) info.o menu.o options.o progress.o status.o
all-l: libdialogs.a
all-local: libdialogs.a
libdialogs.a: $(OBJS)
include $(path_to_top)/Makefile.lib

View File

@ -48,7 +48,7 @@ SUB_OBJS = \
OBJS = docdata.o document.o forms.o options.o refresh.o renderer.o $(SUB_OBJS)
all-l: libdocument.a
all-local: libdocument.a
libdocument.a: $(OBJS)
include $(path_to_top)/Makefile.lib

View File

@ -4,6 +4,6 @@ include $(path_to_top)/Makefile.config
OBJS = apply.o css.o parser.o property.o scanner.o stylesheet.o value.o
# Do not forget to also add the .o to ../Makefile. Yes, it sucks.
all-l: $(OBJS)
all-local: $(OBJS)
include $(path_to_top)/Makefile.lib

View File

@ -4,6 +4,6 @@ include $(path_to_top)/Makefile.config
OBJS = navigator.o node.o renderer.o
# Do not forget to also add the .o to ../Makefile. Yes, it sucks.
all-l: $(OBJS)
all-local: $(OBJS)
include $(path_to_top)/Makefile.lib

View File

@ -6,6 +6,6 @@ SUBDIRS = parser
OBJS = frames.o parser.o renderer.o tables.o
# Do not forget to also add the .o to ../Makefile. Yes, it sucks.
all-l: $(OBJS)
all-local: $(OBJS)
include $(path_to_top)/Makefile.lib

View File

@ -4,6 +4,6 @@ include $(path_to_top)/Makefile.config
OBJS = forms.o general.o link.o parse.o stack.o table.o
# Do not forget to also add the .o to ../Makefile. Yes, it sucks.
all-l: $(OBJS)
all-local: $(OBJS)
include $(path_to_top)/Makefile.lib

View File

@ -4,6 +4,6 @@ include $(path_to_top)/Makefile.config
OBJS = renderer.o
# Do not forget to also add the .o to ../Makefile. Yes, it sucks.
all-l: $(OBJS)
all-local: $(OBJS)
include $(path_to_top)/Makefile.lib

View File

@ -6,6 +6,6 @@ SUBDIRS = html
OBJS = sgml.o parser.o scanner.o
# Do not forget to also add the .o to ../Makefile. Yes, it sucks.
all-l: $(OBJS)
all-local: $(OBJS)
include $(path_to_top)/Makefile.lib

View File

@ -4,6 +4,6 @@ include $(path_to_top)/Makefile.config
OBJS = html.o
# Do not forget to also add the .o to ../Makefile. Yes, it sucks.
all-l: $(OBJS)
all-local: $(OBJS)
include $(path_to_top)/Makefile.lib

View File

@ -7,7 +7,7 @@ SUBDIRS = spidermonkey
SM_OBJS = document.o form.o location.o navigator.o unibar.o window.o
OBJS = ecmascript.o spidermonkey.o $(foreach obj,$(SM_OBJS),spidermonkey/$(obj))
all-l: libecmascript.a
all-local: libecmascript.a
libecmascript.a: $(OBJS)
include $(path_to_top)/Makefile.lib

View File

@ -5,6 +5,6 @@ INCLUDES += $(SPIDERMONKEY_CFLAGS)
# Do not forget to also add the .o to ../Makefile. Yes, it sucks.
OBJS = document.o form.o location.o navigator.o unibar.o window.o
all-l: $(OBJS)
all-local: $(OBJS)
include $(path_to_top)/Makefile.lib

View File

@ -11,7 +11,7 @@ endif
OBJS = encoding.o $(bzip2obj) $(gzipobj)
all-l: libencoding.a
all-local: libencoding.a
libencoding.a: $(OBJS)
include $(path_to_top)/Makefile.lib

View File

@ -3,7 +3,7 @@ include $(path_to_top)/Makefile.config
OBJS = formhist.o dialogs.o
all-l: libformhist.a
all-local: libformhist.a
libformhist.a: $(OBJS)
include $(path_to_top)/Makefile.lib

View File

@ -3,7 +3,7 @@ include $(path_to_top)/Makefile.config
OBJS = globhist.o dialogs.o
all-l: libglobhist.a
all-local: libglobhist.a
libglobhist.a: $(OBJS)
include $(path_to_top)/Makefile.lib

View File

@ -9,7 +9,7 @@ SUBDIRS = $(gettextdir)
OBJS = charsets.o
all-l: libintl.a
all-local: libintl.a
libintl.a: $(OBJS)
include $(path_to_top)/Makefile.lib

View File

@ -27,7 +27,7 @@ OBJS = \
plural.o \
textdomain.o
all-l: libintl.a
all-local: libintl.a
libintl.a: $(OBJS)
@ -46,7 +46,7 @@ plural.c: plural.y
$(YACC) $(YFLAGS) --output $@ $<
rm -f $*.h
install-l: $(builddir)/charset.alias all
install-local: $(builddir)/charset.alias all
@if test '@USE_INCLUDED_LIBINTL@' = yes; then \
temp=$(DESTDIR)$(libdir)/t-charset.alias; \
dest=$(DESTDIR)$(libdir)/charset.alias; \
@ -77,7 +77,7 @@ install-l: $(builddir)/charset.alias all
: ; \
fi
uninstall-l:
uninstall-local:
@if test '@USE_INCLUDED_LIBINTL@' = yes; then \
if test -f $(DESTDIR)$(libdir)/charset.alias; then \
temp=$(DESTDIR)$(libdir)/t-charset.alias; \

View File

@ -7,7 +7,7 @@ endif
OBJS = event.o $(interlinkobj) main.o module.o select.o timer.o version.o
all-l: libmain.a
all-local: libmain.a
libmain.a: $(OBJS)
include $(path_to_top)/Makefile.lib

View File

@ -19,7 +19,7 @@ OBJS = \
$(mailcapobj) \
$(mimetypesobj)
all-l: libmime.a
all-local: libmime.a
libmime.a: $(OBJS)
include $(path_to_top)/Makefile.lib

View File

@ -12,6 +12,6 @@ endif
OBJS = common.o default.o $(mailcapobj) $(mimetypesobj)
# Do not forget to also add the .o to ../Makefile. Yes, it sucks.
all-l: $(OBJS)
all-local: $(OBJS)
include $(path_to_top)/Makefile.lib

View File

@ -10,7 +10,7 @@ SUBDIRS = $(ssldir)
OBJS = connection.o dns.o progress.o socket.o state.o $(sslobj)
all-l: libnetwork.a
all-local: libnetwork.a
libnetwork.a: $(OBJS)
include $(path_to_top)/Makefile.lib

View File

@ -6,6 +6,6 @@ INCLUDES += $(GNUTLS_CFLAGS) $(OPENSSL_CFLAGS)
OBJS = ssl.o socket.o
# Do not forget to also add the .o to ../Makefile. Yes, it sucks.
all-l: $(OBJS)
all-local: $(OBJS)
include $(path_to_top)/Makefile.lib

View File

@ -42,7 +42,7 @@ OBJS = \
$(unixobj) \
$(win32obj)
all-l: libosdep.a
all-local: libosdep.a
libosdep.a: $(OBJS)
include $(path_to_top)/Makefile.lib

View File

@ -4,6 +4,6 @@ include $(path_to_top)/Makefile.config
OBJS = beos.o overrides.o
# Do not forget to also add the .o to ../Makefile. Yes, it sucks.
all-l: $(OBJS)
all-local: $(OBJS)
include $(path_to_top)/Makefile.lib

View File

@ -4,6 +4,6 @@ include $(path_to_top)/Makefile.config
OBJS = os2.o
# Do not forget to also add the .o to ../Makefile. Yes, it sucks.
all-l: $(OBJS)
all-local: $(OBJS)
include $(path_to_top)/Makefile.lib

View File

@ -4,6 +4,6 @@ include $(path_to_top)/Makefile.config
OBJS = riscos.o
# Do not forget to also add the .o to ../Makefile. Yes, it sucks.
all-l: $(OBJS)
all-local: $(OBJS)
include $(path_to_top)/Makefile.lib

View File

@ -4,6 +4,6 @@ include $(path_to_top)/Makefile.config
OBJS = unix.o bsd.o
# Do not forget to also add the .o to ../Makefile. Yes, it sucks.
all-l: $(OBJS)
all-local: $(OBJS)
include $(path_to_top)/Makefile.lib

View File

@ -4,6 +4,6 @@ include $(path_to_top)/Makefile.config
OBJS = win32.o overrides.o
# Do not forget to also add the .o to ../Makefile. Yes, it sucks.
all-l: $(OBJS)
all-local: $(OBJS)
include $(path_to_top)/Makefile.lib

View File

@ -86,7 +86,7 @@ SUB_OBJS = \
$(smbobj)
OBJS = about.o date.o header.o protocol.o proxy.o uri.o user.o $(SUB_OBJS)
all-l: libprotocol.a
all-local: libprotocol.a
libprotocol.a: $(OBJS)
include $(path_to_top)/Makefile.lib

View File

@ -7,6 +7,6 @@ INCLUDES += $(GNUTLS_CFLAGS) $(OPENSSL_CFLAGS)
OBJS = auth.o dialogs.o digest.o
# Do not forget to also add the .o to ../Makefile. Yes, it sucks.
all-l: $(OBJS)
all-local: $(OBJS)
include $(path_to_top)/Makefile.lib

View File

@ -6,6 +6,6 @@ INCLUDES += $(GNUTLS_CFLAGS) $(OPENSSL_CFLAGS)
OBJS = bencoding.o bittorrent.o common.o connection.o dialogs.o peerconnect.o peerwire.o piececache.o tracker.o
# Do not forget to also add the .o to ../Makefile. Yes, it sucks.
all-l: $(OBJS)
all-local: $(OBJS)
include $(path_to_top)/Makefile.lib

View File

@ -8,6 +8,6 @@ endif
OBJS = file.o $(cgiobj)
# Do not forget to also add the .o to ../Makefile. Yes, it sucks.
all-l: $(OBJS)
all-local: $(OBJS)
include $(path_to_top)/Makefile.lib

View File

@ -4,6 +4,6 @@ include $(path_to_top)/Makefile.config
OBJS = finger.o
# Do not forget to also add the .o to ../Makefile. Yes, it sucks.
all-l: $(OBJS)
all-local: $(OBJS)
include $(path_to_top)/Makefile.lib

View File

@ -4,6 +4,6 @@ include $(path_to_top)/Makefile.config
OBJS = ftp.o parse.o
# Do not forget to also add the .o to ../Makefile. Yes, it sucks.
all-l: $(OBJS)
all-local: $(OBJS)
include $(path_to_top)/Makefile.lib

View File

@ -4,6 +4,6 @@ include $(path_to_top)/Makefile.config
OBJS = gopher.o
# Do not forget to also add the .o to ../Makefile. Yes, it sucks.
all-l: $(OBJS)
all-local: $(OBJS)
include $(path_to_top)/Makefile.lib

View File

@ -4,6 +4,6 @@ include $(path_to_top)/Makefile.config
OBJS = blacklist.o codes.o http.o
# Do not forget to also add the .o to ../Makefile. Yes, it sucks.
all-l: $(OBJS)
all-local: $(OBJS)
include $(path_to_top)/Makefile.lib

View File

@ -4,6 +4,6 @@ include $(path_to_top)/Makefile.config
OBJS = nntp.o connection.o response.o
# Do not forget to also add the .o to ../Makefile. Yes, it sucks.
all-l: $(OBJS)
all-local: $(OBJS)
include $(path_to_top)/Makefile.lib

View File

@ -4,6 +4,6 @@ include $(path_to_top)/Makefile.config
OBJS = rewrite.o
# Do not forget to also add the .o to ../Makefile. Yes, it sucks.
all-l: $(OBJS)
all-local: $(OBJS)
include $(path_to_top)/Makefile.lib

View File

@ -4,6 +4,6 @@ include $(path_to_top)/Makefile.config
OBJS = smb.o
# Do not forget to also add the .o to ../Makefile. Yes, it sucks.
all-l: $(OBJS)
all-local: $(OBJS)
include $(path_to_top)/Makefile.lib

View File

@ -30,7 +30,7 @@ SUBDIRS = $(guiledir) $(luadir) $(perldir) $(pythondir) $(rubydir)
OBJS = scripting.o $(guileobj) $(luaobj) $(perlobj) $(pythonobj) $(rubyobj)
all-l: libscripting.a
all-local: libscripting.a
libscripting.a: $(OBJS)
include $(path_to_top)/Makefile.lib

View File

@ -6,6 +6,6 @@ INCLUDES += $(GUILE_CFLAGS)
OBJS = guile.o hooks.o core.o
# Do not forget to also add the .o to ../Makefile. Yes, it sucks.
all-l: $(OBJS)
all-local: $(OBJS)
include $(path_to_top)/Makefile.lib

View File

@ -6,6 +6,6 @@ INCLUDES += $(LUA_CFLAGS)
OBJS = lua.o hooks.o core.o
# Do not forget to also add the .o to ../Makefile. Yes, it sucks.
all-l: $(OBJS)
all-local: $(OBJS)
include $(path_to_top)/Makefile.lib

View File

@ -6,6 +6,6 @@ INCLUDES += $(PERL_CFLAGS)
OBJS = perl.o hooks.o core.o
# Do not forget to also add the .o to ../Makefile. Yes, it sucks.
all-l: $(OBJS)
all-local: $(OBJS)
include $(path_to_top)/Makefile.lib

View File

@ -6,6 +6,6 @@ INCLUDES += $(PYTHON_CFLAGS)
OBJS = python.o hooks.o core.o
# Do not forget to also add the .o to ../Makefile. Yes, it sucks.
all-l: $(OBJS)
all-local: $(OBJS)
include $(path_to_top)/Makefile.lib

View File

@ -6,6 +6,6 @@ INCLUDES += $(RUBY_CFLAGS)
OBJS = ruby.o hooks.o core.o
# Do not forget to also add the .o to ../Makefile. Yes, it sucks.
all-l: $(OBJS)
all-local: $(OBJS)
include $(path_to_top)/Makefile.lib

View File

@ -3,7 +3,7 @@ include $(path_to_top)/Makefile.config
OBJS = download.o history.o location.o session.o task.o
all-l: libsession.a
all-local: libsession.a
libsession.a: $(OBJS)
include $(path_to_top)/Makefile.lib

View File

@ -17,7 +17,7 @@ OBJS = \
terminal.o \
window.o
all-l: libterminal.a
all-local: libterminal.a
libterminal.a: $(OBJS)
include $(path_to_top)/Makefile.lib

View File

@ -46,7 +46,7 @@ OBJS = \
$(scannerobj) \
$(sha1obj)
all-l: libutil.a
all-local: libutil.a
libutil.a: $(OBJS)
include $(path_to_top)/Makefile.lib

View File

@ -20,7 +20,7 @@ OBJS = \
text/view.o \
text/vs.o
all-l: libviewer.a
all-local: libviewer.a
libviewer.a: $(OBJS)
include $(path_to_top)/Makefile.lib

View File

@ -4,6 +4,6 @@ include $(path_to_top)/Makefile.config
OBJS = dump.o
# Do not forget to also add the .o to ../Makefile. Yes, it sucks.
all-l: $(OBJS)
all-local: $(OBJS)
include $(path_to_top)/Makefile.lib

View File

@ -8,6 +8,6 @@ endif
OBJS = draw.o form.o link.o $(marksobj) search.o textarea.o view.o vs.o
# Do not forget to also add the .o to ../Makefile. Yes, it sucks.
all-l: $(OBJS)
all-local: $(OBJS)
include $(path_to_top)/Makefile.lib