Bug fixes.
[wine/multimedia.git] / include / Makefile.in
blob72e7d85602ff7df96227adc0fe8d338c9e2a632b
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = none
7 LIB_TARGET = @LIB_TARGET@
9 INSTALLED_INCLUDES = \
10 windef.h \
11 windows.h \
12 wingdi.h \
13 winuser.h
15 @MAKE_RULES@
17 # Testing LIB_TARGET prevents installing header files
18 # when --disable-lib is used
19 install:: dummy
20 if [ $(LIB_TARGET) ]; then \
21 [ -d $(includedir) ] || $(MKDIR) $(includedir); \
22 for f in $(INSTALLED_INCLUDES); do \
23 $(INSTALL_DATA) $(SRCDIR)/$$f $(includedir); \
24 done; \
27 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
28 # anything extra the user may have put there.
29 uninstall::
30 cd $(includedir); $(RM) $(INSTALLED_INCLUDES)
31 -rmdir $(includedir)
33 dummy:
35 ### Dependencies: