build: rename subdir.mak ---> library.mak

pull/2/head
Diego Biurrun 13 years ago
parent 0d9bd2d584
commit 144904e901
  1. 2
      Makefile
  2. 0
      library.mak

@ -113,7 +113,7 @@ define DOSUBDIR
$(foreach V,$(SUBDIR_VARS),$(eval $(call RESET,$(V)))) $(foreach V,$(SUBDIR_VARS),$(eval $(call RESET,$(V))))
SUBDIR := $(1)/ SUBDIR := $(1)/
include $(SRC_PATH)/$(1)/Makefile include $(SRC_PATH)/$(1)/Makefile
include $(SRC_PATH)/subdir.mak include $(SRC_PATH)/library.mak
endef endef
$(foreach D,$(FFLIBS),$(eval $(call DOSUBDIR,lib$(D)))) $(foreach D,$(FFLIBS),$(eval $(call DOSUBDIR,lib$(D))))

Loading…
Cancel
Save