blob: f20a2cac7e0900f43facef3096c6d0e95d754c35 [file] [log] [blame]
James Juranc70dc831999-02-13 12:18:33 +00001TOPSRCDIR = @top_srcdir@
2TOPOBJDIR = ..
3SRCDIR = @srcdir@
4VPATH = @srcdir@
5MODULE = none
6
James Juranc70dc831999-02-13 12:18:33 +00007INSTALLED_INCLUDES = \
Niels Kristian Bech Jensen37130801999-03-15 15:12:38 +00008 windef.h \
James Juranc70dc831999-02-13 12:18:33 +00009 windows.h \
10 wingdi.h \
James Juranc70dc831999-02-13 12:18:33 +000011 winuser.h
12
Alexandre Julliardc53ceba2000-04-09 18:19:59 +000013EXTRASUBDIRS = bitmaps wine
14
James Juranc70dc831999-02-13 12:18:33 +000015@MAKE_RULES@
16
Alexandre Julliard318f4ce2000-01-31 05:02:49 +000017install::
18 [ -d $(includedir) ] || $(MKDIR) $(includedir)
19 for f in $(INSTALLED_INCLUDES); do $(INSTALL_DATA) $(SRCDIR)/$$f $(includedir); done
James Juranc70dc831999-02-13 12:18:33 +000020
21# Don't just do a rm -rf on $(includedir) -- don't want to wipe out
22# anything extra the user may have put there.
23uninstall::
Alexandre Julliardf97576b2000-03-25 17:31:03 +000024 cd $(includedir) && $(RM) $(INSTALLED_INCLUDES)
James Juranc70dc831999-02-13 12:18:33 +000025 -rmdir $(includedir)
26
James Juranc70dc831999-02-13 12:18:33 +000027### Dependencies: