Mercurial > mplayer.hg
comparison osdep/Makefile @ 21309:ef59ac68c9b6
FFmpeg-style dependency declaration
author | diego |
---|---|
date | Mon, 27 Nov 2006 13:42:36 +0000 |
parents | 5d45c1b7d732 |
children | 6e03eb6af0b7 |
comparison
equal
deleted
inserted
replaced
21308:22a33d822400 | 21309:ef59ac68c9b6 |
---|---|
12 fseeko.c \ | 12 fseeko.c \ |
13 swab.c \ | 13 swab.c \ |
14 setenv.c \ | 14 setenv.c \ |
15 mmap_anon.c \ | 15 mmap_anon.c \ |
16 | 16 |
17 SRCS-$(MACOSX_FINDER_SUPPORT) += macosx_finder_args.c | |
18 SRCS-$(TARGET_WIN32) += mplayer-rc.c | |
19 | |
17 getch = getch2.c | 20 getch = getch2.c |
18 timer = timer-lx.c | 21 timer = timer-lx.c |
19 ifeq ($(MACOSX_FINDER_SUPPORT),yes) | |
20 SRCS += macosx_finder_args.c | |
21 endif | |
22 ifeq ($(TARGET_WIN32),yes) | 22 ifeq ($(TARGET_WIN32),yes) |
23 SRCS += mplayer-rc.c | |
24 timer = timer-win2.c | 23 timer = timer-win2.c |
25 endif | 24 endif |
26 ifeq ($(TARGET_OS),Darwin) | 25 ifeq ($(TARGET_OS),Darwin) |
27 timer = timer-darwin.c | 26 timer = timer-darwin.c |
28 endif | 27 endif |