VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/test/Makefile@ 69496

最後變更 在這個檔案從69496是 48674,由 vboxsync 提交於 12 年 前

EFI: Export newly imported tinaocore UEFI sources to OSE.

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Author Date Id Revision
檔案大小: 508 位元組
 
1
2FS=hfs
3
4SOURCES += ../fsw_core.c
5SOURCES += ../fsw_$(FS).c
6SOURCES += ../fsw_lib.c
7SOURCES += fsw_posix.c
8
9OBJ = ${foreach src,$(SOURCES),$(addsuffix .o, $(basename $(src)))}
10
11#lslr.c
12#lsroot.c
13CPPFLAGS += -DHOST_POSIX
14CPPFLAGS += -DFSTYPE=$(FS)
15ASFLAGS += -include asm.h
16CPPFLAGS += -I..
17CPPFLAGS += -I.
18CFLAGS += -g -gdwarf-2
19CFLAGS += -m32
20
21.PHONY: all clear
22all:lslr lsroot
23clean:
24 $(RM) $(OBJ) lslr lsroot lslr.o lsroot.o
25
26lslr: OBJ += lslr.o
27lslr: $(OBJ)
28
29lsroot: OBJ += lsroot.o
30lsroot: $(OBJ)
31
32
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette