Cross Reference: Makefile
xref
: /
vbox
/
src
/
VBox
/
Devices
/
EFI
/
Firmware
/
VBoxPkg
/
VBoxFsDxe
/
test
/
Makefile
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
Makefile revision 4fd606d1f5abe38e1f42c38de1d2e895166bd0f4
FS
=
hfs
SOURCES
+= ../
fsw_core.c
SOURCES
+= ../
fsw_
$(
FS
)
.c
SOURCES
+= ../
fsw_lib.c
SOURCES
+=
fsw_posix.c
OBJ
= ${
foreach
src
,
$(
SOURCES
)
,
$(
addsuffix
.o,
$(
basename
$(
src
)
)
)
}
#
lslr.c
#
lsroot.c
CPPFLAGS
+= -
DHOST_POSIX
CPPFLAGS
+= -
DFSTYPE
=
$(
FS
)
ASFLAGS
+= -
include
asm.h
CPPFLAGS
+= -I..
CPPFLAGS
+= -I.
CFLAGS
+= -g -
gdwarf
-
2
CFLAGS
+= -
m32
.
PHONY
:
all
clear
all
:
lslr
lsroot
clean
:
$(
RM
)
$(
OBJ
)
lslr
lsroot
lslr.o
lsroot.o
lslr
:
OBJ
+=
lslr.o
lslr
:
$(
OBJ
)
lsroot
:
OBJ
+=
lsroot.o
lsroot
:
$(
OBJ
)