Browse Source

Fri Jul 24 00:22:30 1998 Tom Tromey <tromey@cygnus.com>

	* Makefile.am: New file.
	* Make-mc.in: Renamed from Makefile.in.
	* Makefile.in: Removed.
Tom Tromey 27 years ago
parent
commit
320e0976a5
3 changed files with 25 additions and 0 deletions
  1. 6 0
      vfs/ChangeLog
  2. 3 0
      vfs/Make-mc.in
  3. 16 0
      vfs/Makefile.am

+ 6 - 0
vfs/ChangeLog

@@ -1,3 +1,9 @@
+Fri Jul 24 00:22:30 1998  Tom Tromey  <tromey@cygnus.com>
+
+	* Makefile.am: New file.
+	* Make-mc.in: Renamed from Makefile.in.
+	* Makefile.in: Removed.
+
 Mon Jun 29 15:12:55 1998  Pavel Roskin <pavel.roskin@ecsoft.co.uk>
 
 	* Makefile.in: Rewritten stuff concerning extfs files.

+ 3 - 0
vfs/Makefile.in → vfs/Make-mc.in

@@ -1,3 +1,6 @@
+# This is the "Makefile.in" that is used when vfs is built as part of
+# mc.  Any changes here must also be made in Makefile.am.
+
 srcdir = @srcdir@
 VPATH = @srcdir@
 

+ 16 - 0
vfs/Makefile.am

@@ -0,0 +1,16 @@
+## Process this file with automake to produce Makefile.in.
+
+## FIXME: this is not nearly finished.  It is pointless to try to use
+## it without fixing it, and libvfs, first.  Feel free!
+
+
+## This file is used only by the Gnome libvfs build.  If you make
+## changes here, they must be synchronized with Make-mc.in.
+
+lib_LTLIBRARIES = libvfs.la
+
+libvfs_la_SOURCES = callback.h container.c container.h extfs.c extfs.h \
+ftpfs.c ftpfs.h libvfs.c local.c mad.c mad.h mcfs.c mcfs.h mcserv.c \
+names.c names.h shared.c tar.c tar.h tcputil.c tcputil.h undelfs.c \
+undelfs.h util-alone.c util-alone.h utilvfs.c vfs.c vfs.h
+