Eric Pouech | b706b23 | 2002-06-04 17:53:46 +0000 | [diff] [blame] | 1 | TOPSRCDIR = @top_srcdir@ |
Alexandre Julliard | 25d1340 | 2006-03-27 23:19:50 +0200 | [diff] [blame] | 2 | TOPOBJDIR = ../.. |
Eric Pouech | b706b23 | 2002-06-04 17:53:46 +0000 | [diff] [blame] | 3 | SRCDIR = @srcdir@ |
| 4 | VPATH = @srcdir@ |
| 5 | MODULE = winemp3.acm |
| 6 | IMPORTS = winmm user32 kernel32 |
| 7 | |
Eric Pouech | b706b23 | 2002-06-04 17:53:46 +0000 | [diff] [blame] | 8 | C_SRCS = \ |
| 9 | common.c \ |
| 10 | dct64_i386.c \ |
| 11 | decode_i386.c \ |
| 12 | interface.c \ |
| 13 | layer1.c \ |
| 14 | layer2.c \ |
| 15 | layer3.c \ |
| 16 | mpegl3.c \ |
| 17 | tabinit.c |
| 18 | |
| 19 | @MAKE_DLL_RULES@ |
| 20 | |
Alexandre Julliard | 32ab895 | 2006-09-14 09:38:16 +0200 | [diff] [blame] | 21 | @DEPENDENCIES@ # everything below this line is overwritten by make depend |