Changeset 0c1b566
- 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
- Files:
-
- 17 edited
Legend:
- Unmodified
- Added
- Removed
-
benchmark/Makefile.am
rea5b7d6 r0c1b566 14 14 ## Update Count : 25 15 15 ############################################################################### 16 17 AUTOMAKE_OPTIONS = foreign # do not require all the GNU file names 16 18 17 19 # applies to both programs -
benchmark/Makefile.in
rea5b7d6 r0c1b566 253 253 top_builddir = @top_builddir@ 254 254 top_srcdir = @top_srcdir@ 255 AUTOMAKE_OPTIONS = foreign # do not require all the GNU file names 255 256 CFACOMPILE = $(CFACC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CFAFLAGS) $(CFAFLAGS) $(AM_CFLAGS) $(CFLAGS) 256 257 AM_V_CFA = $(am__v_CFA_@AM_V@) -
configure
rea5b7d6 r0c1b566 3289 3289 # Create variables for commonly used targets 3290 3290 3291 TOP_SRCDIR=$ac_pwd/$ac_confdir/ 3292 TOP_BUILDDIR=$ac_pwd/ 3291 TOP_SRCDIR=$(readlink -f $ac_confdir/) 3292 TOP_BUILDDIR=$(readlink -f $ac_pwd/) 3293 3294 echo ${TOP_SRCDIR} 3295 echo ${TOP_BUILDDIR} 3293 3296 3294 3297 -
configure.ac
rea5b7d6 r0c1b566 80 80 # Create variables for commonly used targets 81 81 82 TOP_SRCDIR=$ac_pwd/$ac_confdir/ 83 TOP_BUILDDIR=$ac_pwd/ 82 TOP_SRCDIR=$(readlink -f $ac_confdir/) 83 TOP_BUILDDIR=$(readlink -f $ac_pwd/) 84 85 echo ${TOP_SRCDIR} 86 echo ${TOP_BUILDDIR} 84 87 85 88 AC_DEFINE_UNQUOTED(TOP_SRCDIR, "$TOP_SRCDIR", [Top src directory]) -
driver/Makefile.am
rea5b7d6 r0c1b566 14 14 ## Update Count : 14 15 15 ############################################################################### 16 17 AUTOMAKE_OPTIONS = foreign # do not require all the GNU file names 16 18 17 19 # applies to both programs -
driver/Makefile.in
rea5b7d6 r0c1b566 298 298 top_builddir = @top_builddir@ 299 299 top_srcdir = @top_srcdir@ 300 AUTOMAKE_OPTIONS = foreign # do not require all the GNU file names 300 301 301 302 # applies to both programs -
libcfa/prelude/Makefile.am
rea5b7d6 r0c1b566 16 16 17 17 # create object files in directory with source files 18 AUTOMAKE_OPTIONS = subdir-objects18 AUTOMAKE_OPTIONS = foreign subdir-objects 19 19 20 20 # put into lib for now -
src/Makefile.am
rea5b7d6 r0c1b566 16 16 17 17 # create object files in directory with source files 18 AUTOMAKE_OPTIONS = subdir-objects18 AUTOMAKE_OPTIONS = foreign subdir-objects 19 19 20 20 SRC = main.cc \ -
src/Makefile.in
rea5b7d6 r0c1b566 445 445 446 446 # create object files in directory with source files 447 AUTOMAKE_OPTIONS = subdir-objects447 AUTOMAKE_OPTIONS = foreign subdir-objects 448 448 SRC = main.cc MakeLibCfa.cc CompilationState.cc CodeGen/Generate.cc \ 449 449 CodeGen/CodeGenerator.cc CodeGen/GenType.cc \ -
tests/Makefile.am
rea5b7d6 r0c1b566 15 15 ############################################################################### 16 16 17 AUTOMAKE_OPTIONS = foreign # do not require all the GNU file names 17 18 18 19 debug=yes -
tests/Makefile.in
rea5b7d6 r0c1b566 295 295 top_builddir = @top_builddir@ 296 296 top_srcdir = @top_srcdir@ 297 AUTOMAKE_OPTIONS = foreign # do not require all the GNU file names 297 298 debug = yes 298 299 installed = no -
tests/preempt_longrun/Makefile.am
rea5b7d6 r0c1b566 14 14 ## Update Count : 0 15 15 ############################################################################### 16 17 AUTOMAKE_OPTIONS = foreign # do not require all the GNU file names 16 18 17 19 repeats=10 -
tests/preempt_longrun/Makefile.in
rea5b7d6 r0c1b566 454 454 top_builddir = @top_builddir@ 455 455 top_srcdir = @top_srcdir@ 456 AUTOMAKE_OPTIONS = foreign # do not require all the GNU file names 456 457 repeats = 10 457 458 max_time = 600 -
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.