0N/A# Unqualify std headers
0N/A# remove headers with no extension as well (e.g. C++ 94 STL headers) - robi
0N/A# s/ \/usr\/include[^ ]*\.h//g
0N/As/ \/usr\/include[^ ]*//g
0N/A
0N/A# Unqualify std Windows headers
0N/A# remove headers with no extension as well (e.g. C++ 94 STL headers) - robi
0N/A# s/ WindowsSystemHeaderStubs[^ ]*\.h//g
0N/As/ WindowsSystemHeaderStubs[^ ]*//g
0N/A
0N/A# ####################################
0N/A# Rules to allow for generation of dependencies on an unbuilt tree...
0N/A#
0N/A# BuildStubs is populated with stubs for include files that are
0N/A# generated by the build and then dependencies are adjusted here
0N/A#
0N/A# Adjust awt_colors.h
0N/A# Change BuildStubs to .
0N/As/ BuildStubs\/awt_colors.h/ $(OBJDIR)\/awt_colors.h/g
0N/A#
0N/A# Adjust CClassHeaders
0N/A# Change BuildStubs to CClassHeaders
0N/As/ BuildStubs/ $(CLASSHDRDIR)\/..\/..\/awt\/CClassHeaders/g
0N/A#
0N/A# End of unbuilt tree adjustments
0N/A# ####################################
0N/A
0N/A# Remove any empty rules
0N/A/:[ ]*$/d
0N/A
0N/A# Change .obj path from src to proper awt/obj or awt/obj_g directory
0N/As/^.*\/\(.*:\)/$(OBJDIR)\/\1:/