• Home
  • Raw
  • Download

Lines Matching refs:srcdir

5 srcdir = @srcdir@
7 VPATH = @srcdir@
79 SRCS= $(srcdir)/e2fsck.c \
80 $(srcdir)/crc32.c \
81 $(srcdir)/gen_crc32table.c \
82 $(srcdir)/dict.c \
83 $(srcdir)/super.c \
84 $(srcdir)/pass1.c \
85 $(srcdir)/pass1b.c \
86 $(srcdir)/pass2.c \
87 $(srcdir)/pass3.c \
88 $(srcdir)/pass4.c \
89 $(srcdir)/pass5.c \
90 $(srcdir)/journal.c \
91 $(srcdir)/recovery.c \
92 $(srcdir)/revoke.c \
93 $(srcdir)/badblocks.c \
94 $(srcdir)/util.c \
95 $(srcdir)/unix.c \
96 $(srcdir)/dirinfo.c \
97 $(srcdir)/dx_dirinfo.c \
98 $(srcdir)/ehandler.c \
99 $(srcdir)/problem.c \
100 $(srcdir)/message.c \
101 $(srcdir)/ea_refcount.c \
102 $(srcdir)/rehash.c \
103 $(srcdir)/region.c \
104 $(srcdir)/profile.c \
114 $(Q) $(COMPILE_ET) $(srcdir)/prof_err.et
129 gen_crc32table: $(srcdir)/gen_crc32table.c
132 $(srcdir)/gen_crc32table.c
138 tst_problem: $(srcdir)/problem.c $(srcdir)/problem.h $(LIBEXT2FS) \
141 $(srcdir)/problem.c -DUNITTEST $(LIBEXT2FS) $(LIBCOM_ERR)
143 tst_crc32: $(srcdir)/crc32.c $(LIBEXT2FS) $(DEPLIBCOM_ERR)
144 $(Q) $(CC) $(BUILD_LDFLAGS) $(ALL_CFLAGS) -o tst_crc32 $(srcdir)/crc32.c \
149 $(Q) $(CC) -o tst_refcount $(srcdir)/ea_refcount.c \
154 $(Q) $(CC) -o tst_region $(srcdir)/region.c \
175 test_profile: $(srcdir)/profile.c profile_helpers.o argv_parse.o \
178 $(Q) $(CC) -o test_profile -DDEBUG_PROGRAM $(srcdir)/profile.c prof_err.o \
186 e2fsck.8: $(DEP_SUBSTITUTE) $(srcdir)/e2fsck.8.in
188 $(Q) $(SUBSTITUTE_UPTIME) $(srcdir)/e2fsck.8.in e2fsck.8
190 e2fsck.conf.5: $(DEP_SUBSTITUTE) $(srcdir)/e2fsck.conf.5.in
192 $(Q) $(SUBSTITUTE_UPTIME) $(srcdir)/e2fsck.conf.5.in e2fsck.conf.5
264 $(RM) -f .depend Makefile $(srcdir)/TAGS $(srcdir)/Makefile.in.old
271 e2fsck.o: $(srcdir)/e2fsck.c $(srcdir)/e2fsck.h \
277 $(srcdir)/profile.h prof_err.h $(srcdir)/problem.h
278 crc32.o: $(srcdir)/crc32.c $(srcdir)/e2fsck.h \
284 $(srcdir)/profile.h prof_err.h $(srcdir)/crc32defs.h crc32table.h
285 gen_crc32table.o: $(srcdir)/gen_crc32table.c $(srcdir)/crc32defs.h
286 dict.o: $(srcdir)/dict.c $(srcdir)/dict.h
287 super.o: $(srcdir)/super.c $(srcdir)/e2fsck.h \
293 $(srcdir)/profile.h prof_err.h $(srcdir)/problem.h
294 pass1.o: $(srcdir)/pass1.c $(srcdir)/e2fsck.h \
300 $(srcdir)/profile.h prof_err.h $(srcdir)/problem.h
301 pass1b.o: $(srcdir)/pass1b.c $(top_srcdir)/lib/et/com_err.h \
302 $(srcdir)/e2fsck.h $(top_srcdir)/lib/ext2fs/ext2_fs.h \
307 $(srcdir)/profile.h prof_err.h $(srcdir)/problem.h $(srcdir)/dict.h
308 pass2.o: $(srcdir)/pass2.c $(srcdir)/e2fsck.h \
314 $(srcdir)/profile.h prof_err.h $(srcdir)/problem.h $(srcdir)/dict.h
315 pass3.o: $(srcdir)/pass3.c $(srcdir)/e2fsck.h \
321 $(srcdir)/profile.h prof_err.h $(srcdir)/problem.h
322 pass4.o: $(srcdir)/pass4.c $(srcdir)/e2fsck.h \
328 $(srcdir)/profile.h prof_err.h $(srcdir)/problem.h
329 pass5.o: $(srcdir)/pass5.c $(srcdir)/e2fsck.h \
335 $(srcdir)/profile.h prof_err.h $(srcdir)/problem.h
336 journal.o: $(srcdir)/journal.c $(srcdir)/jfs_user.h $(srcdir)/e2fsck.h \
342 $(srcdir)/profile.h prof_err.h $(top_srcdir)/lib/ext2fs/kernel-jbd.h \
344 $(srcdir)/problem.h
345 recovery.o: $(srcdir)/recovery.c $(srcdir)/jfs_user.h $(srcdir)/e2fsck.h \
351 $(srcdir)/profile.h prof_err.h $(top_srcdir)/lib/ext2fs/kernel-jbd.h \
353 revoke.o: $(srcdir)/revoke.c $(srcdir)/jfs_user.h $(srcdir)/e2fsck.h \
359 $(srcdir)/profile.h prof_err.h $(top_srcdir)/lib/ext2fs/kernel-jbd.h \
361 badblocks.o: $(srcdir)/badblocks.c $(top_srcdir)/lib/et/com_err.h \
362 $(srcdir)/e2fsck.h $(top_srcdir)/lib/ext2fs/ext2_fs.h \
367 $(srcdir)/profile.h prof_err.h
368 util.o: $(srcdir)/util.c $(srcdir)/e2fsck.h \
374 $(srcdir)/profile.h prof_err.h
375 unix.o: $(srcdir)/unix.c $(top_srcdir)/lib/e2p/e2p.h \
377 $(top_srcdir)/lib/et/com_err.h $(srcdir)/e2fsck.h \
381 $(srcdir)/profile.h prof_err.h $(srcdir)/problem.h $(top_srcdir)/version.h
382 dirinfo.o: $(srcdir)/dirinfo.c $(srcdir)/e2fsck.h \
388 $(srcdir)/profile.h prof_err.h $(top_srcdir)/lib/ext2fs/tdb.h
389 dx_dirinfo.o: $(srcdir)/dx_dirinfo.c $(srcdir)/e2fsck.h \
395 $(srcdir)/profile.h prof_err.h
396 ehandler.o: $(srcdir)/ehandler.c $(srcdir)/e2fsck.h \
402 $(srcdir)/profile.h prof_err.h
403 problem.o: $(srcdir)/problem.c $(srcdir)/e2fsck.h \
409 $(srcdir)/profile.h prof_err.h $(srcdir)/problem.h $(srcdir)/problemP.h
410 message.o: $(srcdir)/message.c $(srcdir)/e2fsck.h \
416 $(srcdir)/profile.h prof_err.h $(srcdir)/problem.h
417 ea_refcount.o: $(srcdir)/ea_refcount.c $(srcdir)/e2fsck.h \
423 $(srcdir)/profile.h prof_err.h
424 rehash.o: $(srcdir)/rehash.c $(srcdir)/e2fsck.h \
430 $(srcdir)/profile.h prof_err.h $(srcdir)/problem.h
431 region.o: $(srcdir)/region.c $(srcdir)/e2fsck.h \
437 $(srcdir)/profile.h prof_err.h
438 profile.o: $(srcdir)/profile.c $(top_srcdir)/lib/et/com_err.h \
439 $(srcdir)/profile.h prof_err.h