Mercurial > mplayer.hg
comparison TOOLS/Makefile @ 26339:3e3146bd4598
Do not build subrip with debugging symbols.
author | diego |
---|---|
date | Wed, 09 Apr 2008 17:03:08 +0000 |
parents | cdbb07472bc5 |
children | a8fbc0224b81 |
comparison
equal
deleted
inserted
replaced
26338:cdbb07472bc5 | 26339:3e3146bd4598 |
---|---|
41 REAL_SRCS = $(wildcard realcodecs/*.c) | 41 REAL_SRCS = $(wildcard realcodecs/*.c) |
42 REAL_TARGETS = $(REAL_SRCS:.c=.so.6.0) | 42 REAL_TARGETS = $(REAL_SRCS:.c=.so.6.0) |
43 | 43 |
44 realcodecs: $(REAL_TARGETS) | 44 realcodecs: $(REAL_TARGETS) |
45 | 45 |
46 subrip fastmemcpybench realcodecs: CFLAGS += -g | 46 fastmemcpybench realcodecs: CFLAGS += -g |
47 | 47 |
48 %.so.6.0: %.o | 48 %.so.6.0: %.o |
49 ld -shared -o $@ $< -ldl -lc | 49 ld -shared -o $@ $< -ldl -lc |
50 | 50 |
51 # FIXME: netstream linking is a mess that should be fixed properly some day. | 51 # FIXME: netstream linking is a mess that should be fixed properly some day. |