16 lines
376 B
16 lines
376 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 =
|
|
|
|
MISCFILES = \
|
|
ldm.reg \
|
|
localui.reg \
|
|
localuictrl.reg \
|
|
localuielements.reg \
|