You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
895 B
39 lines
895 B
#
|
|
# The TARGETNAME variable is defined by the developer. It is the name of
|
|
# the target (component) that is being built by this makefile. It
|
|
# should NOT include any path or file extension information.
|
|
#
|
|
TARGETNAME =
|
|
TARGETPATH =
|
|
TARGETTYPE = NOTARGET
|
|
|
|
SOURCES =
|
|
|
|
#
|
|
# Misc files to be binplaced by the build.
|
|
#
|
|
|
|
MISCFILES = \
|
|
localui_booting.bmp \
|
|
localui_dynamic.htm \
|
|
localui_hostname.htm \
|
|
localui_indicator.bmp \
|
|
localui_main.htm \
|
|
localui_network.htm \
|
|
localui_ready.bmp \
|
|
localui_saalertsicon.bmp \
|
|
localui_salogo.bmp \
|
|
localui_satask.bmp \
|
|
localui_sataskinverted.bmp \
|
|
localui_shutting_down.bmp \
|
|
localui_shutdown.htm \
|
|
localui_startinglogo.bmp \
|
|
localui_startup_ready.htm \
|
|
localui_startup_shutdown.htm \
|
|
localui_startup_start.htm \
|
|
localui_startup_update.htm \
|
|
localui_static.htm \
|
|
localui_tasks.htm \
|
|
localui_update.bmp \
|
|
localui_reboot.htm \
|
|
|