Skip to content
Snippets Groups Projects
Makefile 33.3 KiB
Newer Older
  • Learn to ignore specific revisions
  • 	@cd mxml && unset CFLAGS LIBS && test -f config.h || ./configure
    
    	$(MAKE) -C mxml libmxml.a
    
    makeopts.xml: $(foreach dir,$(MOD_SUBDIRS),$(dir)/*.c) build_tools/cflags.xml
    	@echo "Generating list of available modules ..."
    	@build_tools/prep_moduledeps > $@