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