Release 20000227.
[wine.git] / include / Makefile.in
blob878a5b8af7f686ce29e51de471a661a477c8f92c
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: