Edit

thodg/got/Makefile.inc

Branch :

  • Show log

    Commit

  • Author : Stefan Sperling
    Date : 2018-09-08 16:56:10
    Hash : 079b2f65
    Message : add a Makefile hierarchy which builds the whole show

  • Makefile.inc
  • GOT_LIBEXECDIR = ${HOME}/bin
    
    CFLAGS += -Werror -Wall -Wstrict-prototypes -Wunused-variable
    #CFLAGS += -DGOT_PACK_NO_MMAP
    #CFLAGS += -DGOT_NO_OBJ_CACHE
    
    .if defined(PROFILE)
    CC = gcc
    CPPFLAGS += -DPROFILE
    DEBUG = -O0 -pg
    .else
    DEBUG = -O0 -g
    .endif