1# 2# Insert the header..... 3# 41i\ 5# +++ Dependency line eater +++\ 6# \ 7# Makefile dependencies follow. This must be the last section in\ 8# the Makefile.in file\ 9# 10 11# 12# Remove line continuations.... 13# 14:FIRST 15y/ / / 16s/^ *// 17/\\$/{ 18N 19y/ / / 20s/\\\n */ / 21bFIRST 22} 23s/ */ /g 24 25s;/usr/include/[^ ]* *;;g 26s;/usr/lib/[^ ]* *;;g 27s;/mit/cygnus[^ ]* *;;g 28s;\.\./[^ ]*lib/blkid/blkid[^ ]* *;;g 29s;\.\./[^ ]*lib/uuid/uuid.h[^ ]* *;;g 30 31# 32# Now insert a trailing newline... 33# 34$a\ 35 36