Makefile.in:

Don't include the Makefile.pq and the powerquest directories in the tar file.
Makefile.pq:
  Initial version of powerquest-special makefile
bitmap-optimize
Theodore Ts'o 1997-10-20 01:23:07 +00:00
parent b2da22d14b
commit 7668d9b590
4 changed files with 70 additions and 1 deletions

View File

@ -100,11 +100,12 @@ SRCROOT = `echo e2fsprogs-@E2FSPROGS_VERSION@ | sed -e 's/-WIP//' \
$(srcdir)/.exclude-file:
a=$(SRCROOT); \
(cd $(srcdir)/.. ; find e2fsprogs \( -name \*~ -o -name \*.orig \
-o -name CVS -o -name \*.rej \) -print) \
-o -name CVS -o -name \*.rej -o name Makefile.pq \) -print) \
| sed -e "s/e2fsprogs/$$a/" > $(srcdir)/.exclude-file
echo "$(SRCROOT)/build" >> $(srcdir)/.exclude-file
echo "$(SRCROOT)/rpm.log" >> $(srcdir)/.exclude-file
echo "$(SRCROOT)/resize" >> $(srcdir)/.exclude-file
echo "$(SRCROOT)/powerquest" >> $(srcdir)/.exclude-file
echo "$(SRCROOT)/.exclude-file" >> $(srcdir)/.exclude-file
echo $(SRCROOT)/e2fsprogs-@E2FSPROGS_VERSION@.tar.gz \
>> $(srcdir)/.exclude-file

8
e2fsck/Makefile.pq Normal file
View File

@ -0,0 +1,8 @@
TOPSRC=..
!include $(TOPSRC)\powerquest\MCONFIG
OBJS= super.obj pass1.obj pass1b.obj pass2.obj pass3.obj pass4.obj \
pass5.obj
ALL: $(OBJS)

49
lib/ext2fs/Makefile.pq Normal file
View File

@ -0,0 +1,49 @@
TOPSRC=..\..
!include $(TOPSRC)\powerquest\MCONFIG
OBJS= alloc.obj \
alloc_tables.obj \
badblocks.obj \
bb_compat.obj \
bb_inode.obj \
bitmaps.obj \
bitops.obj \
block.obj \
bmove.obj \
brel_ma.obj \
check_desc.obj \
closefs.obj \
cmp_bitmaps.obj \
dblist.obj \
dblist_dir.obj \
dirblock.obj \
dir_iterate.obj \
dupfs.obj \
expanddir.obj \
freefs.obj \
get_pathname.obj \
getsize.obj \
icount.obj \
initialize.obj \
inline.obj \
inode.obj \
irel_ma.obj \
ismounted.obj \
link.obj \
lookup.obj \
mkdir.obj \
namei.obj \
native.obj \
newdir.obj \
openfs.obj \
read_bb.obj \
read_bb_file.obj \
rs_bitmap.obj \
rw_bitmaps.obj \
swapfs.obj \
unlink.obj \
valid_blk.obj \
version.obj
ALL: $(OBJS)

11
resize/Makefile.pq Normal file
View File

@ -0,0 +1,11 @@
TOPSRC=..
!include $(TOPSRC)\powerquest\MCONFIG
OBJS= extent.obj \
ext2_block_move.obj \
ext2_inode_move.obj \
resize2fs.obj \
sim_progress.obj
ALL: $(OBJS)