Changeset 0c1b566 for tools/Makefile.in


Ignore:
Timestamp:
Aug 10, 2018, 3:40:47 PM (6 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
Children:
2ea0a8a
Parents:
ea5b7d6
Message:

Fixed missing foreign options and tentative fix for TOP directories defines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/Makefile.in

    rea5b7d6 r0c1b566  
    202202CFA_NAME = @CFA_NAME@
    203203CFA_PREFIX = @CFA_PREFIX@
    204 CFLAGS = -Wall -Wextra -O2 -g
     204CFLAGS = @CFLAGS@
    205205CPP = @CPP@
    206206CPPFLAGS = @CPPFLAGS@
     
    303303top_builddir = @top_builddir@
    304304top_srcdir = @top_srcdir@
     305AUTOMAKE_OPTIONS = foreign    # do not require all the GNU file names
     306AM_CFLAGS = -Wall -Wextra -O2 -g
    305307busy_SOURCES = busy.c
    306308busy_LDFLAGS = -pthread
Note: See TracChangeset for help on using the changeset viewer.