James Juran | c70dc83 | 1999-02-13 12:18:33 +0000 | [diff] [blame] | 1 | TOPSRCDIR = @top_srcdir@ |
| 2 | TOPOBJDIR = .. |
| 3 | SRCDIR = @srcdir@ |
| 4 | VPATH = @srcdir@ |
| 5 | MODULE = none |
| 6 | |
James Juran | c70dc83 | 1999-02-13 12:18:33 +0000 | [diff] [blame] | 7 | INSTALLED_INCLUDES = \ |
Niels Kristian Bech Jensen | 3713080 | 1999-03-15 15:12:38 +0000 | [diff] [blame] | 8 | windef.h \ |
James Juran | c70dc83 | 1999-02-13 12:18:33 +0000 | [diff] [blame] | 9 | windows.h \ |
| 10 | wingdi.h \ |
James Juran | c70dc83 | 1999-02-13 12:18:33 +0000 | [diff] [blame] | 11 | winuser.h |
| 12 | |
Alexandre Julliard | c53ceba | 2000-04-09 18:19:59 +0000 | [diff] [blame] | 13 | EXTRASUBDIRS = bitmaps wine |
| 14 | |
James Juran | c70dc83 | 1999-02-13 12:18:33 +0000 | [diff] [blame] | 15 | @MAKE_RULES@ |
| 16 | |
Alexandre Julliard | 318f4ce | 2000-01-31 05:02:49 +0000 | [diff] [blame] | 17 | install:: |
| 18 | [ -d $(includedir) ] || $(MKDIR) $(includedir) |
| 19 | for f in $(INSTALLED_INCLUDES); do $(INSTALL_DATA) $(SRCDIR)/$$f $(includedir); done |
James Juran | c70dc83 | 1999-02-13 12:18:33 +0000 | [diff] [blame] | 20 | |
| 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. |
| 23 | uninstall:: |
Alexandre Julliard | f97576b | 2000-03-25 17:31:03 +0000 | [diff] [blame] | 24 | cd $(includedir) && $(RM) $(INSTALLED_INCLUDES) |
James Juran | c70dc83 | 1999-02-13 12:18:33 +0000 | [diff] [blame] | 25 | -rmdir $(includedir) |
| 26 | |
James Juran | c70dc83 | 1999-02-13 12:18:33 +0000 | [diff] [blame] | 27 | ### Dependencies: |