comparison osdep/Makefile @ 21190:1feb8af493d6

Remove commented-out cruft.
author diego
date Sat, 25 Nov 2006 09:50:18 +0000
parents 40bb3d20a10b
children 932ad0594e86
comparison
equal deleted inserted replaced
21189:40bb3d20a10b 21190:1feb8af493d6
11 gettimeofday.c \ 11 gettimeofday.c \
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 # timer.c \
17 16
18 getch = getch2.c 17 getch = getch2.c
19 timer = timer-lx.c 18 timer = timer-lx.c
20 ifeq ($(MACOSX_FINDER_SUPPORT),yes) 19 ifeq ($(MACOSX_FINDER_SUPPORT),yes)
21 SRCS += macosx_finder_args.c 20 SRCS += macosx_finder_args.c
38 SRCS += $(getch) 37 SRCS += $(getch)
39 38
40 OBJS=$(SRCS:.c=.o) 39 OBJS=$(SRCS:.c=.o)
41 40
42 CFLAGS = -I. -I.. $(OPTFLAGS) 41 CFLAGS = -I. -I.. $(OPTFLAGS)
43 # -I/usr/X11R6/include/
44 42
45 .SUFFIXES: .c .o 43 .SUFFIXES: .c .o
46
47 # .PHONY: all clean
48 44
49 .c.o: 45 .c.o:
50 $(CC) -c $(CFLAGS) -o $@ $< 46 $(CC) -c $(CFLAGS) -o $@ $<
51 47
52 mplayer-rc.o: mplayer.rc 48 mplayer-rc.o: mplayer.rc