* Make-mc.in: Include necessary parts of Make.common to
eliminate the later.
Этот коммит содержится в:
родитель
d5e1314c5d
Коммит
e777d48dfb
@ -1,3 +1,8 @@
|
|||||||
|
2001-09-07 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
|
* Make-mc.in: Include necessary parts of Make.common to
|
||||||
|
eliminate the later.
|
||||||
|
|
||||||
2001-08-23 Pavel Roskin <proski@gnu.org>
|
2001-08-23 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
* names.c (finduname): Don't use HAVE_GETPWUID - it's never
|
* names.c (finduname): Don't use HAVE_GETPWUID - it's never
|
||||||
|
@ -1,6 +1,10 @@
|
|||||||
# This is the "Makefile.in" that is used when vfs is built as part of
|
# This is the "Makefile.in" that is used when vfs is built as part of mc.
|
||||||
# mc. Any changes here must also be made in Makefile.am.
|
# Makefile.am is for the standalone VFS library.
|
||||||
# x
|
# Please keep them in sync.
|
||||||
|
|
||||||
|
VERSION = @VERSION@
|
||||||
|
|
||||||
|
SHELL = @SHELL@
|
||||||
|
|
||||||
srcdir = @srcdir@
|
srcdir = @srcdir@
|
||||||
top_srcdir = @top_srcdir@
|
top_srcdir = @top_srcdir@
|
||||||
@ -8,7 +12,41 @@ VPATH = @srcdir@
|
|||||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||||
top_builddir = ..
|
top_builddir = ..
|
||||||
|
|
||||||
@MCF@
|
# Installation target directories & other installation stuff
|
||||||
|
prefix = @prefix@
|
||||||
|
exec_prefix = @exec_prefix@
|
||||||
|
binprefix =
|
||||||
|
manprefix =
|
||||||
|
|
||||||
|
bindir = @bindir@
|
||||||
|
libdir = @libdir@
|
||||||
|
|
||||||
|
# Tools & program stuff
|
||||||
|
@SET_MAKE@
|
||||||
|
CC = @CC@
|
||||||
|
CPP = @CPP@
|
||||||
|
AR = @AR@
|
||||||
|
RANLIB = @RANLIB@
|
||||||
|
RMF = rm -f
|
||||||
|
MV = mv
|
||||||
|
CP = cp
|
||||||
|
LN_S = @LN_S@
|
||||||
|
|
||||||
|
XCFLAGS = @CFLAGS@
|
||||||
|
XCPPFLAGS = -I$(srcdir) -I.. @CPPFLAGS@ @GLIB_CFLAGS@
|
||||||
|
XLDFLAGS = @LDFLAGS@
|
||||||
|
XDEFS = @DEFS@
|
||||||
|
XLIBS = @LIBS@
|
||||||
|
|
||||||
|
# Rules
|
||||||
|
default: all
|
||||||
|
|
||||||
|
.PHONY: default all check TAGS clean install uninstall distcopy depend
|
||||||
|
|
||||||
|
# Added for compatibility with Automake
|
||||||
|
dvi:
|
||||||
|
|
||||||
|
installcheck:
|
||||||
|
|
||||||
SAMBA_INCLUDES =
|
SAMBA_INCLUDES =
|
||||||
|
|
||||||
@ -178,7 +216,7 @@ SRC_LINKS = mad.c mad.h
|
|||||||
|
|
||||||
$(SRC_LINKS):
|
$(SRC_LINKS):
|
||||||
for i in $(SRC_LINKS); do \
|
for i in $(SRC_LINKS); do \
|
||||||
$(LN_S) $(mcsrcdir)/$$i . || exit 1; \
|
$(LN_S) $(top_srcdir)/src/$$i . || exit 1; \
|
||||||
done
|
done
|
||||||
|
|
||||||
mcserv: mcserv.o tcputil.o mad.o
|
mcserv: mcserv.o tcputil.o mad.o
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user