| # Makefile.in generated automatically by automake 1.4a from Makefile.am |
| |
| # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. |
| # This Makefile.in is free software; the Free Software Foundation |
| # gives unlimited permission to copy and/or distribute it, |
| # with or without modifications, as long as this notice is preserved. |
| |
| # This program is distributed in the hope that it will be useful, |
| # but WITHOUT ANY WARRANTY, to the extent permitted by law; without |
| # even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
| # PARTICULAR PURPOSE. |
| |
| SHELL = @SHELL@ |
| |
| srcdir = @srcdir@ |
| top_srcdir = @top_srcdir@ |
| VPATH = @srcdir@ |
| prefix = @prefix@ |
| exec_prefix = @exec_prefix@ |
| |
| bindir = @bindir@ |
| sbindir = @sbindir@ |
| libexecdir = @libexecdir@ |
| datadir = @datadir@ |
| sysconfdir = @sysconfdir@ |
| sharedstatedir = @sharedstatedir@ |
| localstatedir = @localstatedir@ |
| libdir = @libdir@ |
| infodir = @infodir@ |
| mandir = @mandir@ |
| includedir = @includedir@ |
| oldincludedir = /usr/include |
| |
| DESTDIR = |
| pkglibdir = $(libdir)/@PACKAGE@ |
| pkgincludedir = $(includedir)/@PACKAGE@ |
| |
| top_builddir = .. |
| |
| ACLOCAL = @ACLOCAL@ |
| AUTOCONF = @AUTOCONF@ |
| AUTOMAKE = @AUTOMAKE@ |
| AUTOHEADER = @AUTOHEADER@ |
| |
| INSTALL = @INSTALL@ |
| INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
| INSTALL_DATA = @INSTALL_DATA@ |
| INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
| INSTALL_STRIP_FLAG = |
| transform = @program_transform_name@ |
| |
| NORMAL_INSTALL = : |
| PRE_INSTALL = : |
| POST_INSTALL = : |
| NORMAL_UNINSTALL = : |
| PRE_UNINSTALL = : |
| POST_UNINSTALL = : |
| host_alias = @host_alias@ |
| host_triplet = @host@ |
| AMTAR = @AMTAR@ |
| AMTARFLAGS = @AMTARFLAGS@ |
| AWK = @AWK@ |
| CC = @CC@ |
| FSYS_CFLAGS = @FSYS_CFLAGS@ |
| GRUB_CFLAGS = @GRUB_CFLAGS@ |
| GRUB_LIBS = @GRUB_LIBS@ |
| MAINT = @MAINT@ |
| MAKEINFO = @MAKEINFO@ |
| NET_CFLAGS = @NET_CFLAGS@ |
| NET_EXTRAFLAGS = @NET_EXTRAFLAGS@ |
| OBJCOPY = @OBJCOPY@ |
| PACKAGE = @PACKAGE@ |
| PERL = @PERL@ |
| RANLIB = @RANLIB@ |
| STAGE1_CFLAGS = @STAGE1_CFLAGS@ |
| STAGE2_CFLAGS = @STAGE2_CFLAGS@ |
| VERSION = @VERSION@ |
| host_cpu = @host_cpu@ |
| host_vendor = @host_vendor@ |
| install_sh = @install_sh@ |
| |
| # For test target. |
| |
| |
| TESTS = size_test |
| noinst_SCRIPTS = $(TESTS) |
| |
| # For dist target. |
| noinst_HEADERS = apic.h defs.h dir.h disk_inode.h disk_inode_ffs.h \ |
| fat.h filesys.h freebsd.h fs.h i386-elf.h imgact_aout.h \ |
| mb_header.h mb_info.h pc_slice.h shared.h smp-imps.h |
| |
| EXTRA_DIST = $(noinst_SCRIPTS) |
| |
| # For <stage1.h>. |
| INCLUDES = -I$(top_srcdir)/stage1 |
| |
| # The library for /sbin/grub. |
| noinst_LIBRARIES = libgrub.a |
| libgrub_a_SOURCES = boot.c builtins.c common.c char_io.c cmdline.c \ |
| disk_io.c gunzip.c fsys_ffs.c fsys_ext2fs.c fsys_fat.c \ |
| fsys_minix.c stage2.c |
| |
| libgrub_a_CFLAGS = $(GRUB_CFLAGS) -DGRUB_UTIL=1 -DFSYS_EXT2FS=1 \ |
| -DFSYS_FAT=1 -DFSYS_FFS=1 -DFSYS_MINIX=1 -fwritable-strings |
| |
| |
| # Stage 2 and Stage 1.5's. |
| pkgdatadir = $(datadir)/$(PACKAGE)/$(host_cpu)-$(host_vendor) |
| nodist_pkgdata_DATA = stage2 e2fs_stage1_5 fat_stage1_5 ffs_stage1_5 \ |
| minix_stage1_5 |
| |
| CLEANFILES = $(pkgdata_DATA) |
| noinst_PROGRAMS = stage2.exec e2fs_stage1_5.exec fat_stage1_5.exec \ |
| ffs_stage1_5.exec minix_stage1_5.exec |
| |
| MOSTLYCLEANFILES = $(noinst_PROGRAMS) |
| |
| STAGE2_LINK = -nostdlib -Wl,-N -Wl,-Ttext -Wl,8000 |
| STAGE2_COMPILE = $(STAGE2_CFLAGS) -fno-builtin -nostdinc |
| |
| STAGE1_5_LINK = -nostdlib -Wl,-N -Wl,-Ttext -Wl,2000 |
| STAGE1_5_COMPILE = $(STAGE2_COMPILE) -DNO_DECOMPRESSION=1 -DSTAGE1_5=1 |
| |
| # asm.S absolutely needs to come first! |
| # For stage2 target. |
| stage2_exec_SOURCES = asm.S bios.c boot.c builtins.c common.c \ |
| char_io.c cmdline.c disk_io.c gunzip.c fsys_ext2fs.c \ |
| fsys_fat.c fsys_ffs.c fsys_minix.c smp-imps.c stage2.c |
| |
| stage2_exec_CFLAGS = $(STAGE2_COMPILE) $(FSYS_CFLAGS) |
| stage2_exec_LDFLAGS = $(STAGE2_LINK) |
| |
| @NETBOOT_SUPPORT_TRUE@stage2_exec_LDADD = @NETBOOT_SUPPORT_TRUE@../netboot/libdrivers.a |
| |
| # For e2fs_stage1_5 target. |
| e2fs_stage1_5_exec_SOURCES = asm.S common.c char_io.c disk_io.c \ |
| stage1_5.c fsys_ext2fs.c bios.c |
| |
| e2fs_stage1_5_exec_CFLAGS = $(STAGE1_5_COMPILE) -DFSYS_EXT2FS=1 \ |
| -DNO_BLOCK_FILES=1 |
| |
| e2fs_stage1_5_exec_LDFLAGS = $(STAGE1_5_LINK) |
| |
| # For fat_stage1_5 target. |
| fat_stage1_5_exec_SOURCES = asm.S common.c char_io.c disk_io.c \ |
| stage1_5.c fsys_fat.c bios.c |
| |
| fat_stage1_5_exec_CFLAGS = $(STAGE1_5_COMPILE) -DFSYS_FAT=1 |
| fat_stage1_5_exec_LDFLAGS = $(STAGE1_5_LINK) |
| |
| # For ffs_stage1_5 target. |
| ffs_stage1_5_exec_SOURCES = asm.S common.c char_io.c disk_io.c \ |
| stage1_5.c fsys_ffs.c bios.c |
| |
| |
| ffs_stage1_5_exec_CFLAGS = $(STAGE1_5_COMPILE) -DFSYS_FFS=1 \ |
| -DNO_BLOCK_FILES=1 |
| |
| ffs_stage1_5_exec_LDFLAGS = $(STAGE1_5_LINK) |
| |
| # For minix_stage1_5 target. |
| minix_stage1_5_exec_SOURCES = asm.S common.c char_io.c disk_io.c \ |
| stage1_5.c fsys_minix.c bios.c |
| |
| minix_stage1_5_exec_CFLAGS = $(STAGE1_5_COMPILE) -DFSYS_MINIX=1 \ |
| -DNO_BLOCK_FILES=1 |
| |
| minix_stage1_5_exec_LDFLAGS = $(STAGE1_5_LINK) |
| subdir = stage2 |
| mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
| CONFIG_HEADER = ../config.h |
| CONFIG_CLEAN_FILES = |
| LIBRARIES = $(noinst_LIBRARIES) |
| |
| |
| DEFS = @DEFS@ -I. -I$(srcdir) -I.. |
| CPPFLAGS = @CPPFLAGS@ |
| LDFLAGS = @LDFLAGS@ |
| LIBS = @LIBS@ |
| libgrub_a_AR = $(AR) cru |
| libgrub_a_LIBADD = |
| am_libgrub_a_OBJECTS = libgrub_a-boot.o libgrub_a-builtins.o \ |
| libgrub_a-common.o libgrub_a-char_io.o libgrub_a-cmdline.o \ |
| libgrub_a-disk_io.o libgrub_a-gunzip.o libgrub_a-fsys_ffs.o \ |
| libgrub_a-fsys_ext2fs.o libgrub_a-fsys_fat.o libgrub_a-fsys_minix.o \ |
| libgrub_a-stage2.o |
| libgrub_a_OBJECTS = $(am_libgrub_a_OBJECTS) |
| AR = ar |
| PROGRAMS = $(noinst_PROGRAMS) |
| |
| am_e2fs_stage1_5_exec_OBJECTS = e2fs_stage1_5_exec-asm.o \ |
| e2fs_stage1_5_exec-common.o e2fs_stage1_5_exec-char_io.o \ |
| e2fs_stage1_5_exec-disk_io.o e2fs_stage1_5_exec-stage1_5.o \ |
| e2fs_stage1_5_exec-fsys_ext2fs.o e2fs_stage1_5_exec-bios.o |
| e2fs_stage1_5_exec_OBJECTS = $(am_e2fs_stage1_5_exec_OBJECTS) |
| e2fs_stage1_5_exec_LDADD = $(LDADD) |
| e2fs_stage1_5_exec_DEPENDENCIES = |
| am_fat_stage1_5_exec_OBJECTS = fat_stage1_5_exec-asm.o \ |
| fat_stage1_5_exec-common.o fat_stage1_5_exec-char_io.o \ |
| fat_stage1_5_exec-disk_io.o fat_stage1_5_exec-stage1_5.o \ |
| fat_stage1_5_exec-fsys_fat.o fat_stage1_5_exec-bios.o |
| fat_stage1_5_exec_OBJECTS = $(am_fat_stage1_5_exec_OBJECTS) |
| fat_stage1_5_exec_LDADD = $(LDADD) |
| fat_stage1_5_exec_DEPENDENCIES = |
| am_ffs_stage1_5_exec_OBJECTS = ffs_stage1_5_exec-asm.o \ |
| ffs_stage1_5_exec-common.o ffs_stage1_5_exec-char_io.o \ |
| ffs_stage1_5_exec-disk_io.o ffs_stage1_5_exec-stage1_5.o \ |
| ffs_stage1_5_exec-fsys_ffs.o ffs_stage1_5_exec-bios.o |
| ffs_stage1_5_exec_OBJECTS = $(am_ffs_stage1_5_exec_OBJECTS) |
| ffs_stage1_5_exec_LDADD = $(LDADD) |
| ffs_stage1_5_exec_DEPENDENCIES = |
| am_minix_stage1_5_exec_OBJECTS = minix_stage1_5_exec-asm.o \ |
| minix_stage1_5_exec-common.o minix_stage1_5_exec-char_io.o \ |
| minix_stage1_5_exec-disk_io.o minix_stage1_5_exec-stage1_5.o \ |
| minix_stage1_5_exec-fsys_minix.o minix_stage1_5_exec-bios.o |
| minix_stage1_5_exec_OBJECTS = $(am_minix_stage1_5_exec_OBJECTS) |
| minix_stage1_5_exec_LDADD = $(LDADD) |
| minix_stage1_5_exec_DEPENDENCIES = |
| am_stage2_exec_OBJECTS = stage2_exec-asm.o stage2_exec-bios.o \ |
| stage2_exec-boot.o stage2_exec-builtins.o stage2_exec-common.o \ |
| stage2_exec-char_io.o stage2_exec-cmdline.o stage2_exec-disk_io.o \ |
| stage2_exec-gunzip.o stage2_exec-fsys_ext2fs.o stage2_exec-fsys_fat.o \ |
| stage2_exec-fsys_ffs.o stage2_exec-fsys_minix.o stage2_exec-smp-imps.o \ |
| stage2_exec-stage2.o |
| stage2_exec_OBJECTS = $(am_stage2_exec_OBJECTS) |
| @NETBOOT_SUPPORT_TRUE@stage2_exec_DEPENDENCIES = \ |
| @NETBOOT_SUPPORT_TRUE@../netboot/libdrivers.a |
| SCRIPTS = $(noinst_SCRIPTS) |
| |
| COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
| CFLAGS = @CFLAGS@ |
| CCLD = $(CC) |
| LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ |
| DIST_SOURCES = $(libgrub_a_SOURCES) $(e2fs_stage1_5_exec_SOURCES) \ |
| $(fat_stage1_5_exec_SOURCES) $(ffs_stage1_5_exec_SOURCES) \ |
| $(minix_stage1_5_exec_SOURCES) $(stage2_exec_SOURCES) |
| DATA = $(nodist_pkgdata_DATA) |
| |
| HEADERS = $(noinst_HEADERS) |
| |
| DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in compile |
| |
| |
| DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
| |
| GZIP_ENV = --best |
| DEP_FILES = .deps/asm.P .deps/bios.P .deps/boot.P .deps/builtins.P \ |
| .deps/char_io.P .deps/cmdline.P .deps/common.P .deps/disk_io.P \ |
| .deps/fsys_ext2fs.P .deps/fsys_fat.P .deps/fsys_ffs.P \ |
| .deps/fsys_minix.P .deps/gunzip.P .deps/smp-imps.P .deps/stage1_5.P \ |
| .deps/stage2.P |
| SOURCES = $(libgrub_a_SOURCES) $(e2fs_stage1_5_exec_SOURCES) $(fat_stage1_5_exec_SOURCES) $(ffs_stage1_5_exec_SOURCES) $(minix_stage1_5_exec_SOURCES) $(stage2_exec_SOURCES) |
| OBJECTS = $(am_libgrub_a_OBJECTS) $(am_e2fs_stage1_5_exec_OBJECTS) $(am_fat_stage1_5_exec_OBJECTS) $(am_ffs_stage1_5_exec_OBJECTS) $(am_minix_stage1_5_exec_OBJECTS) $(am_stage2_exec_OBJECTS) |
| |
| all: all-redirect |
| .SUFFIXES: |
| .SUFFIXES: .S .c .o |
| $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) |
| cd $(top_srcdir) && $(AUTOMAKE) --gnu stage2/Makefile |
| |
| Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) |
| cd $(top_builddir) \ |
| && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status |
| |
| |
| mostlyclean-noinstLIBRARIES: |
| |
| clean-noinstLIBRARIES: |
| -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) |
| |
| distclean-noinstLIBRARIES: |
| |
| maintainer-clean-noinstLIBRARIES: |
| |
| mostlyclean-compile: |
| -rm -f *.o core *.core |
| |
| clean-compile: |
| |
| distclean-compile: |
| -rm -f *.tab.c |
| |
| maintainer-clean-compile: |
| libgrub_a-boot.o: boot.c |
| libgrub_a-builtins.o: builtins.c |
| libgrub_a-common.o: common.c |
| libgrub_a-char_io.o: char_io.c |
| libgrub_a-cmdline.o: cmdline.c |
| libgrub_a-disk_io.o: disk_io.c |
| libgrub_a-gunzip.o: gunzip.c |
| libgrub_a-fsys_ffs.o: fsys_ffs.c |
| libgrub_a-fsys_ext2fs.o: fsys_ext2fs.c |
| libgrub_a-fsys_fat.o: fsys_fat.c |
| libgrub_a-fsys_minix.o: fsys_minix.c |
| libgrub_a-stage2.o: stage2.c |
| |
| libgrub.a: $(libgrub_a_OBJECTS) $(libgrub_a_DEPENDENCIES) |
| -rm -f libgrub.a |
| $(libgrub_a_AR) libgrub.a $(libgrub_a_OBJECTS) $(libgrub_a_LIBADD) |
| $(RANLIB) libgrub.a |
| |
| mostlyclean-noinstPROGRAMS: |
| |
| clean-noinstPROGRAMS: |
| -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS) |
| |
| distclean-noinstPROGRAMS: |
| |
| maintainer-clean-noinstPROGRAMS: |
| e2fs_stage1_5_exec-asm.o: asm.S |
| $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(e2fs_stage1_5_exec_CFLAGS) $(CFLAGS) -c -o e2fs_stage1_5_exec-asm.o $< |
| e2fs_stage1_5_exec-common.o: common.c |
| e2fs_stage1_5_exec-char_io.o: char_io.c |
| e2fs_stage1_5_exec-disk_io.o: disk_io.c |
| e2fs_stage1_5_exec-stage1_5.o: stage1_5.c |
| e2fs_stage1_5_exec-fsys_ext2fs.o: fsys_ext2fs.c |
| e2fs_stage1_5_exec-bios.o: bios.c |
| |
| e2fs_stage1_5.exec: $(e2fs_stage1_5_exec_OBJECTS) $(e2fs_stage1_5_exec_DEPENDENCIES) |
| @rm -f e2fs_stage1_5.exec |
| $(LINK) $(e2fs_stage1_5_exec_LDFLAGS) $(e2fs_stage1_5_exec_OBJECTS) $(e2fs_stage1_5_exec_LDADD) $(LIBS) |
| fat_stage1_5_exec-asm.o: asm.S |
| $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fat_stage1_5_exec_CFLAGS) $(CFLAGS) -c -o fat_stage1_5_exec-asm.o $< |
| fat_stage1_5_exec-common.o: common.c |
| fat_stage1_5_exec-char_io.o: char_io.c |
| fat_stage1_5_exec-disk_io.o: disk_io.c |
| fat_stage1_5_exec-stage1_5.o: stage1_5.c |
| fat_stage1_5_exec-fsys_fat.o: fsys_fat.c |
| fat_stage1_5_exec-bios.o: bios.c |
| |
| fat_stage1_5.exec: $(fat_stage1_5_exec_OBJECTS) $(fat_stage1_5_exec_DEPENDENCIES) |
| @rm -f fat_stage1_5.exec |
| $(LINK) $(fat_stage1_5_exec_LDFLAGS) $(fat_stage1_5_exec_OBJECTS) $(fat_stage1_5_exec_LDADD) $(LIBS) |
| ffs_stage1_5_exec-asm.o: asm.S |
| $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ffs_stage1_5_exec_CFLAGS) $(CFLAGS) -c -o ffs_stage1_5_exec-asm.o $< |
| ffs_stage1_5_exec-common.o: common.c |
| ffs_stage1_5_exec-char_io.o: char_io.c |
| ffs_stage1_5_exec-disk_io.o: disk_io.c |
| ffs_stage1_5_exec-stage1_5.o: stage1_5.c |
| ffs_stage1_5_exec-fsys_ffs.o: fsys_ffs.c |
| ffs_stage1_5_exec-bios.o: bios.c |
| |
| ffs_stage1_5.exec: $(ffs_stage1_5_exec_OBJECTS) $(ffs_stage1_5_exec_DEPENDENCIES) |
| @rm -f ffs_stage1_5.exec |
| $(LINK) $(ffs_stage1_5_exec_LDFLAGS) $(ffs_stage1_5_exec_OBJECTS) $(ffs_stage1_5_exec_LDADD) $(LIBS) |
| minix_stage1_5_exec-asm.o: asm.S |
| $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(minix_stage1_5_exec_CFLAGS) $(CFLAGS) -c -o minix_stage1_5_exec-asm.o $< |
| minix_stage1_5_exec-common.o: common.c |
| minix_stage1_5_exec-char_io.o: char_io.c |
| minix_stage1_5_exec-disk_io.o: disk_io.c |
| minix_stage1_5_exec-stage1_5.o: stage1_5.c |
| minix_stage1_5_exec-fsys_minix.o: fsys_minix.c |
| minix_stage1_5_exec-bios.o: bios.c |
| |
| minix_stage1_5.exec: $(minix_stage1_5_exec_OBJECTS) $(minix_stage1_5_exec_DEPENDENCIES) |
| @rm -f minix_stage1_5.exec |
| $(LINK) $(minix_stage1_5_exec_LDFLAGS) $(minix_stage1_5_exec_OBJECTS) $(minix_stage1_5_exec_LDADD) $(LIBS) |
| stage2_exec-asm.o: asm.S |
| $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage2_exec_CFLAGS) $(CFLAGS) -c -o stage2_exec-asm.o $< |
| stage2_exec-bios.o: bios.c |
| stage2_exec-boot.o: boot.c |
| stage2_exec-builtins.o: builtins.c |
| stage2_exec-common.o: common.c |
| stage2_exec-char_io.o: char_io.c |
| stage2_exec-cmdline.o: cmdline.c |
| stage2_exec-disk_io.o: disk_io.c |
| stage2_exec-gunzip.o: gunzip.c |
| stage2_exec-fsys_ext2fs.o: fsys_ext2fs.c |
| stage2_exec-fsys_fat.o: fsys_fat.c |
| stage2_exec-fsys_ffs.o: fsys_ffs.c |
| stage2_exec-fsys_minix.o: fsys_minix.c |
| stage2_exec-smp-imps.o: smp-imps.c |
| stage2_exec-stage2.o: stage2.c |
| |
| stage2.exec: $(stage2_exec_OBJECTS) $(stage2_exec_DEPENDENCIES) |
| @rm -f stage2.exec |
| $(LINK) $(stage2_exec_LDFLAGS) $(stage2_exec_OBJECTS) $(stage2_exec_LDADD) $(LIBS) |
| .S.o: |
| $(COMPILE) -c $< |
| .c.o: |
| $(COMPILE) -c $< |
| |
| install-nodist_pkgdataDATA: $(nodist_pkgdata_DATA) |
| @$(NORMAL_INSTALL) |
| $(mkinstalldirs) $(DESTDIR)$(pkgdatadir) |
| @list='$(nodist_pkgdata_DATA)'; for p in $$list; do \ |
| if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \ |
| f="`echo $$p | sed -e 's|^.*/||'`"; \ |
| echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(pkgdatadir)/$$f"; \ |
| $(INSTALL_DATA) $$d$$p $(DESTDIR)$(pkgdatadir)/$$f; \ |
| done |
| |
| uninstall-nodist_pkgdataDATA: |
| @$(NORMAL_UNINSTALL) |
| @list='$(nodist_pkgdata_DATA)'; for p in $$list; do \ |
| f="`echo $$p | sed -e 's|^.*/||'`"; \ |
| echo " rm -f $(DESTDIR)$(pkgdatadir)/$$f"; \ |
| rm -f $(DESTDIR)$(pkgdatadir)/$$f; \ |
| done |
| |
| tags: TAGS |
| |
| ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
| list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \ |
| unique=`for i in $$list; do \ |
| if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
| done | \ |
| $(AWK) ' { files[$$0] = 1; } \ |
| END { for (i in files) print i; }'`; \ |
| mkid -f$$here/ID $$unique $(LISP) |
| |
| TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
| $(TAGS_FILES) $(LISP) |
| tags=; \ |
| here=`pwd`; \ |
| list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \ |
| unique=`for i in $$list; do \ |
| if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
| done | \ |
| $(AWK) ' { files[$$0] = 1; } \ |
| END { for (i in files) print i; }'`; \ |
| test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ |
| || etags $(ETAGS_ARGS) $$tags $$unique $(LISP) |
| |
| mostlyclean-tags: |
| |
| clean-tags: |
| |
| distclean-tags: |
| -rm -f TAGS ID |
| |
| maintainer-clean-tags: |
| |
| distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) |
| |
| distdir: $(DISTFILES) |
| here=`cd $(top_builddir) && pwd`; \ |
| top_distdir=`cd $(top_distdir) && pwd`; \ |
| distdir=`cd $(distdir) && pwd`; \ |
| cd $(top_srcdir) \ |
| && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu stage2/Makefile |
| @for file in $(DISTFILES); do \ |
| d=$(srcdir); \ |
| if test -d $$d/$$file; then \ |
| cp -pr $$d/$$file $(distdir)/$$file; \ |
| else \ |
| test -f $(distdir)/$$file \ |
| || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ |
| || cp -p $$d/$$file $(distdir)/$$file || :; \ |
| fi; \ |
| done |
| |
| DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :) |
| |
| -include $(DEP_FILES) |
| |
| mostlyclean-depend: |
| |
| clean-depend: |
| |
| distclean-depend: |
| -rm -rf .deps |
| |
| maintainer-clean-depend: |
| |
| %.o: %.c |
| @echo '$(COMPILE) -c -o $@ $<'; \ |
| $(COMPILE) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-cp .deps/$(*D)/$(*F).pp .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm .deps/$(*D)/$(*F).pp |
| |
| %.lo: %.c |
| @echo '$(LTCOMPILE) -c -o $@ $<'; \ |
| $(LTCOMPILE) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ |
| < .deps/$(*D)/$(*F).pp > .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm -f .deps/$(*D)/$(*F).pp |
| |
| libgrub_a-boot.o: boot.c |
| @echo '$(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgrub_a_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgrub_a_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-cp .deps/$(*D)/$(*F).pp .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm .deps/$(*D)/$(*F).pp |
| |
| libgrub_a-boot.lo: boot.c |
| @echo '$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgrub_a_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgrub_a_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ |
| < .deps/$(*D)/$(*F).pp > .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm -f .deps/$(*D)/$(*F).pp |
| |
| libgrub_a-builtins.o: builtins.c |
| @echo '$(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgrub_a_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgrub_a_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-cp .deps/$(*D)/$(*F).pp .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm .deps/$(*D)/$(*F).pp |
| |
| libgrub_a-builtins.lo: builtins.c |
| @echo '$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgrub_a_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgrub_a_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ |
| < .deps/$(*D)/$(*F).pp > .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm -f .deps/$(*D)/$(*F).pp |
| |
| libgrub_a-common.o: common.c |
| @echo '$(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgrub_a_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgrub_a_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-cp .deps/$(*D)/$(*F).pp .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm .deps/$(*D)/$(*F).pp |
| |
| libgrub_a-common.lo: common.c |
| @echo '$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgrub_a_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgrub_a_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ |
| < .deps/$(*D)/$(*F).pp > .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm -f .deps/$(*D)/$(*F).pp |
| |
| libgrub_a-char_io.o: char_io.c |
| @echo '$(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgrub_a_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgrub_a_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-cp .deps/$(*D)/$(*F).pp .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm .deps/$(*D)/$(*F).pp |
| |
| libgrub_a-char_io.lo: char_io.c |
| @echo '$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgrub_a_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgrub_a_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ |
| < .deps/$(*D)/$(*F).pp > .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm -f .deps/$(*D)/$(*F).pp |
| |
| libgrub_a-cmdline.o: cmdline.c |
| @echo '$(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgrub_a_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgrub_a_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-cp .deps/$(*D)/$(*F).pp .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm .deps/$(*D)/$(*F).pp |
| |
| libgrub_a-cmdline.lo: cmdline.c |
| @echo '$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgrub_a_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgrub_a_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ |
| < .deps/$(*D)/$(*F).pp > .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm -f .deps/$(*D)/$(*F).pp |
| |
| libgrub_a-disk_io.o: disk_io.c |
| @echo '$(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgrub_a_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgrub_a_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-cp .deps/$(*D)/$(*F).pp .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm .deps/$(*D)/$(*F).pp |
| |
| libgrub_a-disk_io.lo: disk_io.c |
| @echo '$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgrub_a_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgrub_a_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ |
| < .deps/$(*D)/$(*F).pp > .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm -f .deps/$(*D)/$(*F).pp |
| |
| libgrub_a-gunzip.o: gunzip.c |
| @echo '$(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgrub_a_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgrub_a_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-cp .deps/$(*D)/$(*F).pp .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm .deps/$(*D)/$(*F).pp |
| |
| libgrub_a-gunzip.lo: gunzip.c |
| @echo '$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgrub_a_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgrub_a_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ |
| < .deps/$(*D)/$(*F).pp > .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm -f .deps/$(*D)/$(*F).pp |
| |
| libgrub_a-fsys_ffs.o: fsys_ffs.c |
| @echo '$(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgrub_a_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgrub_a_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-cp .deps/$(*D)/$(*F).pp .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm .deps/$(*D)/$(*F).pp |
| |
| libgrub_a-fsys_ffs.lo: fsys_ffs.c |
| @echo '$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgrub_a_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgrub_a_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ |
| < .deps/$(*D)/$(*F).pp > .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm -f .deps/$(*D)/$(*F).pp |
| |
| libgrub_a-fsys_ext2fs.o: fsys_ext2fs.c |
| @echo '$(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgrub_a_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgrub_a_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-cp .deps/$(*D)/$(*F).pp .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm .deps/$(*D)/$(*F).pp |
| |
| libgrub_a-fsys_ext2fs.lo: fsys_ext2fs.c |
| @echo '$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgrub_a_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgrub_a_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ |
| < .deps/$(*D)/$(*F).pp > .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm -f .deps/$(*D)/$(*F).pp |
| |
| libgrub_a-fsys_fat.o: fsys_fat.c |
| @echo '$(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgrub_a_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgrub_a_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-cp .deps/$(*D)/$(*F).pp .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm .deps/$(*D)/$(*F).pp |
| |
| libgrub_a-fsys_fat.lo: fsys_fat.c |
| @echo '$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgrub_a_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgrub_a_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ |
| < .deps/$(*D)/$(*F).pp > .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm -f .deps/$(*D)/$(*F).pp |
| |
| libgrub_a-fsys_minix.o: fsys_minix.c |
| @echo '$(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgrub_a_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgrub_a_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-cp .deps/$(*D)/$(*F).pp .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm .deps/$(*D)/$(*F).pp |
| |
| libgrub_a-fsys_minix.lo: fsys_minix.c |
| @echo '$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgrub_a_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgrub_a_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ |
| < .deps/$(*D)/$(*F).pp > .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm -f .deps/$(*D)/$(*F).pp |
| |
| libgrub_a-stage2.o: stage2.c |
| @echo '$(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgrub_a_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgrub_a_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-cp .deps/$(*D)/$(*F).pp .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm .deps/$(*D)/$(*F).pp |
| |
| libgrub_a-stage2.lo: stage2.c |
| @echo '$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgrub_a_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgrub_a_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ |
| < .deps/$(*D)/$(*F).pp > .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm -f .deps/$(*D)/$(*F).pp |
| |
| e2fs_stage1_5_exec-common.o: common.c |
| @echo '$(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(e2fs_stage1_5_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(e2fs_stage1_5_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-cp .deps/$(*D)/$(*F).pp .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm .deps/$(*D)/$(*F).pp |
| |
| e2fs_stage1_5_exec-common.lo: common.c |
| @echo '$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(e2fs_stage1_5_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(e2fs_stage1_5_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ |
| < .deps/$(*D)/$(*F).pp > .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm -f .deps/$(*D)/$(*F).pp |
| |
| e2fs_stage1_5_exec-char_io.o: char_io.c |
| @echo '$(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(e2fs_stage1_5_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(e2fs_stage1_5_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-cp .deps/$(*D)/$(*F).pp .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm .deps/$(*D)/$(*F).pp |
| |
| e2fs_stage1_5_exec-char_io.lo: char_io.c |
| @echo '$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(e2fs_stage1_5_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(e2fs_stage1_5_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ |
| < .deps/$(*D)/$(*F).pp > .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm -f .deps/$(*D)/$(*F).pp |
| |
| e2fs_stage1_5_exec-disk_io.o: disk_io.c |
| @echo '$(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(e2fs_stage1_5_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(e2fs_stage1_5_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-cp .deps/$(*D)/$(*F).pp .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm .deps/$(*D)/$(*F).pp |
| |
| e2fs_stage1_5_exec-disk_io.lo: disk_io.c |
| @echo '$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(e2fs_stage1_5_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(e2fs_stage1_5_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ |
| < .deps/$(*D)/$(*F).pp > .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm -f .deps/$(*D)/$(*F).pp |
| |
| e2fs_stage1_5_exec-stage1_5.o: stage1_5.c |
| @echo '$(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(e2fs_stage1_5_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(e2fs_stage1_5_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-cp .deps/$(*D)/$(*F).pp .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm .deps/$(*D)/$(*F).pp |
| |
| e2fs_stage1_5_exec-stage1_5.lo: stage1_5.c |
| @echo '$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(e2fs_stage1_5_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(e2fs_stage1_5_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ |
| < .deps/$(*D)/$(*F).pp > .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm -f .deps/$(*D)/$(*F).pp |
| |
| e2fs_stage1_5_exec-fsys_ext2fs.o: fsys_ext2fs.c |
| @echo '$(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(e2fs_stage1_5_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(e2fs_stage1_5_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-cp .deps/$(*D)/$(*F).pp .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm .deps/$(*D)/$(*F).pp |
| |
| e2fs_stage1_5_exec-fsys_ext2fs.lo: fsys_ext2fs.c |
| @echo '$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(e2fs_stage1_5_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(e2fs_stage1_5_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ |
| < .deps/$(*D)/$(*F).pp > .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm -f .deps/$(*D)/$(*F).pp |
| |
| e2fs_stage1_5_exec-bios.o: bios.c |
| @echo '$(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(e2fs_stage1_5_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(e2fs_stage1_5_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-cp .deps/$(*D)/$(*F).pp .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm .deps/$(*D)/$(*F).pp |
| |
| e2fs_stage1_5_exec-bios.lo: bios.c |
| @echo '$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(e2fs_stage1_5_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(e2fs_stage1_5_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ |
| < .deps/$(*D)/$(*F).pp > .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm -f .deps/$(*D)/$(*F).pp |
| |
| fat_stage1_5_exec-common.o: common.c |
| @echo '$(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fat_stage1_5_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fat_stage1_5_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-cp .deps/$(*D)/$(*F).pp .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm .deps/$(*D)/$(*F).pp |
| |
| fat_stage1_5_exec-common.lo: common.c |
| @echo '$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fat_stage1_5_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fat_stage1_5_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ |
| < .deps/$(*D)/$(*F).pp > .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm -f .deps/$(*D)/$(*F).pp |
| |
| fat_stage1_5_exec-char_io.o: char_io.c |
| @echo '$(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fat_stage1_5_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fat_stage1_5_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-cp .deps/$(*D)/$(*F).pp .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm .deps/$(*D)/$(*F).pp |
| |
| fat_stage1_5_exec-char_io.lo: char_io.c |
| @echo '$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fat_stage1_5_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fat_stage1_5_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ |
| < .deps/$(*D)/$(*F).pp > .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm -f .deps/$(*D)/$(*F).pp |
| |
| fat_stage1_5_exec-disk_io.o: disk_io.c |
| @echo '$(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fat_stage1_5_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fat_stage1_5_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-cp .deps/$(*D)/$(*F).pp .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm .deps/$(*D)/$(*F).pp |
| |
| fat_stage1_5_exec-disk_io.lo: disk_io.c |
| @echo '$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fat_stage1_5_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fat_stage1_5_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ |
| < .deps/$(*D)/$(*F).pp > .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm -f .deps/$(*D)/$(*F).pp |
| |
| fat_stage1_5_exec-stage1_5.o: stage1_5.c |
| @echo '$(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fat_stage1_5_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fat_stage1_5_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-cp .deps/$(*D)/$(*F).pp .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm .deps/$(*D)/$(*F).pp |
| |
| fat_stage1_5_exec-stage1_5.lo: stage1_5.c |
| @echo '$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fat_stage1_5_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fat_stage1_5_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ |
| < .deps/$(*D)/$(*F).pp > .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm -f .deps/$(*D)/$(*F).pp |
| |
| fat_stage1_5_exec-fsys_fat.o: fsys_fat.c |
| @echo '$(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fat_stage1_5_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fat_stage1_5_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-cp .deps/$(*D)/$(*F).pp .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm .deps/$(*D)/$(*F).pp |
| |
| fat_stage1_5_exec-fsys_fat.lo: fsys_fat.c |
| @echo '$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fat_stage1_5_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fat_stage1_5_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ |
| < .deps/$(*D)/$(*F).pp > .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm -f .deps/$(*D)/$(*F).pp |
| |
| fat_stage1_5_exec-bios.o: bios.c |
| @echo '$(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fat_stage1_5_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fat_stage1_5_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-cp .deps/$(*D)/$(*F).pp .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm .deps/$(*D)/$(*F).pp |
| |
| fat_stage1_5_exec-bios.lo: bios.c |
| @echo '$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fat_stage1_5_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fat_stage1_5_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ |
| < .deps/$(*D)/$(*F).pp > .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm -f .deps/$(*D)/$(*F).pp |
| |
| ffs_stage1_5_exec-common.o: common.c |
| @echo '$(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ffs_stage1_5_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ffs_stage1_5_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-cp .deps/$(*D)/$(*F).pp .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm .deps/$(*D)/$(*F).pp |
| |
| ffs_stage1_5_exec-common.lo: common.c |
| @echo '$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ffs_stage1_5_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ffs_stage1_5_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ |
| < .deps/$(*D)/$(*F).pp > .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm -f .deps/$(*D)/$(*F).pp |
| |
| ffs_stage1_5_exec-char_io.o: char_io.c |
| @echo '$(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ffs_stage1_5_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ffs_stage1_5_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-cp .deps/$(*D)/$(*F).pp .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm .deps/$(*D)/$(*F).pp |
| |
| ffs_stage1_5_exec-char_io.lo: char_io.c |
| @echo '$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ffs_stage1_5_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ffs_stage1_5_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ |
| < .deps/$(*D)/$(*F).pp > .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm -f .deps/$(*D)/$(*F).pp |
| |
| ffs_stage1_5_exec-disk_io.o: disk_io.c |
| @echo '$(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ffs_stage1_5_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ffs_stage1_5_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-cp .deps/$(*D)/$(*F).pp .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm .deps/$(*D)/$(*F).pp |
| |
| ffs_stage1_5_exec-disk_io.lo: disk_io.c |
| @echo '$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ffs_stage1_5_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ffs_stage1_5_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ |
| < .deps/$(*D)/$(*F).pp > .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm -f .deps/$(*D)/$(*F).pp |
| |
| ffs_stage1_5_exec-stage1_5.o: stage1_5.c |
| @echo '$(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ffs_stage1_5_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ffs_stage1_5_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-cp .deps/$(*D)/$(*F).pp .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm .deps/$(*D)/$(*F).pp |
| |
| ffs_stage1_5_exec-stage1_5.lo: stage1_5.c |
| @echo '$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ffs_stage1_5_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ffs_stage1_5_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ |
| < .deps/$(*D)/$(*F).pp > .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm -f .deps/$(*D)/$(*F).pp |
| |
| ffs_stage1_5_exec-fsys_ffs.o: fsys_ffs.c |
| @echo '$(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ffs_stage1_5_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ffs_stage1_5_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-cp .deps/$(*D)/$(*F).pp .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm .deps/$(*D)/$(*F).pp |
| |
| ffs_stage1_5_exec-fsys_ffs.lo: fsys_ffs.c |
| @echo '$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ffs_stage1_5_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ffs_stage1_5_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ |
| < .deps/$(*D)/$(*F).pp > .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm -f .deps/$(*D)/$(*F).pp |
| |
| ffs_stage1_5_exec-bios.o: bios.c |
| @echo '$(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ffs_stage1_5_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ffs_stage1_5_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-cp .deps/$(*D)/$(*F).pp .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm .deps/$(*D)/$(*F).pp |
| |
| ffs_stage1_5_exec-bios.lo: bios.c |
| @echo '$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ffs_stage1_5_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ffs_stage1_5_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ |
| < .deps/$(*D)/$(*F).pp > .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm -f .deps/$(*D)/$(*F).pp |
| |
| minix_stage1_5_exec-common.o: common.c |
| @echo '$(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(minix_stage1_5_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(minix_stage1_5_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-cp .deps/$(*D)/$(*F).pp .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm .deps/$(*D)/$(*F).pp |
| |
| minix_stage1_5_exec-common.lo: common.c |
| @echo '$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(minix_stage1_5_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(minix_stage1_5_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ |
| < .deps/$(*D)/$(*F).pp > .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm -f .deps/$(*D)/$(*F).pp |
| |
| minix_stage1_5_exec-char_io.o: char_io.c |
| @echo '$(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(minix_stage1_5_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(minix_stage1_5_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-cp .deps/$(*D)/$(*F).pp .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm .deps/$(*D)/$(*F).pp |
| |
| minix_stage1_5_exec-char_io.lo: char_io.c |
| @echo '$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(minix_stage1_5_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(minix_stage1_5_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ |
| < .deps/$(*D)/$(*F).pp > .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm -f .deps/$(*D)/$(*F).pp |
| |
| minix_stage1_5_exec-disk_io.o: disk_io.c |
| @echo '$(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(minix_stage1_5_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(minix_stage1_5_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-cp .deps/$(*D)/$(*F).pp .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm .deps/$(*D)/$(*F).pp |
| |
| minix_stage1_5_exec-disk_io.lo: disk_io.c |
| @echo '$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(minix_stage1_5_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(minix_stage1_5_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ |
| < .deps/$(*D)/$(*F).pp > .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm -f .deps/$(*D)/$(*F).pp |
| |
| minix_stage1_5_exec-stage1_5.o: stage1_5.c |
| @echo '$(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(minix_stage1_5_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(minix_stage1_5_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-cp .deps/$(*D)/$(*F).pp .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm .deps/$(*D)/$(*F).pp |
| |
| minix_stage1_5_exec-stage1_5.lo: stage1_5.c |
| @echo '$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(minix_stage1_5_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(minix_stage1_5_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ |
| < .deps/$(*D)/$(*F).pp > .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm -f .deps/$(*D)/$(*F).pp |
| |
| minix_stage1_5_exec-fsys_minix.o: fsys_minix.c |
| @echo '$(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(minix_stage1_5_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(minix_stage1_5_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-cp .deps/$(*D)/$(*F).pp .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm .deps/$(*D)/$(*F).pp |
| |
| minix_stage1_5_exec-fsys_minix.lo: fsys_minix.c |
| @echo '$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(minix_stage1_5_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(minix_stage1_5_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ |
| < .deps/$(*D)/$(*F).pp > .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm -f .deps/$(*D)/$(*F).pp |
| |
| minix_stage1_5_exec-bios.o: bios.c |
| @echo '$(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(minix_stage1_5_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(minix_stage1_5_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-cp .deps/$(*D)/$(*F).pp .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm .deps/$(*D)/$(*F).pp |
| |
| minix_stage1_5_exec-bios.lo: bios.c |
| @echo '$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(minix_stage1_5_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(minix_stage1_5_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ |
| < .deps/$(*D)/$(*F).pp > .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm -f .deps/$(*D)/$(*F).pp |
| |
| stage2_exec-bios.o: bios.c |
| @echo '$(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage2_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage2_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-cp .deps/$(*D)/$(*F).pp .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm .deps/$(*D)/$(*F).pp |
| |
| stage2_exec-bios.lo: bios.c |
| @echo '$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage2_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage2_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ |
| < .deps/$(*D)/$(*F).pp > .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm -f .deps/$(*D)/$(*F).pp |
| |
| stage2_exec-boot.o: boot.c |
| @echo '$(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage2_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage2_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-cp .deps/$(*D)/$(*F).pp .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm .deps/$(*D)/$(*F).pp |
| |
| stage2_exec-boot.lo: boot.c |
| @echo '$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage2_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage2_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ |
| < .deps/$(*D)/$(*F).pp > .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm -f .deps/$(*D)/$(*F).pp |
| |
| stage2_exec-builtins.o: builtins.c |
| @echo '$(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage2_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage2_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-cp .deps/$(*D)/$(*F).pp .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm .deps/$(*D)/$(*F).pp |
| |
| stage2_exec-builtins.lo: builtins.c |
| @echo '$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage2_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage2_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ |
| < .deps/$(*D)/$(*F).pp > .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm -f .deps/$(*D)/$(*F).pp |
| |
| stage2_exec-common.o: common.c |
| @echo '$(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage2_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage2_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-cp .deps/$(*D)/$(*F).pp .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm .deps/$(*D)/$(*F).pp |
| |
| stage2_exec-common.lo: common.c |
| @echo '$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage2_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage2_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ |
| < .deps/$(*D)/$(*F).pp > .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm -f .deps/$(*D)/$(*F).pp |
| |
| stage2_exec-char_io.o: char_io.c |
| @echo '$(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage2_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage2_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-cp .deps/$(*D)/$(*F).pp .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm .deps/$(*D)/$(*F).pp |
| |
| stage2_exec-char_io.lo: char_io.c |
| @echo '$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage2_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage2_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ |
| < .deps/$(*D)/$(*F).pp > .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm -f .deps/$(*D)/$(*F).pp |
| |
| stage2_exec-cmdline.o: cmdline.c |
| @echo '$(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage2_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage2_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-cp .deps/$(*D)/$(*F).pp .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm .deps/$(*D)/$(*F).pp |
| |
| stage2_exec-cmdline.lo: cmdline.c |
| @echo '$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage2_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage2_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ |
| < .deps/$(*D)/$(*F).pp > .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm -f .deps/$(*D)/$(*F).pp |
| |
| stage2_exec-disk_io.o: disk_io.c |
| @echo '$(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage2_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage2_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-cp .deps/$(*D)/$(*F).pp .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm .deps/$(*D)/$(*F).pp |
| |
| stage2_exec-disk_io.lo: disk_io.c |
| @echo '$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage2_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage2_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ |
| < .deps/$(*D)/$(*F).pp > .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm -f .deps/$(*D)/$(*F).pp |
| |
| stage2_exec-gunzip.o: gunzip.c |
| @echo '$(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage2_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage2_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-cp .deps/$(*D)/$(*F).pp .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm .deps/$(*D)/$(*F).pp |
| |
| stage2_exec-gunzip.lo: gunzip.c |
| @echo '$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage2_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage2_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ |
| < .deps/$(*D)/$(*F).pp > .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm -f .deps/$(*D)/$(*F).pp |
| |
| stage2_exec-fsys_ext2fs.o: fsys_ext2fs.c |
| @echo '$(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage2_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage2_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-cp .deps/$(*D)/$(*F).pp .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm .deps/$(*D)/$(*F).pp |
| |
| stage2_exec-fsys_ext2fs.lo: fsys_ext2fs.c |
| @echo '$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage2_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage2_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ |
| < .deps/$(*D)/$(*F).pp > .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm -f .deps/$(*D)/$(*F).pp |
| |
| stage2_exec-fsys_fat.o: fsys_fat.c |
| @echo '$(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage2_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage2_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-cp .deps/$(*D)/$(*F).pp .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm .deps/$(*D)/$(*F).pp |
| |
| stage2_exec-fsys_fat.lo: fsys_fat.c |
| @echo '$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage2_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage2_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ |
| < .deps/$(*D)/$(*F).pp > .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm -f .deps/$(*D)/$(*F).pp |
| |
| stage2_exec-fsys_ffs.o: fsys_ffs.c |
| @echo '$(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage2_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage2_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-cp .deps/$(*D)/$(*F).pp .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm .deps/$(*D)/$(*F).pp |
| |
| stage2_exec-fsys_ffs.lo: fsys_ffs.c |
| @echo '$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage2_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage2_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ |
| < .deps/$(*D)/$(*F).pp > .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm -f .deps/$(*D)/$(*F).pp |
| |
| stage2_exec-fsys_minix.o: fsys_minix.c |
| @echo '$(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage2_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage2_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-cp .deps/$(*D)/$(*F).pp .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm .deps/$(*D)/$(*F).pp |
| |
| stage2_exec-fsys_minix.lo: fsys_minix.c |
| @echo '$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage2_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage2_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ |
| < .deps/$(*D)/$(*F).pp > .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm -f .deps/$(*D)/$(*F).pp |
| |
| stage2_exec-smp-imps.o: smp-imps.c |
| @echo '$(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage2_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage2_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-cp .deps/$(*D)/$(*F).pp .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm .deps/$(*D)/$(*F).pp |
| |
| stage2_exec-smp-imps.lo: smp-imps.c |
| @echo '$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage2_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage2_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ |
| < .deps/$(*D)/$(*F).pp > .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm -f .deps/$(*D)/$(*F).pp |
| |
| stage2_exec-stage2.o: stage2.c |
| @echo '$(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage2_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage2_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-cp .deps/$(*D)/$(*F).pp .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm .deps/$(*D)/$(*F).pp |
| |
| stage2_exec-stage2.lo: stage2.c |
| @echo '$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage2_exec_CFLAGS) $(CFLAGS) -c -o $@ $<'; \ |
| $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage2_exec_CFLAGS) $(CFLAGS) -Wp,-MD,.deps/$(*D)/$(*F).pp -c -o $@ $< |
| @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ |
| < .deps/$(*D)/$(*F).pp > .deps/$(*D)/$(*F).P; \ |
| tr ' ' '\012' < .deps/$(*D)/$(*F).pp \ |
| | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| >> .deps/$(*D)/$(*F).P; \ |
| rm -f .deps/$(*D)/$(*F).pp |
| check-TESTS: $(TESTS) |
| @failed=0; all=0; xfail=0; xpass=0; \ |
| srcdir=$(srcdir); export srcdir; \ |
| for tst in $(TESTS); do \ |
| if test -f ./$$tst; then dir=./; \ |
| elif test -f $$tst; then dir=; \ |
| else dir="$(srcdir)/"; fi; \ |
| if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \ |
| all=`expr $$all + 1`; \ |
| case " $(XFAIL_TESTS) " in \ |
| *" $$tst "*) \ |
| xpass=`expr $$xpass + 1`; \ |
| failed=`expr $$failed + 1`; \ |
| echo "XPASS: $$tst"; \ |
| ;; \ |
| *) \ |
| echo "PASS: $$tst"; \ |
| ;; \ |
| esac; \ |
| elif test $$? -ne 77; then \ |
| all=`expr $$all + 1`; \ |
| case " $(XFAIL_TESTS) " in \ |
| *" $$tst "*) \ |
| xfail=`expr $$xfail + 1`; \ |
| echo "XFAIL: $$tst"; \ |
| ;; \ |
| *) \ |
| failed=`expr $$failed + 1`; \ |
| echo "FAIL: $$tst"; \ |
| ;; \ |
| esac; \ |
| fi; \ |
| done; \ |
| if test "$$failed" -eq 0; then \ |
| if test "$$xfail" -eq 0; then \ |
| banner="All $$all tests passed"; \ |
| else \ |
| banner="All $$all tests behaved as expected ($$xfail expected failures)"; \ |
| fi; \ |
| else \ |
| if test "$$xpass" -eq 0; then \ |
| banner="$$failed of $$all tests failed"; \ |
| else \ |
| banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \ |
| fi; \ |
| fi; \ |
| dashes=`echo "$$banner" | sed s/./=/g`; \ |
| echo "$$dashes"; \ |
| echo "$$banner"; \ |
| echo "$$dashes"; \ |
| test "$$failed" -eq 0 |
| info-am: |
| info: info-am |
| dvi-am: |
| dvi: dvi-am |
| check-am: all-am |
| $(MAKE) $(AM_MAKEFLAGS) check-TESTS |
| check: check-am |
| installcheck-am: |
| installcheck: installcheck-am |
| install-exec-am: |
| install-exec: install-exec-am |
| |
| install-data-am: install-nodist_pkgdataDATA |
| install-data: install-data-am |
| |
| install-am: all-am |
| @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
| install: install-am |
| uninstall-am: uninstall-nodist_pkgdataDATA |
| uninstall: uninstall-am |
| all-am: Makefile $(LIBRARIES) $(PROGRAMS) $(SCRIPTS) $(DATA) $(HEADERS) |
| all-redirect: all-am |
| install-strip: |
| $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install |
| installdirs: |
| $(mkinstalldirs) $(DESTDIR)$(nodist_pkgdatadir) |
| |
| |
| mostlyclean-generic: |
| -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES) |
| |
| clean-generic: |
| -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) |
| |
| distclean-generic: |
| -rm -f Makefile $(CONFIG_CLEAN_FILES) |
| -rm -f config.cache config.log stamp-h stamp-h[0-9]* |
| |
| maintainer-clean-generic: |
| mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \ |
| mostlyclean-noinstPROGRAMS mostlyclean-tags \ |
| mostlyclean-depend mostlyclean-generic |
| |
| mostlyclean: mostlyclean-am |
| |
| clean-am: clean-noinstLIBRARIES clean-compile clean-noinstPROGRAMS \ |
| clean-tags clean-depend clean-generic mostlyclean-am |
| |
| clean: clean-am |
| |
| distclean-am: distclean-noinstLIBRARIES distclean-compile \ |
| distclean-noinstPROGRAMS distclean-tags \ |
| distclean-depend distclean-generic clean-am |
| |
| distclean: distclean-am |
| |
| maintainer-clean-am: maintainer-clean-noinstLIBRARIES \ |
| maintainer-clean-compile \ |
| maintainer-clean-noinstPROGRAMS maintainer-clean-tags \ |
| maintainer-clean-depend maintainer-clean-generic \ |
| distclean-am |
| @echo "This command is intended for maintainers to use;" |
| @echo "it deletes files that may require special tools to rebuild." |
| |
| maintainer-clean: maintainer-clean-am |
| |
| .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \ |
| clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \ |
| mostlyclean-compile distclean-compile clean-compile \ |
| maintainer-clean-compile mostlyclean-noinstPROGRAMS \ |
| distclean-noinstPROGRAMS clean-noinstPROGRAMS \ |
| maintainer-clean-noinstPROGRAMS uninstall-nodist_pkgdataDATA \ |
| install-nodist_pkgdataDATA tags mostlyclean-tags distclean-tags \ |
| clean-tags maintainer-clean-tags distdir mostlyclean-depend \ |
| distclean-depend clean-depend maintainer-clean-depend check-TESTS \ |
| info-am info dvi-am dvi check check-am installcheck-am installcheck \ |
| install-exec-am install-exec install-data-am install-data install-am \ |
| install uninstall-am uninstall all-redirect all-am all install-strip \ |
| installdirs mostlyclean-generic distclean-generic clean-generic \ |
| maintainer-clean-generic clean mostlyclean distclean maintainer-clean |
| |
| |
| # General rule for making a raw binary. |
| %: %.exec |
| $(OBJCOPY) -O binary $< $@ |
| |
| # Tell versions [3.59,3.63) of GNU make to not export all variables. |
| # Otherwise a system limit (for SysV at least) may be exceeded. |
| .NOEXPORT: |