diff options
author | Miles Bader <miles@gnu.org> | 1995-04-15 01:51:42 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-04-15 01:51:42 +0000 |
commit | 9efd4fa540d04528dd545e0cd6575f970fbd9eb9 (patch) | |
tree | a28e046eec2bf451e567c6bb4e4a8d318a177c4f /ext2fs/Makefile | |
parent | de0f19f5724d753f1f268fcead9da37c7f766c3a (diff) |
Formerly Makefile.~6~
Diffstat (limited to 'ext2fs/Makefile')
-rw-r--r-- | ext2fs/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/ext2fs/Makefile b/ext2fs/Makefile index 09cfa3c1..3fde8630 100644 --- a/ext2fs/Makefile +++ b/ext2fs/Makefile @@ -18,24 +18,26 @@ dir := ext2fs makemode := server -SRCS = balloc.c bitmap.c ext2fs.c getblk.c hyper.c ialloc.c inode.c pager.c -OBJS = $(SRCS:.c=.o) exec_server_image.o +SRCS = balloc.c bitmap.c dir.c ext2fs.c getblk.c hyper.c ialloc.c inode.c \ + pager.c pokeloc.c truncate.c getopt.o error.o +OBJS = $(SRCS:.c=.o) # exec_server_image.o LCLHDRS = ext2fs.h ext2_fs.h ext2_fs_i.h DIST_FILES = BROKEN REMHDRS = ../hurd/diskfs.h ../hurd/ports.h ../hurd/pager.h\ ../hurd/ioserver.h ../hurd/fshelp.h -#HURDLIBS = libdiskfs libports libdiskfs libpager libioserver \ -# libfshelp libdiskfs libthreads libports HURDLIBS = libdiskfs libports libpager libioserver libfshelp libthreads target = ext2fs +CPPFLAGS += -I../lib +vpath %.c ../lib + include ../Makeconf exec_server_image.o: ../exec/exec ../mkbootfs/mkbootfs rsh $(mighost) -n cd `pwd` \; \ ../mkbootfs/mkbootfs ../exec/exec exec_server_image.o -$(OBJS): ext2fs.h +$(OBJS): ext2fs.h ext2_fs.h ext2_fs_i.h $(OBJS): $(REMHDRS) $(foreach dir,mkbootfs exec,../$(dir)/%): FORCE |