Added support for mappings with no associated file.
[wine] / include / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = none
6
7 LIB_TARGET = @LIB_TARGET@
8
9 INSTALLED_INCLUDES = \
10         windows.h \
11         wingdi.h \
12         wintypes.h \
13         winuser.h
14
15 @MAKE_RULES@
16
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
22
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)
28
29 dummy:
30
31 ### Dependencies: