Changeset 0c1b566 for tools


Ignore:
Timestamp:
Aug 10, 2018, 3:40:47 PM (7 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

Location:
tools
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • tools/Makefile.am

    rea5b7d6 r0c1b566  
    1515###############################################################################
    1616
     17AUTOMAKE_OPTIONS = foreign    # do not require all the GNU file names
     18
    1719CC = @BACKEND_CC@
    18 CFLAGS = -Wall -Wextra -O2 -g
     20AM_CFLAGS = -Wall -Wextra -O2 -g
    1921
    2022noinst_PROGRAMS = busy catchsig repeat watchdog
  • 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
  • tools/prettyprinter/Makefile.am

    rea5b7d6 r0c1b566  
    11######################## -*- Mode: Makefile-Automake -*- ######################
    2 ## 
     2##
    33## Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo
    44##
    55## The contents of this file are covered under the licence agreement in the
    66## file "LICENCE" distributed with Cforall.
    7 ## 
    8 ## Makefile.am -- 
    9 ## 
     7##
     8## Makefile.am --
     9##
    1010## Author           : Peter A. Buhr
    1111## Created On       : Wed Jun 28 12:07:10 2017
     
    1414## Update Count     : 20
    1515###############################################################################
     16
     17AUTOMAKE_OPTIONS = foreign    # do not require all the GNU file names
    1618
    1719BUILT_SOURCES = parser.hh
  • tools/prettyprinter/Makefile.in

    rea5b7d6 r0c1b566  
    327327top_builddir = @top_builddir@
    328328top_srcdir = @top_srcdir@
     329AUTOMAKE_OPTIONS = foreign    # do not require all the GNU file names
    329330BUILT_SOURCES = parser.hh
    330331AM_YFLAGS = -d -t -v
Note: See TracChangeset for help on using the changeset viewer.