Made request tracing more robust against bogus lengths.
[wine.git] / include / Makefile.in
blob5fda48d341fd0161e1fb9fcb6ed3009bc122081a
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = none
7 INSTALLED_INCLUDES = \
8 windef.h \
9 windows.h \
10 wingdi.h \
11 winuser.h
13 @MAKE_RULES@
15 install::
16 [ -d $(includedir) ] || $(MKDIR) $(includedir)
17 for f in $(INSTALLED_INCLUDES); do $(INSTALL_DATA) $(SRCDIR)/$$f $(includedir); done
19 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
20 # anything extra the user may have put there.
21 uninstall::
22 cd $(includedir) && $(RM) $(INSTALLED_INCLUDES)
23 -rmdir $(includedir)
25 ### Dependencies: