Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
Conflicts:
	VAL.depend
	VAL.layout
	bin/validate/validate.exe
  • Loading branch information
DerekLong101 committed Feb 11, 2015
2 parents b766419 + 73b7863 commit c89715d
Show file tree
Hide file tree
Showing 56 changed files with 3,539 additions and 9,835 deletions.
14 changes: 7 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ CPPFLAGS =

# C compiler

CC := gcc
CC ?= gcc
CFLAGS = ${DEPENDFLAGS}

%.o : %.c
${CC} ${CPPFLAGS} ${CFLAGS} -c $< -o $@

# C++ compiler

CXX := g++
CXX ?= g++
CXXFLAGS = ${DEPENDFLAGS} -ansi -Wall

%.o : %.cc
Expand Down Expand Up @@ -475,27 +475,27 @@ src/PingusTranslator.o:

src/PlanRec.o:

src/Polynomial.o: /usr/include/math.h
src/Polynomial.o:

src/Relax.o:

src/TIM.o:

src/TimSupport.o: /usr/include/assert.h
src/TimSupport.o:

src/TypeStrip.o:

src/TypedAnalysis.o:

src/Validator.o: /usr/include/math.h
src/Validator.o:

src/dynaMain.o:

src/instantiation.o: /usr/include/assert.h
src/instantiation.o:

src/instantiationMain.o:

src/main.o: /usr/include/time.h
src/main.o:

src/parse.o:

Binary file added Papers on Val/aaai05.pdf
Binary file not shown.
Binary file added Papers on Val/ictai.pdf
Binary file not shown.
Loading

0 comments on commit c89715d

Please sign in to comment.