Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Feb 12, 2013
1 parent c7204e4 commit b10fa47
Show file tree
Hide file tree
Showing 12 changed files with 418 additions and 5,670 deletions.
12 changes: 6 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -146,13 +146,13 @@ AUTOCONF = ${SHELL} /home/taku/proj/crfpp/missing --run autoconf
AUTOHEADER = ${SHELL} /home/taku/proj/crfpp/missing --run autoheader
AUTOMAKE = ${SHELL} /home/taku/proj/crfpp/missing --run automake-1.11
AWK = gawk
CC = clang++ -Weverything
CC = gcc
CCDEPMODE = depmode=gcc3
CFLAGS = -O3 -Wall
CPP = clang++ -Weverything -E
CPP = gcc -E
CPPFLAGS =
CXX = clang++ -Weverything
CXXCPP = clang++ -Weverything -E
CXX = g++
CXXCPP = g++ -E
CXXDEPMODE = depmode=gcc3
CXXFLAGS = -O3 -Wall
CYGPATH_W = echo
Expand Down Expand Up @@ -209,8 +209,8 @@ abs_srcdir = /home/taku/proj/crfpp
abs_top_builddir = /home/taku/proj/crfpp
abs_top_srcdir = /home/taku/proj/crfpp
ac_ct_AR = ar
ac_ct_CC = clang++ -Weverything
ac_ct_CXX =
ac_ct_CC = gcc
ac_ct_CXX = g++
ac_ct_DUMPBIN =
am__include = include
am__leading_dot = .
Expand Down
Loading

0 comments on commit b10fa47

Please sign in to comment.