Mercurial > mplayer.hg
comparison Makefile @ 17943:c127ce678083
cosmetics: Shorten overly long lines, put SRCS/OBJS on individual lines
to ease patching in the future.
author | diego |
---|---|
date | Sat, 25 Mar 2006 10:38:37 +0000 |
parents | 52f95509cd05 |
children | 810177996118 |
comparison
equal
deleted
inserted
replaced
17942:f2868534283d | 17943:c127ce678083 |
---|---|
407 winebuild -fPIC -o mplayer.exe.spec.c -exe mplayer.exe -mcui \ | 407 winebuild -fPIC -o mplayer.exe.spec.c -exe mplayer.exe -mcui \ |
408 libmpcodecs/ad_qtaudio.o libmpcodecs/vd_qtvideo.o \ | 408 libmpcodecs/ad_qtaudio.o libmpcodecs/vd_qtvideo.o \ |
409 -L/usr/local/lib/wine -lkernel32 | 409 -L/usr/local/lib/wine -lkernel32 |
410 | 410 |
411 mplayer.exe.so: $(MPLAYER_DEP) mplayer.exe.spec.c | 411 mplayer.exe.so: $(MPLAYER_DEP) mplayer.exe.spec.c |
412 $(CC) $(CFLAGS) -Wall -shared -Wl,-rpath,/usr/local/lib -Wl,-Bsymbolic -o mplayer.exe.so $(OBJS_MPLAYER) mplayer.exe.spec.c libvo/libvo.a libao2/libao2.a $(MENU_LIBS) $(VIDIX_LIBS) $(GUI_LIBS) $(COMMON_LIBS) $(GTK_LIBS) $(VO_LIBS) $(AO_LIBS) $(EXTRA_LIB) $(LIRC_LIB) $(LIRCC_LIB) $(STATIC_LIB) $(ARCH_LIB) -lwine $(MATH_LIB) | 412 $(CC) $(CFLAGS) -Wall -shared \ |
413 -Wl,-rpath,/usr/local/lib -Wl,-Bsymbolic \ | |
414 -o mplayer.exe.so $(OBJS_MPLAYER) mplayer.exe.spec.c \ | |
415 libvo/libvo.a libao2/libao2.a $(MENU_LIBS) $(VIDIX_LIBS) \ | |
416 $(GUI_LIBS) $(COMMON_LIBS) $(GTK_LIBS) $(VO_LIBS) \ | |
417 $(AO_LIBS) $(EXTRA_LIB) $(LIRC_LIB) $(LIRCC_LIB) \ | |
418 $(STATIC_LIB) $(ARCH_LIB) -lwine $(MATH_LIB) \ | |
413 | 419 |
414 mplayer_wine.so: $(MPLAYER_DEP) | 420 mplayer_wine.so: $(MPLAYER_DEP) |
415 $(CC) $(CFLAGS) -shared -Wl,-Bsymbolic -o mplayer_wine.so mplayer_wine.spec.c $(OBJS_MPLAYER) libvo/libvo.a libao2/libao2.a $(MENU_LIBS) $(VIDIX_LIBS) $(GUI_LIBS) $(COMMON_LIBS) $(GTK_LIBS) $(VO_LIBS) $(AO_LIBS) $(EXTRA_LIB) $(LIRC_LIB) $(LIRCC_LIB) $(STATIC_LIB) -lwine $(ARCH_LIB) $(MATH_LIB) | 421 $(CC) $(CFLAGS) -shared -Wl,-Bsymbolic -o mplayer_wine.so \ |
422 mplayer_wine.spec.c $(OBJS_MPLAYER) libvo/libvo.a \ | |
423 libao2/libao2.a $(MENU_LIBS) $(VIDIX_LIBS) $(GUI_LIBS) \ | |
424 $(COMMON_LIBS) $(GTK_LIBS) $(VO_LIBS) $(AO_LIBS) \ | |
425 $(EXTRA_LIB) $(LIRC_LIB) $(LIRCC_LIB) $(STATIC_LIB) \ | |
426 -lwine $(ARCH_LIB) $(MATH_LIB) \ | |
416 | 427 |
417 ifeq ($(MENCODER),yes) | 428 ifeq ($(MENCODER),yes) |
418 LIBS_MENCODER = libmpcodecs/libmpencoders.a \ | 429 LIBS_MENCODER = libmpcodecs/libmpencoders.a \ |
419 $(ENCORE_LIB) \ | 430 $(ENCORE_LIB) \ |
420 $(COMMON_LIBS) \ | 431 $(COMMON_LIBS) \ |
447 # help_mp.h is also required by a lot of files, so force generating it early. | 458 # help_mp.h is also required by a lot of files, so force generating it early. |
448 $(MPLAYER_DEP): version.h help_mp.h | 459 $(MPLAYER_DEP): version.h help_mp.h |
449 $(MENCODER_DEP): version.h help_mp.h | 460 $(MENCODER_DEP): version.h help_mp.h |
450 | 461 |
451 $(PRG_CFG): version.h codec-cfg.c codec-cfg.h help_mp.h | 462 $(PRG_CFG): version.h codec-cfg.c codec-cfg.h help_mp.h |
452 $(HOST_CC) $(HOST_CFLAGS) -I. codec-cfg.c -o $(PRG_CFG) -DCODECS2HTML $(EXTRA_LIB) $(EXTRA_INC) | 463 $(HOST_CC) $(HOST_CFLAGS) -I. codec-cfg.c -o $(PRG_CFG) \ |
464 -DCODECS2HTML $(EXTRA_LIB) $(EXTRA_INC) | |
453 | 465 |
454 install: $(ALL_PRG) | 466 install: $(ALL_PRG) |
455 ifeq ($(VIDIX),yes) | 467 ifeq ($(VIDIX),yes) |
456 $(DO_MAKE) | 468 $(DO_MAKE) |
457 endif | 469 endif |