1 EXTRADEFS
= -D_SHELL32_
-DCOM_NO_WINDOWS_H
2 TOPSRCDIR
= @top_srcdir@
8 IMPORTS
= uuid shlwapi comctl32 user32 gdi32 advapi32 kernel32 ntdll
9 DELAYIMPORTS
= ole32 oleaut32 shdocvw
97 EXTRA_OBJS
= authors.o
101 authors.c
: $(TOPSRCDIR
)/AUTHORS
102 (LC_ALL
=C
; export LC_ALL
; echo
'const char * const SHELL_Authors[] = {' && \
103 sed
-e
'1,2d' -e
's/\(.*\)/ \"\1\",/' $(TOPSRCDIR
)/AUTHORS
&& \
104 echo
' 0 };') >$@ ||
($(RM
) $@
&& false
)
109 @DEPENDENCIES@
# everything below this line is overwritten by make depend