HomeSort by relevance Sort by last modified time
    Searched defs:Makefile (Results 1 - 3 of 3) sorted by null

  /build/kati/
file.cc 28 Makefile::Makefile(const string& filename)
58 Makefile::~Makefile() {
file.h 27 class Makefile {
29 explicit Makefile(const string& filename);
30 ~Makefile();
  /external/bison/
GNUmakefile 4 # This makefile is used only if you run GNU Make.
25 _gl-Makefile := $(wildcard [M]akefile)
26 ifneq ($(_gl-Makefile),)
31 # Allow the user to add to this in the Makefile.
34 include Makefile
85 $(MAKE) $(AM_MAKEFLAGS) Makefile
89 .DEFAULT_GOAL := abort-due-to-no-makefile
101 ifeq ($(.DEFAULT_GOAL),abort-due-to-no-makefile)
102 $(MAKECMDGOALS): abort-due-to-no-makefile
105 abort-due-to-no-makefile
    [all...]

Completed in 80 milliseconds