2 include $(topdir
)/MCONFIG
5 INCLUDES
= -I.
-I..
-I..
/libfat
-I..
/libinstaller
6 CFLAGS
= $(GCCWARN
) -D_FILE_OFFSET_BITS
=64 $(OPTFLAGS
) $(INCLUDES
)
10 ..
/libinstaller
/fat.c \
11 ..
/libinstaller
/syslxmod.c \
12 ..
/libinstaller
/bootsect_bin.c \
13 ..
/libinstaller
/ldlinux_bin.c \
14 $(wildcard ..
/libfat
/*.c
)
15 OBJS
= $(patsubst %.c
,%.o
,$(notdir $(SRCS
)))
17 .SUFFIXES
: .c .o .i .s .S
19 VPATH
= .
:..
/libfat
:..
/libinstaller
24 -rm -f
*.o
*.i
*.s
*.a .
*.d
*.tmp
35 $(CC
) $(LDFLAGS
) -o
$@
$^
38 $(CC
) $(UMAKEDEPS
) $(CFLAGS
) -c
-o
$@
$<
40 $(CC
) $(UMAKEDEPS
) $(CFLAGS
) -E
-o
$@
$<
42 $(CC
) $(UMAKEDEPS
) $(CFLAGS
) -S
-o
$@
$<