annotate osdep/Makefile @ 26319:b90151a7dcbb

Move decision about which getch2 and timer file to compile to configure.
author diego
date Tue, 08 Apr 2008 18:03:14 +0000
parents 7e0162c50768
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2444
ec8ff6ea4af6 Independed compilation of SUBDIRS
nick
parents:
diff changeset
1 include ../config.mak
ec8ff6ea4af6 Independed compilation of SUBDIRS
nick
parents:
diff changeset
2
22528
8bcff5c7e387 Give more descriptive names to the source and library variables and split
diego
parents: 22348
diff changeset
3 LIBNAME_COMMON = libosdep.a
2444
ec8ff6ea4af6 Independed compilation of SUBDIRS
nick
parents:
diff changeset
4
26319
b90151a7dcbb Move decision about which getch2 and timer file to compile to configure.
diego
parents: 26318
diff changeset
5 SRCS_COMMON += $(GETCH)
b90151a7dcbb Move decision about which getch2 and timer file to compile to configure.
diego
parents: 26318
diff changeset
6 SRCS_COMMON += $(TIMER)
b90151a7dcbb Move decision about which getch2 and timer file to compile to configure.
diego
parents: 26318
diff changeset
7
22528
8bcff5c7e387 Give more descriptive names to the source and library variables and split
diego
parents: 22348
diff changeset
8 SRCS_COMMON-$(HAVE_SYS_MMAN_H) += mmap_anon.c
8bcff5c7e387 Give more descriptive names to the source and library variables and split
diego
parents: 22348
diff changeset
9 SRCS_COMMON-$(MACOSX_FINDER_SUPPORT) += macosx_finder_args.c
2444
ec8ff6ea4af6 Independed compilation of SUBDIRS
nick
parents:
diff changeset
10
22528
8bcff5c7e387 Give more descriptive names to the source and library variables and split
diego
parents: 22348
diff changeset
11 SRCS_COMMON-$(NEED_GETTIMEOFDAY) += gettimeofday.c
8bcff5c7e387 Give more descriptive names to the source and library variables and split
diego
parents: 22348
diff changeset
12 SRCS_COMMON-$(NEED_GLOB) += glob-win.c
26318
7e0162c50768 Move decision about whether or not to compile osdep/mmap_os2.c to configure.
diego
parents: 26076
diff changeset
13 SRCS_COMMON-$(NEED_MMAP) += mmap-os2.c
22528
8bcff5c7e387 Give more descriptive names to the source and library variables and split
diego
parents: 22348
diff changeset
14 SRCS_COMMON-$(NEED_SETENV) += setenv.c
22687
bf78d0e672d3 Do not disable cache on MinGW, just disable shmem compilation.
diego
parents: 22531
diff changeset
15 SRCS_COMMON-$(NEED_SHMEM) += shmem.c
22528
8bcff5c7e387 Give more descriptive names to the source and library variables and split
diego
parents: 22348
diff changeset
16 SRCS_COMMON-$(NEED_STRSEP) += strsep.c
8bcff5c7e387 Give more descriptive names to the source and library variables and split
diego
parents: 22348
diff changeset
17 SRCS_COMMON-$(NEED_SWAB) += swab.c
8bcff5c7e387 Give more descriptive names to the source and library variables and split
diego
parents: 22348
diff changeset
18 SRCS_COMMON-$(NEED_VSSCANF) += vsscanf.c
21309
ef59ac68c9b6 FFmpeg-style dependency declaration
diego
parents: 21297
diff changeset
19
21259
92b122592776 Merge common parts of all Makefiles into one file included by all.
diego
parents: 21206
diff changeset
20 include ../mpcommon.mak
21194
e85426c3beb4 all should be the first target.
diego
parents: 21192
diff changeset
21
21189
40bb3d20a10b Move osdep/mplayer.rc handling to the osdep Makefile.
diego
parents: 21187
diff changeset
22 mplayer-rc.o: mplayer.rc
25506
a5dd78186fdc Make windres binary name configurable, useful for cross-compiling.
diego
parents: 25101
diff changeset
23 $(WINDRES) -o $@ $<