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.
37 lines
922 B
37 lines
922 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 = inc_shares.asp \
|
|
inc_shares.js \
|
|
loc_shares.asp \
|
|
shares.asp \
|
|
share_Appletalknew.asp \
|
|
share_Appletalkprop.asp \
|
|
share_cifsnew.asp \
|
|
share_cifsprop.asp \
|
|
share_delete.asp \
|
|
share_ftpnew.asp \
|
|
share_ftpprop.asp \
|
|
share_gennew.asp \
|
|
share_gennew.js \
|
|
share_genprop.asp \
|
|
share_genprop.js \
|
|
share_httpnew.asp \
|
|
share_httpprop.asp \
|
|
share_new.asp \
|
|
share_nfsnew.asp \
|
|
share_nfsprop.asp \
|
|
share_nfsprop.js \
|
|
share_prop.asp \
|
|
|