1 TOPSRCDIR
= @top_srcdir@
57 WINDOWS_IDL_INCLUDES
= \
69 $(WINDOWS_IDL_INCLUDES
) \
359 msvcrt
/sys
/locking.h \
363 msvcrt
/sys
/unistd.h \
380 IDL_H_SRCS
= $(WINDOWS_IDL_SRCS
) $(WINE_IDL_SRCS
:%=wine
/%)
382 EXTRASUBDIRS
= ddk msvcrt msvcrt
/sys wine
385 $(DESTDIR
)$(includedir)/windows
/ddk \
386 $(DESTDIR
)$(includedir)/windows \
387 $(DESTDIR
)$(includedir)/msvcrt
/sys \
388 $(DESTDIR
)$(includedir)/msvcrt \
389 $(DESTDIR
)$(includedir)
393 WINDOWS_IDL_HEADERS
= $(WINDOWS_IDL_SRCS
:.idl
=.h
)
394 WINE_IDL_HEADERS
= $(WINE_IDL_SRCS
:.idl
=.h
)
395 IDL_HEADERS
= $(IDL_H_SRCS
:.idl
=.h
)
396 IDL_TLBS
= $(IDL_TLB_SRCS
:.idl
=.tlb
)
398 all: $(IDL_HEADERS
) $(IDL_TLBS
)
400 install:: $(IDL_HEADERS
) $(IDL_TLBS
) $(INSTALLDIRS
)
401 for f in
$(WINDOWS_INCLUDES
); do
$(INSTALL_DATA
) $(SRCDIR
)/$$f $(DESTDIR
)$(includedir)/windows
/$$f; done
402 for f in
$(WINDOWS_IDL_HEADERS
) $(IDL_TLBS
); do
$(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/windows
/$$f; done
403 for f in
$(MSVCRT_INCLUDES
); do
$(INSTALL_DATA
) $(SRCDIR
)/$$f $(DESTDIR
)$(includedir)/$$f; done
404 for f in
$(WINE_INCLUDES
); do
$(INSTALL_DATA
) $(SRCDIR
)/wine
/$$f $(DESTDIR
)$(includedir)/$$f; done
405 for f in
$(WINE_IDL_HEADERS
); do
$(INSTALL_DATA
) wine
/$$f $(DESTDIR
)$(includedir)/$$f; done
407 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
408 # anything extra the user may have put there.
410 -cd
$(DESTDIR
)$(includedir)/windows
&& $(RM
) $(WINDOWS_INCLUDES
) $(WINDOWS_IDL_HEADERS
) $(IDL_TLBS
)
411 -cd
$(DESTDIR
)$(includedir) && $(RM
) $(MSVCRT_INCLUDES
) $(WINE_INCLUDES
) $(WINE_IDL_HEADERS
)
412 -rmdir
$(INSTALLDIRS
)
414 @DEPENDENCIES@
# everything below this line is overwritten by make depend