- Timestamp:
- Aug 10, 2018, 3:40:47 PM (7 years ago)
- 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
- Location:
- tools
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/Makefile.am
rea5b7d6 r0c1b566 15 15 ############################################################################### 16 16 17 AUTOMAKE_OPTIONS = foreign # do not require all the GNU file names 18 17 19 CC = @BACKEND_CC@ 18 CFLAGS = -Wall -Wextra -O2 -g20 AM_CFLAGS = -Wall -Wextra -O2 -g 19 21 20 22 noinst_PROGRAMS = busy catchsig repeat watchdog -
tools/Makefile.in
rea5b7d6 r0c1b566 202 202 CFA_NAME = @CFA_NAME@ 203 203 CFA_PREFIX = @CFA_PREFIX@ 204 CFLAGS = -Wall -Wextra -O2 -g204 CFLAGS = @CFLAGS@ 205 205 CPP = @CPP@ 206 206 CPPFLAGS = @CPPFLAGS@ … … 303 303 top_builddir = @top_builddir@ 304 304 top_srcdir = @top_srcdir@ 305 AUTOMAKE_OPTIONS = foreign # do not require all the GNU file names 306 AM_CFLAGS = -Wall -Wextra -O2 -g 305 307 busy_SOURCES = busy.c 306 308 busy_LDFLAGS = -pthread -
tools/prettyprinter/Makefile.am
rea5b7d6 r0c1b566 1 1 ######################## -*- Mode: Makefile-Automake -*- ###################### 2 ## 2 ## 3 3 ## Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo 4 4 ## 5 5 ## The contents of this file are covered under the licence agreement in the 6 6 ## file "LICENCE" distributed with Cforall. 7 ## 8 ## Makefile.am -- 9 ## 7 ## 8 ## Makefile.am -- 9 ## 10 10 ## Author : Peter A. Buhr 11 11 ## Created On : Wed Jun 28 12:07:10 2017 … … 14 14 ## Update Count : 20 15 15 ############################################################################### 16 17 AUTOMAKE_OPTIONS = foreign # do not require all the GNU file names 16 18 17 19 BUILT_SOURCES = parser.hh -
tools/prettyprinter/Makefile.in
rea5b7d6 r0c1b566 327 327 top_builddir = @top_builddir@ 328 328 top_srcdir = @top_srcdir@ 329 AUTOMAKE_OPTIONS = foreign # do not require all the GNU file names 329 330 BUILT_SOURCES = parser.hh 330 331 AM_YFLAGS = -d -t -v
Note: See TracChangeset
for help on using the changeset viewer.