Mercurial > mplayer.hg
comparison Makefile @ 32243:aca04baf0951
Remove remnants of explicit dependency file generation.
Dependency files are now generated as a side-effect of compilation.
author | diego |
---|---|
date | Mon, 20 Sep 2010 20:26:04 +0000 |
parents | 7583077e9db1 |
children | f0cbf9ca48bc |
comparison
equal
deleted
inserted
replaced
32242:7583077e9db1 | 32243:aca04baf0951 |
---|---|
887 ###### dependency declarations / specific CFLAGS ###### | 887 ###### dependency declarations / specific CFLAGS ###### |
888 | 888 |
889 # Make sure all generated header files are created. | 889 # Make sure all generated header files are created. |
890 codec-cfg.d codec-cfg.o: codecs.conf.h | 890 codec-cfg.d codec-cfg.o: codecs.conf.h |
891 $(DEP_FILES) $(MENCODER_DEPS) $(MPLAYER_DEPS): help_mp.h | 891 $(DEP_FILES) $(MENCODER_DEPS) $(MPLAYER_DEPS): help_mp.h |
892 $(call ADDSUFFIXES,.d .o,mpcommon osdep/mplayer-rc): version.h | 892 mpcommon.o osdep/mplayer-rc.o: version.h |
893 | 893 |
894 osdep/mplayer-rc.o: osdep/mplayer.exe.manifest | 894 osdep/mplayer-rc.o: osdep/mplayer.exe.manifest |
895 | 895 |
896 gui/%: CFLAGS += -Wno-strict-prototypes | 896 gui/%: CFLAGS += -Wno-strict-prototypes |
897 | 897 |
916 vidix/pci_vendors.h | 916 vidix/pci_vendors.h |
917 | 917 |
918 $(VIDIX_PCI_FILES): vidix/pci_db2c.awk vidix/pci.db | 918 $(VIDIX_PCI_FILES): vidix/pci_db2c.awk vidix/pci.db |
919 awk -f $^ $(VIDIX_PCIDB) | 919 awk -f $^ $(VIDIX_PCIDB) |
920 | 920 |
921 VIDIX_DEPS = $(filter vidix/%,$(SRCS_MPLAYER:.c=.d)) | |
922 VIDIX_OBJS = $(filter vidix/%,$(SRCS_MPLAYER:.c=.o)) | 921 VIDIX_OBJS = $(filter vidix/%,$(SRCS_MPLAYER:.c=.o)) |
923 | 922 |
924 $(VIDIX_DEPS) $(VIDIX_OBJS): $(VIDIX_PCI_FILES) | 923 $(VIDIX_OBJS): $(VIDIX_PCI_FILES) |
925 | 924 |
926 | 925 |
927 | 926 |
928 ###### installation / clean / generic rules ####### | 927 ###### installation / clean / generic rules ####### |
929 | 928 |