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.
35 lines
463 B
35 lines
463 B
# |
|
# Insert the header..... |
|
# |
|
1i\ |
|
# +++ Dependency line eater +++\ |
|
# \ |
|
# Makefile dependencies follow. This must be the last section in\ |
|
# the Makefile.in file\ |
|
# |
|
|
|
# |
|
# Remove line continuations.... |
|
# |
|
:FIRST |
|
y/ / / |
|
s/^ *// |
|
/\\$/{ |
|
N |
|
y/ / / |
|
s/\\\n */ / |
|
bFIRST |
|
} |
|
s/ */ /g |
|
|
|
s;/usr/include/[^ ]* *;;g |
|
s;/usr/lib/[^ ]* *;;g |
|
s;/mit/cygnus[^ ]* *;;g |
|
s;\.\./[^ ]*lib/blkid/blkid[^ ]* *;;g |
|
s;\.\./[^ ]*lib/uuid/uuid.h[^ ]* *;;g |
|
|
|
# |
|
# Now insert a trailing newline... |
|
# |
|
$a\ |
|
|
|
|