Skip to content
Snippets Groups Projects
Makefile 37.4 KiB
Newer Older
  • Learn to ignore specific revisions
  • .PHONY: full
    .PHONY: _full
    
    .PHONY: prereqs
    .PHONY: uninstall
    .PHONY: _uninstall
    .PHONY: uninstall-all
    .PHONY: dont-optimize
    .PHONY: badshell
    .PHONY: installdirs
    .PHONY: validate-docs
    .PHONY: _clean
    
    .PHONY: $(SUBDIRS_INSTALL)
    .PHONY: $(SUBDIRS_DIST_CLEAN)
    .PHONY: $(SUBDIRS_CLEAN)
    .PHONY: $(SUBDIRS_UNINSTALL)
    .PHONY: $(SUBDIRS)
    .PHONY: $(MOD_SUBDIRS_EMBED_LDSCRIPT)
    .PHONY: $(MOD_SUBDIRS_EMBED_LDFLAGS)
    .PHONY: $(MOD_SUBDIRS_EMBED_LIBS)