mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 10:04:32 +03:00
Adjusted lists of distributed files
Fixed rules for rebuilding makefiles
This commit is contained in:
parent
556b80503c
commit
5b11ed2900
@ -1,5 +1,8 @@
|
|||||||
2000-08-18 Pavel Roskin <proski@gnu.org>
|
2000-08-18 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
|
* Makefile.in, lib/Makefile.in: adjusted lists of distributed
|
||||||
|
files
|
||||||
|
|
||||||
* configure.in: Simplified dependency tracking by using
|
* configure.in: Simplified dependency tracking by using
|
||||||
"-include" with GNU Make
|
"-include" with GNU Make
|
||||||
* autogen.sh: Exit on all failures
|
* autogen.sh: Exit on all failures
|
||||||
|
@ -18,8 +18,8 @@ DISTMAIN = configure configure.in NEWS README INSTALL INSTALL.FAST \
|
|||||||
Makefile.in FAQ COPYING create_vcs install-sh \
|
Makefile.in FAQ COPYING create_vcs install-sh \
|
||||||
config.h.in mc-aclocal.m4 aclocal.m4 acconfig.h \
|
config.h.in mc-aclocal.m4 aclocal.m4 acconfig.h \
|
||||||
VERSION mcfn_install.in Make.common.in README.PC \
|
VERSION mcfn_install.in Make.common.in README.PC \
|
||||||
mc.spec mc.spec.in README.QNX VERSION.in \
|
mc.spec mc.spec.in README.QNX VERSION.in MAINTAINERS \
|
||||||
mkinstalldirs autogen.sh ABOUT-NLS gettext.m4 \
|
mkinstalldirs ABOUT-NLS gettext.m4 BUGS ChangeLog\
|
||||||
config.guess config.sub README.smbfs
|
config.guess config.sub README.smbfs
|
||||||
|
|
||||||
all:
|
all:
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2000-08-18 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
|
* Makefile.in: adjusted list of distributed files.
|
||||||
|
Added rule for rebuilding Makefile
|
||||||
|
|
||||||
2000-08-08 Pavel Roskin <proski@gnu.org>
|
2000-08-08 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
* gtkedit.c [GTK]: don't include mousemark.h
|
* gtkedit.c [GTK]: don't include mousemark.h
|
||||||
|
@ -26,10 +26,13 @@ EDITSRC = edit.c editcmd.c editdraw.c gtkedit.c gtkeditkey.c \
|
|||||||
EDITOBJS = edit.o editcmd.o editdraw.o gtkedit.o gtkeditkey.o \
|
EDITOBJS = edit.o editcmd.o editdraw.o gtkedit.o gtkeditkey.o \
|
||||||
propfont.o syntax.o wordproc.o bookmark.o
|
propfont.o syntax.o wordproc.o bookmark.o
|
||||||
|
|
||||||
DIST = Makefile.in $(EDITSRC)
|
DIST = ChangeLog Makefile.in $(EDITSRC)
|
||||||
|
|
||||||
all: @libgtkedit@
|
all: @libgtkedit@
|
||||||
|
|
||||||
|
Makefile: $(srcdir)/Makefile.in $(builddir)/config.status
|
||||||
|
cd $(builddir) && CONFIG_FILES=gtkedit/Makefile CONFIG_HEADERS= $(SHELL) ./config.status
|
||||||
|
|
||||||
.c.o:
|
.c.o:
|
||||||
$(CC) -c $(CPPFLAGS) $(DEFS) $(CFLAGS) -DGTK $<
|
$(CC) -c $(CPPFLAGS) $(DEFS) $(CFLAGS) -DGTK $<
|
||||||
|
|
||||||
|
@ -28,7 +28,6 @@ DISTLIB = \
|
|||||||
$(DESKTOP_FILES) \
|
$(DESKTOP_FILES) \
|
||||||
Makefile.in tdiff \
|
Makefile.in tdiff \
|
||||||
xnc.hlp ncurses.h \
|
xnc.hlp ncurses.h \
|
||||||
mc.sh mc.csh \
|
|
||||||
mcserv.init \
|
mcserv.init \
|
||||||
mcserv.pamd \
|
mcserv.pamd \
|
||||||
tkmc.wmconfig \
|
tkmc.wmconfig \
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2000-08-18 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
|
* Makefile.in: adjusted lists of distributed files.
|
||||||
|
Makefile rebuilding fixed.
|
||||||
|
|
||||||
2000-08-08 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
|
2000-08-08 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
|
||||||
|
|
||||||
* ftpfs.c (dir_load): taken it out, it needs to correctly provide
|
* ftpfs.c (dir_load): taken it out, it needs to correctly provide
|
||||||
|
@ -71,7 +71,6 @@ SAMBA_DIST_INCLUDE = \
|
|||||||
byteorder.h \
|
byteorder.h \
|
||||||
charset.h \
|
charset.h \
|
||||||
client.h \
|
client.h \
|
||||||
config.h \
|
|
||||||
config.h.in \
|
config.h.in \
|
||||||
dlinklist.h \
|
dlinklist.h \
|
||||||
includes.h \
|
includes.h \
|
||||||
@ -92,7 +91,7 @@ SAMBA_DIST_INCLUDE = \
|
|||||||
rpc_wkssvc.h \
|
rpc_wkssvc.h \
|
||||||
rpcclient.h \
|
rpcclient.h \
|
||||||
smb.h \
|
smb.h \
|
||||||
stamp-h \
|
stamp-h.in \
|
||||||
trans2.h \
|
trans2.h \
|
||||||
version.h
|
version.h
|
||||||
|
|
||||||
@ -269,7 +268,7 @@ libvfs.a: $(VFSSOOBJS)
|
|||||||
-$(RANLIB) $@
|
-$(RANLIB) $@
|
||||||
|
|
||||||
Makefile: $(srcdir)/Make-mc.in $(builddir)/config.status
|
Makefile: $(srcdir)/Make-mc.in $(builddir)/config.status
|
||||||
cd $(builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
cd $(builddir) && CONFIG_FILES=vfs/Makefile:vfs/Make-mc.in CONFIG_HEADERS= $(SHELL) ./config.status
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user