add targets, generated files use C-stlye comments to be more lxr friendly

This commit is contained in:
jband%netscape.com 1998-09-24 07:27:07 +00:00
Родитель f390fe814a
Коммит 2679d473d5
3 изменённых файлов: 6 добавлений и 4 удалений

Просмотреть файл

@ -4,7 +4,7 @@
BEGIN{
print
print "// generated automatically by gen_date.awk"
print "/* generated by gen_date.awk to provide access to build date at runtime */"
print
print "package "package_name";"
print

Просмотреть файл

@ -4,7 +4,7 @@
BEGIN{
print
print "// generated automatically by gen_dbg.awk"
print "/* generated by gen_dbg.awk to set DEBUG on or off */"
print
print "package "package_name";"
print

Просмотреть файл

@ -138,10 +138,12 @@ depend_tool : initial_state com_netscape_jsdebugging_tools_depend
tools : depend_tool
dependency_checks : check_depend_jslogger \
check_depend_netscape_jsdebug
check_depend_netscape_jsdebug \
check_depend_ifcui
jars : jslogger_jar \
netscape_jsdebug_jar
netscape_jsdebug_jar \
ifcui_jar
netscape_security : initial_state
@echo building stubbed netscape.security classes