1999-02-13 13:18:33 +01:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
MODULE = none
|
|
|
|
|
|
|
|
INSTALLED_INCLUDES = \
|
1999-03-15 16:12:38 +01:00
|
|
|
windef.h \
|
1999-02-13 13:18:33 +01:00
|
|
|
windows.h \
|
|
|
|
wingdi.h \
|
|
|
|
winuser.h
|
|
|
|
|
|
|
|
@MAKE_RULES@
|
|
|
|
|
2000-01-31 06:02:49 +01:00
|
|
|
install::
|
|
|
|
[ -d $(includedir) ] || $(MKDIR) $(includedir)
|
|
|
|
for f in $(INSTALLED_INCLUDES); do $(INSTALL_DATA) $(SRCDIR)/$$f $(includedir); done
|
1999-02-13 13:18:33 +01:00
|
|
|
|
|
|
|
# Don't just do a rm -rf on $(includedir) -- don't want to wipe out
|
|
|
|
# anything extra the user may have put there.
|
|
|
|
uninstall::
|
|
|
|
cd $(includedir); $(RM) $(INSTALLED_INCLUDES)
|
|
|
|
-rmdir $(includedir)
|
|
|
|
|
|
|
|
### Dependencies:
|