1*6a54128fSAndroid Build Coastguard Worker# Makefile for the second extended file system utility functions 2*6a54128fSAndroid Build Coastguard Worker# 3*6a54128fSAndroid Build Coastguard Worker# Copyright (C) 1993 Remy Card ([email protected]) 4*6a54128fSAndroid Build Coastguard Worker# 5*6a54128fSAndroid Build Coastguard Worker# This file can be redistributed under the terms of the GNU General 6*6a54128fSAndroid Build Coastguard Worker# Public License 7*6a54128fSAndroid Build Coastguard Worker 8*6a54128fSAndroid Build Coastguard Workersrcdir = @srcdir@ 9*6a54128fSAndroid Build Coastguard Workertop_srcdir = @top_srcdir@ 10*6a54128fSAndroid Build Coastguard WorkerVPATH = @srcdir@ 11*6a54128fSAndroid Build Coastguard Workertop_builddir = ../.. 12*6a54128fSAndroid Build Coastguard Workermy_dir = lib/e2p 13*6a54128fSAndroid Build Coastguard WorkerINSTALL = @INSTALL@ 14*6a54128fSAndroid Build Coastguard WorkerMKDIR_P = @MKDIR_P@ 15*6a54128fSAndroid Build Coastguard Worker 16*6a54128fSAndroid Build Coastguard Worker@MCONFIG@ 17*6a54128fSAndroid Build Coastguard Worker 18*6a54128fSAndroid Build Coastguard Workerall:: e2p.pc 19*6a54128fSAndroid Build Coastguard Worker 20*6a54128fSAndroid Build Coastguard WorkerOBJS= feature.o fgetflags.o fsetflags.o fgetversion.o fsetversion.o \ 21*6a54128fSAndroid Build Coastguard Worker getflags.o getversion.o hashstr.o iod.o ls.o ljs.o mntopts.o \ 22*6a54128fSAndroid Build Coastguard Worker parse_num.o pe.o pf.o ps.o setflags.o setversion.o uuid.o \ 23*6a54128fSAndroid Build Coastguard Worker ostype.o percent.o crypto_mode.o fgetproject.o fsetproject.o \ 24*6a54128fSAndroid Build Coastguard Worker encoding.o errcode.o 25*6a54128fSAndroid Build Coastguard Worker 26*6a54128fSAndroid Build Coastguard WorkerSRCS= $(srcdir)/feature.c $(srcdir)/fgetflags.c \ 27*6a54128fSAndroid Build Coastguard Worker $(srcdir)/fsetflags.c $(srcdir)/fgetversion.c \ 28*6a54128fSAndroid Build Coastguard Worker $(srcdir)/fsetversion.c $(srcdir)/getflags.c \ 29*6a54128fSAndroid Build Coastguard Worker $(srcdir)/getversion.c $(srcdir)/hashstr.c $(srcdir)/iod.c \ 30*6a54128fSAndroid Build Coastguard Worker $(srcdir)/ls.c $(srcdir)/ljs.c $(srcdir)/mntopts.c \ 31*6a54128fSAndroid Build Coastguard Worker $(srcdir)/parse_num.c $(srcdir)/pe.c $(srcdir)/pf.c \ 32*6a54128fSAndroid Build Coastguard Worker $(srcdir)/ps.c $(srcdir)/setflags.c $(srcdir)/setversion.c \ 33*6a54128fSAndroid Build Coastguard Worker $(srcdir)/uuid.c $(srcdir)/ostype.c $(srcdir)/percent.c \ 34*6a54128fSAndroid Build Coastguard Worker $(srcdir)/crypto_mode.c $(srcdir)/fgetproject.c \ 35*6a54128fSAndroid Build Coastguard Worker $(srcdir)/fsetproject.c $(srcdir)/encoding.c \ 36*6a54128fSAndroid Build Coastguard Worker $(srcdir)/errcode.c 37*6a54128fSAndroid Build Coastguard Worker 38*6a54128fSAndroid Build Coastguard WorkerHFILES= e2p.h 39*6a54128fSAndroid Build Coastguard Worker 40*6a54128fSAndroid Build Coastguard WorkerLIBRARY= libe2p 41*6a54128fSAndroid Build Coastguard WorkerLIBDIR= e2p 42*6a54128fSAndroid Build Coastguard Worker 43*6a54128fSAndroid Build Coastguard WorkerELF_VERSION = 2.3 44*6a54128fSAndroid Build Coastguard WorkerELF_SO_VERSION = 2 45*6a54128fSAndroid Build Coastguard WorkerELF_IMAGE = libe2p 46*6a54128fSAndroid Build Coastguard WorkerELF_MYDIR = e2p 47*6a54128fSAndroid Build Coastguard WorkerELF_INSTALL_DIR = $(root_libdir) 48*6a54128fSAndroid Build Coastguard WorkerELF_OTHER_LIBS = 49*6a54128fSAndroid Build Coastguard Worker 50*6a54128fSAndroid Build Coastguard WorkerBSDLIB_VERSION = 2.1 51*6a54128fSAndroid Build Coastguard WorkerBSDLIB_IMAGE = libe2p 52*6a54128fSAndroid Build Coastguard WorkerBSDLIB_MYDIR = e2p 53*6a54128fSAndroid Build Coastguard WorkerBSDLIB_INSTALL_DIR = $(root_libdir) 54*6a54128fSAndroid Build Coastguard Worker 55*6a54128fSAndroid Build Coastguard Worker@MAKEFILE_LIBRARY@ 56*6a54128fSAndroid Build Coastguard Worker@MAKEFILE_ELF@ 57*6a54128fSAndroid Build Coastguard Worker@MAKEFILE_BSDLIB@ 58*6a54128fSAndroid Build Coastguard Worker@MAKEFILE_PROFILE@ 59*6a54128fSAndroid Build Coastguard Worker 60*6a54128fSAndroid Build Coastguard Worker.c.o: 61*6a54128fSAndroid Build Coastguard Worker $(E) " CC $<" 62*6a54128fSAndroid Build Coastguard Worker $(Q) $(CC) $(ALL_CFLAGS_STLIB) -c $< -o $@ 63*6a54128fSAndroid Build Coastguard Worker $(Q) $(CHECK_CMD) $(ALL_CFLAGS) $< 64*6a54128fSAndroid Build Coastguard Worker $(Q) $(CPPCHECK_CMD) $(CPPFLAGS) $< 65*6a54128fSAndroid Build Coastguard Worker@PROFILE_CMT@ $(Q) $(CC) $(ALL_CFLAGS_STLIB) -g -pg -o profiled/$*.o -c $< 66*6a54128fSAndroid Build Coastguard Worker@ELF_CMT@ $(Q) $(CC) $(ALL_CFLAGS_SHLIB) -fPIC -shared -o elfshared/$*.o -c $< 67*6a54128fSAndroid Build Coastguard Worker@BSDLIB_CMT@ $(Q) $(CC) $(ALL_CFLAGS_SHLIB) $(BSDLIB_PIC_FLAG) -o pic/$*.o -c $< 68*6a54128fSAndroid Build Coastguard Worker 69*6a54128fSAndroid Build Coastguard Workere2p.pc: $(srcdir)/e2p.pc.in $(top_builddir)/config.status 70*6a54128fSAndroid Build Coastguard Worker $(E) " CONFIG.STATUS $@" 71*6a54128fSAndroid Build Coastguard Worker $(Q) cd $(top_builddir); CONFIG_FILES=lib/e2p/e2p.pc ./config.status 72*6a54128fSAndroid Build Coastguard Worker 73*6a54128fSAndroid Build Coastguard Workertst_ostype: $(srcdir)/ostype.c 74*6a54128fSAndroid Build Coastguard Worker $(E) " LD $@" 75*6a54128fSAndroid Build Coastguard Worker $(Q) $(CC) -DTEST_PROGRAM -I$(top_srcdir)/lib -o tst_ostype \ 76*6a54128fSAndroid Build Coastguard Worker $(srcdir)/ostype.c $(ALL_CFLAGS) $(ALL_LDFLAGS) 77*6a54128fSAndroid Build Coastguard Worker 78*6a54128fSAndroid Build Coastguard Workertst_feature: $(srcdir)/feature.c 79*6a54128fSAndroid Build Coastguard Worker $(E) " LD $@" 80*6a54128fSAndroid Build Coastguard Worker $(Q) $(CC) -DTEST_PROGRAM -I$(top_srcdir)/lib -o tst_feature \ 81*6a54128fSAndroid Build Coastguard Worker $(srcdir)/feature.c $(ALL_CFLAGS) $(ALL_LDFLAGS) 82*6a54128fSAndroid Build Coastguard Worker 83*6a54128fSAndroid Build Coastguard Workerfullcheck check:: tst_ostype tst_feature 84*6a54128fSAndroid Build Coastguard Worker ./tst_ostype 85*6a54128fSAndroid Build Coastguard Worker ./tst_feature 86*6a54128fSAndroid Build Coastguard Worker 87*6a54128fSAndroid Build Coastguard Workerinstalldirs:: 88*6a54128fSAndroid Build Coastguard Worker $(E) " MKDIR_P $(libdir) $(includedir)/e2p" 89*6a54128fSAndroid Build Coastguard Worker $(Q) $(MKDIR_P) $(DESTDIR)$(libdir) \ 90*6a54128fSAndroid Build Coastguard Worker $(DESTDIR)$(includedir)/e2p $(DESTDIR)$(pkgconfigdir) 91*6a54128fSAndroid Build Coastguard Worker 92*6a54128fSAndroid Build Coastguard Workerinstall:: all installdirs 93*6a54128fSAndroid Build Coastguard Worker $(E) " INSTALL_DATA $(libdir)/libe2p.a" 94*6a54128fSAndroid Build Coastguard Worker $(Q) $(INSTALL_DATA) libe2p.a $(DESTDIR)$(libdir)/libe2p.a 95*6a54128fSAndroid Build Coastguard Worker -$(Q) $(RANLIB) $(DESTDIR)$(libdir)/libe2p.a 96*6a54128fSAndroid Build Coastguard Worker $(Q) $(CHMOD) $(LIBMODE) $(DESTDIR)$(libdir)/libe2p.a 97*6a54128fSAndroid Build Coastguard Worker $(Q) set -e; for i in $(HFILES); do \ 98*6a54128fSAndroid Build Coastguard Worker echo " INSTALL_DATA $(includedir)/e2p/$$i"; \ 99*6a54128fSAndroid Build Coastguard Worker $(INSTALL_DATA) $(srcdir)/$$i $(DESTDIR)$(includedir)/e2p/$$i; \ 100*6a54128fSAndroid Build Coastguard Worker done 101*6a54128fSAndroid Build Coastguard Worker $(E) " INSTALL_DATA $(pkgconfigdir)/e2p.pc" 102*6a54128fSAndroid Build Coastguard Worker $(Q) $(INSTALL_DATA) e2p.pc $(DESTDIR)$(pkgconfigdir)/e2p.pc 103*6a54128fSAndroid Build Coastguard Worker 104*6a54128fSAndroid Build Coastguard Workeruninstall:: 105*6a54128fSAndroid Build Coastguard Worker $(RM) -f $(DESTDIR)$(libdir)/libe2p.a \ 106*6a54128fSAndroid Build Coastguard Worker $(DESTDIR)$(pkgconfigdir)/e2p.pc 107*6a54128fSAndroid Build Coastguard Worker $(RM) -rf $(DESTDIR)$(includedir)/e2p 108*6a54128fSAndroid Build Coastguard Worker 109*6a54128fSAndroid Build Coastguard Workerclean:: 110*6a54128fSAndroid Build Coastguard Worker $(RM) -f \#* *.s *.o *.a *~ *.bak core profiled/* 111*6a54128fSAndroid Build Coastguard Worker $(RM) -f ../libe2p.a ../libe2p_p.a tst_ostype tst_feature e2p.pc 112*6a54128fSAndroid Build Coastguard Worker 113*6a54128fSAndroid Build Coastguard Workermostlyclean:: clean 114*6a54128fSAndroid Build Coastguard Workerdistclean:: clean 115*6a54128fSAndroid Build Coastguard Worker $(RM) -f .depend Makefile e2p.pc \ 116*6a54128fSAndroid Build Coastguard Worker $(srcdir)/TAGS $(srcdir)/Makefile.in.old 117*6a54128fSAndroid Build Coastguard Worker 118*6a54128fSAndroid Build Coastguard Worker$(OBJS): subdirs 119*6a54128fSAndroid Build Coastguard Worker 120*6a54128fSAndroid Build Coastguard Worker# +++ Dependency line eater +++ 121*6a54128fSAndroid Build Coastguard Worker# 122*6a54128fSAndroid Build Coastguard Worker# Makefile dependencies follow. This must be the last section in 123*6a54128fSAndroid Build Coastguard Worker# the Makefile.in file 124*6a54128fSAndroid Build Coastguard Worker# 125*6a54128fSAndroid Build Coastguard Workerfeature.o: $(srcdir)/feature.c $(top_builddir)/lib/config.h \ 126*6a54128fSAndroid Build Coastguard Worker $(top_builddir)/lib/dirpaths.h $(srcdir)/e2p.h \ 127*6a54128fSAndroid Build Coastguard Worker $(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h \ 128*6a54128fSAndroid Build Coastguard Worker $(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/ext2fs/ext3_extents.h \ 129*6a54128fSAndroid Build Coastguard Worker $(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \ 130*6a54128fSAndroid Build Coastguard Worker $(top_builddir)/lib/ext2fs/ext2_err.h \ 131*6a54128fSAndroid Build Coastguard Worker $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/hashmap.h \ 132*6a54128fSAndroid Build Coastguard Worker $(top_srcdir)/lib/ext2fs/bitops.h $(top_srcdir)/lib/ext2fs/kernel-jbd.h \ 133*6a54128fSAndroid Build Coastguard Worker $(top_srcdir)/lib/ext2fs/jfs_compat.h $(top_srcdir)/lib/ext2fs/kernel-list.h \ 134*6a54128fSAndroid Build Coastguard Worker $(top_srcdir)/lib/ext2fs/compiler.h 135*6a54128fSAndroid Build Coastguard Workerfgetflags.o: $(srcdir)/fgetflags.c $(top_builddir)/lib/config.h \ 136*6a54128fSAndroid Build Coastguard Worker $(top_builddir)/lib/dirpaths.h $(srcdir)/e2p.h \ 137*6a54128fSAndroid Build Coastguard Worker $(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h 138*6a54128fSAndroid Build Coastguard Workerfsetflags.o: $(srcdir)/fsetflags.c $(top_builddir)/lib/config.h \ 139*6a54128fSAndroid Build Coastguard Worker $(top_builddir)/lib/dirpaths.h $(srcdir)/e2p.h \ 140*6a54128fSAndroid Build Coastguard Worker $(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h 141*6a54128fSAndroid Build Coastguard Workerfgetversion.o: $(srcdir)/fgetversion.c $(top_builddir)/lib/config.h \ 142*6a54128fSAndroid Build Coastguard Worker $(top_builddir)/lib/dirpaths.h $(srcdir)/e2p.h \ 143*6a54128fSAndroid Build Coastguard Worker $(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h 144*6a54128fSAndroid Build Coastguard Workerfsetversion.o: $(srcdir)/fsetversion.c $(top_builddir)/lib/config.h \ 145*6a54128fSAndroid Build Coastguard Worker $(top_builddir)/lib/dirpaths.h $(srcdir)/e2p.h \ 146*6a54128fSAndroid Build Coastguard Worker $(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h 147*6a54128fSAndroid Build Coastguard Workergetflags.o: $(srcdir)/getflags.c $(top_builddir)/lib/config.h \ 148*6a54128fSAndroid Build Coastguard Worker $(top_builddir)/lib/dirpaths.h $(srcdir)/e2p.h \ 149*6a54128fSAndroid Build Coastguard Worker $(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h 150*6a54128fSAndroid Build Coastguard Workergetversion.o: $(srcdir)/getversion.c $(top_builddir)/lib/config.h \ 151*6a54128fSAndroid Build Coastguard Worker $(top_builddir)/lib/dirpaths.h $(srcdir)/e2p.h \ 152*6a54128fSAndroid Build Coastguard Worker $(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h 153*6a54128fSAndroid Build Coastguard Workerhashstr.o: $(srcdir)/hashstr.c $(top_builddir)/lib/config.h \ 154*6a54128fSAndroid Build Coastguard Worker $(top_builddir)/lib/dirpaths.h $(srcdir)/e2p.h \ 155*6a54128fSAndroid Build Coastguard Worker $(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h 156*6a54128fSAndroid Build Coastguard Workeriod.o: $(srcdir)/iod.c $(top_builddir)/lib/config.h \ 157*6a54128fSAndroid Build Coastguard Worker $(top_builddir)/lib/dirpaths.h $(srcdir)/e2p.h \ 158*6a54128fSAndroid Build Coastguard Worker $(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h 159*6a54128fSAndroid Build Coastguard Workerls.o: $(srcdir)/ls.c $(top_builddir)/lib/config.h \ 160*6a54128fSAndroid Build Coastguard Worker $(top_builddir)/lib/dirpaths.h $(srcdir)/e2p.h \ 161*6a54128fSAndroid Build Coastguard Worker $(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h \ 162*6a54128fSAndroid Build Coastguard Worker $(top_srcdir)/lib/support/quotaio.h $(top_srcdir)/lib/ext2fs/ext2fs.h \ 163*6a54128fSAndroid Build Coastguard Worker $(top_srcdir)/lib/ext2fs/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \ 164*6a54128fSAndroid Build Coastguard Worker $(top_srcdir)/lib/ext2fs/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \ 165*6a54128fSAndroid Build Coastguard Worker $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/hashmap.h \ 166*6a54128fSAndroid Build Coastguard Worker $(top_srcdir)/lib/ext2fs/bitops.h $(top_srcdir)/lib/support/dqblk_v2.h \ 167*6a54128fSAndroid Build Coastguard Worker $(top_srcdir)/lib/support/quotaio_tree.h 168*6a54128fSAndroid Build Coastguard Workerljs.o: $(srcdir)/ljs.c $(top_builddir)/lib/config.h \ 169*6a54128fSAndroid Build Coastguard Worker $(top_builddir)/lib/dirpaths.h $(top_srcdir)/lib/ext2fs/ext2_fs.h \ 170*6a54128fSAndroid Build Coastguard Worker $(top_builddir)/lib/ext2fs/ext2_types.h $(top_srcdir)/lib/ext2fs/ext2fs.h \ 171*6a54128fSAndroid Build Coastguard Worker $(top_srcdir)/lib/ext2fs/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \ 172*6a54128fSAndroid Build Coastguard Worker $(top_srcdir)/lib/ext2fs/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \ 173*6a54128fSAndroid Build Coastguard Worker $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/hashmap.h \ 174*6a54128fSAndroid Build Coastguard Worker $(top_srcdir)/lib/ext2fs/bitops.h $(srcdir)/e2p.h \ 175*6a54128fSAndroid Build Coastguard Worker $(top_srcdir)/lib/ext2fs/kernel-jbd.h $(top_srcdir)/lib/ext2fs/jfs_compat.h \ 176*6a54128fSAndroid Build Coastguard Worker $(top_srcdir)/lib/ext2fs/kernel-list.h $(top_srcdir)/lib/ext2fs/compiler.h 177*6a54128fSAndroid Build Coastguard Workermntopts.o: $(srcdir)/mntopts.c $(top_builddir)/lib/config.h \ 178*6a54128fSAndroid Build Coastguard Worker $(top_builddir)/lib/dirpaths.h $(srcdir)/e2p.h \ 179*6a54128fSAndroid Build Coastguard Worker $(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h 180*6a54128fSAndroid Build Coastguard Workerparse_num.o: $(srcdir)/parse_num.c $(top_builddir)/lib/config.h \ 181*6a54128fSAndroid Build Coastguard Worker $(top_builddir)/lib/dirpaths.h $(srcdir)/e2p.h \ 182*6a54128fSAndroid Build Coastguard Worker $(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h 183*6a54128fSAndroid Build Coastguard Workerpe.o: $(srcdir)/pe.c $(top_builddir)/lib/config.h \ 184*6a54128fSAndroid Build Coastguard Worker $(top_builddir)/lib/dirpaths.h $(srcdir)/e2p.h \ 185*6a54128fSAndroid Build Coastguard Worker $(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h 186*6a54128fSAndroid Build Coastguard Workerpf.o: $(srcdir)/pf.c $(top_builddir)/lib/config.h \ 187*6a54128fSAndroid Build Coastguard Worker $(top_builddir)/lib/dirpaths.h $(srcdir)/e2p.h \ 188*6a54128fSAndroid Build Coastguard Worker $(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h 189*6a54128fSAndroid Build Coastguard Workerps.o: $(srcdir)/ps.c $(top_builddir)/lib/config.h \ 190*6a54128fSAndroid Build Coastguard Worker $(top_builddir)/lib/dirpaths.h $(srcdir)/e2p.h \ 191*6a54128fSAndroid Build Coastguard Worker $(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h 192*6a54128fSAndroid Build Coastguard Workersetflags.o: $(srcdir)/setflags.c $(top_builddir)/lib/config.h \ 193*6a54128fSAndroid Build Coastguard Worker $(top_builddir)/lib/dirpaths.h $(srcdir)/e2p.h \ 194*6a54128fSAndroid Build Coastguard Worker $(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h 195*6a54128fSAndroid Build Coastguard Workersetversion.o: $(srcdir)/setversion.c $(top_builddir)/lib/config.h \ 196*6a54128fSAndroid Build Coastguard Worker $(top_builddir)/lib/dirpaths.h $(srcdir)/e2p.h \ 197*6a54128fSAndroid Build Coastguard Worker $(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h 198*6a54128fSAndroid Build Coastguard Workeruuid.o: $(srcdir)/uuid.c $(top_builddir)/lib/config.h \ 199*6a54128fSAndroid Build Coastguard Worker $(top_builddir)/lib/dirpaths.h $(top_builddir)/lib/ext2fs/ext2_types.h \ 200*6a54128fSAndroid Build Coastguard Worker $(srcdir)/e2p.h $(top_srcdir)/lib/ext2fs/ext2_fs.h 201*6a54128fSAndroid Build Coastguard Workerostype.o: $(srcdir)/ostype.c $(top_builddir)/lib/config.h \ 202*6a54128fSAndroid Build Coastguard Worker $(top_builddir)/lib/dirpaths.h $(srcdir)/e2p.h \ 203*6a54128fSAndroid Build Coastguard Worker $(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h 204*6a54128fSAndroid Build Coastguard Workerpercent.o: $(srcdir)/percent.c $(top_builddir)/lib/config.h \ 205*6a54128fSAndroid Build Coastguard Worker $(top_builddir)/lib/dirpaths.h $(srcdir)/e2p.h \ 206*6a54128fSAndroid Build Coastguard Worker $(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h 207*6a54128fSAndroid Build Coastguard Workercrypto_mode.o: $(srcdir)/crypto_mode.c $(top_builddir)/lib/config.h \ 208*6a54128fSAndroid Build Coastguard Worker $(top_builddir)/lib/dirpaths.h $(srcdir)/e2p.h \ 209*6a54128fSAndroid Build Coastguard Worker $(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h 210*6a54128fSAndroid Build Coastguard Workerfgetproject.o: $(srcdir)/fgetproject.c $(top_builddir)/lib/config.h \ 211*6a54128fSAndroid Build Coastguard Worker $(top_builddir)/lib/dirpaths.h $(srcdir)/project.h \ 212*6a54128fSAndroid Build Coastguard Worker $(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h \ 213*6a54128fSAndroid Build Coastguard Worker $(srcdir)/e2p.h 214*6a54128fSAndroid Build Coastguard Workerfsetproject.o: $(srcdir)/fsetproject.c $(top_builddir)/lib/config.h \ 215*6a54128fSAndroid Build Coastguard Worker $(top_builddir)/lib/dirpaths.h $(srcdir)/project.h \ 216*6a54128fSAndroid Build Coastguard Worker $(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h \ 217*6a54128fSAndroid Build Coastguard Worker $(srcdir)/e2p.h 218*6a54128fSAndroid Build Coastguard Workerencoding.o: $(srcdir)/encoding.c $(top_builddir)/lib/config.h \ 219*6a54128fSAndroid Build Coastguard Worker $(top_builddir)/lib/dirpaths.h $(srcdir)/e2p.h \ 220*6a54128fSAndroid Build Coastguard Worker $(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h 221*6a54128fSAndroid Build Coastguard Workererrcode.o: $(srcdir)/errcode.c $(top_builddir)/lib/config.h \ 222*6a54128fSAndroid Build Coastguard Worker $(top_builddir)/lib/dirpaths.h $(srcdir)/e2p.h \ 223*6a54128fSAndroid Build Coastguard Worker $(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h 224