Alexandre Julliard | a0b2b1d | 1997-11-16 17:38:29 +0000 | [diff] [blame] | 1 | DEFS = @DLLFLAGS@ -D__WINE__ |
Alexandre Julliard | bf9130a | 1996-10-13 17:45:47 +0000 | [diff] [blame] | 2 | TOPSRCDIR = @top_srcdir@ |
| 3 | TOPOBJDIR = .. |
| 4 | SRCDIR = @srcdir@ |
| 5 | VPATH = @srcdir@ |
| 6 | MODULE = objects |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 7 | |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 8 | C_SRCS = \ |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 9 | bitmap.c \ |
| 10 | brush.c \ |
| 11 | clipping.c \ |
| 12 | color.c \ |
| 13 | dc.c \ |
| 14 | dcvalues.c \ |
| 15 | dib.c \ |
Alexandre Julliard | a69b88b | 1998-03-15 20:29:56 +0000 | [diff] [blame] | 16 | enhmetafile.c \ |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 17 | font.c \ |
| 18 | gdiobj.c \ |
| 19 | linedda.c \ |
| 20 | metafile.c \ |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 21 | palette.c \ |
| 22 | pen.c \ |
| 23 | region.c \ |
| 24 | text.c |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 25 | |
Ulrich Weigand | f86aab8 | 1999-09-20 18:47:14 +0000 | [diff] [blame] | 26 | GLUE = dc.c |
| 27 | |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 28 | all: $(MODULE).o |
| 29 | |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 30 | @MAKE_RULES@ |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 31 | |
Alexandre Julliard | 15bfcd0 | 2000-09-29 00:28:25 +0000 | [diff] [blame] | 32 | $(MODULE).o: $(OBJS) Makefile.in $(TOPSRCDIR)/Make.rules.in |
| 33 | $(LDCOMBINE) $(OBJS) -o $@ |
| 34 | |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 35 | ### Dependencies: |