Better implementation of GetShortPathNameA/W.
[wine/multimedia.git] / include / Makefile.in
bloba263fc38dce3760ce52f1f5d058a36c3ca48042e
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = none
7 LIB_TARGET = @LIB_TARGET@
9 INSTALLED_INCLUDES = \
10 windows.h \
11 wingdi.h \
12 wintypes.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 [ -d $(includedir) ] || $(MKDIR) $(includedir); \
21 $(INSTALL_DATA) $(INSTALLED_INCLUDES) $(includedir); fi
23 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
24 # anything extra the user may have put there.
25 uninstall::
26 cd $(includedir); $(RM) $(INSTALLED_INCLUDES)
27 -rmdir $(includedir)
29 dummy:
31 ### Dependencies: