diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-02-28 23:28:37 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-02-28 23:28:37 +0000 |
commit | b30ba3a8589337b8e5cca3ac0d50aa6c866c311c (patch) | |
tree | bbbc5641c331604f2bdb4e4a3755ed3a74c1e283 /libtrivfs/Makefile | |
parent | 802b28a139439159f6b8303c4e5530bb5ad55660 (diff) |
Initial revision
Diffstat (limited to 'libtrivfs/Makefile')
-rw-r--r-- | libtrivfs/Makefile | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/libtrivfs/Makefile b/libtrivfs/Makefile new file mode 100644 index 00000000..d25bfe89 --- /dev/null +++ b/libtrivfs/Makefile @@ -0,0 +1,33 @@ +# +# Copyright (C) 1994 Free Software Foundation +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation; either version 2, or (at +# your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + +dir := libtrivfs + +include ../Makeconf + +DIST_FILES= demuxer.c dir-link.c dir-mkdir.c dir-mkfile.c dir-pathtrans.c \ + dir-readdir.c dir-rename.c dir-rmdir.c dir-unlink.c file-chauthor.c \ + file-chflags.c file-chmod.c file-chown.c file-get-trans.c \ + file-get-transcntl.c file-getcontrol.c file-getfh.c file-getlinknode.c\ + file-lock.c file-pathconf.c file-set-trans.c file-statfs.c \ + file-sync.c file-syncfs.c file-truncate.c file-utimes.c file-getroot.c\ + file-goaway.c file-stubs.c init.c interrupt.c io-async-icky.c \ + io-async.c io-duplicate.c io-map.c io-modes-get.c io-modes-off.c \ + io-modes-on.c io-modes-set.c io-owner-get.c io-owner-mod.c io-read.c \ + io-readable.c io-reauthenticate.c io-restrict-auth.c io-seek.c \ + io-select.c io-stat.c io-stubs.c io-version.c io-write.c nosenders.c \ + notify-stubs.c trivfs.h |