mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
mv cppcommo out of src
This commit is contained in:
parent
aefbbdf49d
commit
99f094c64b
@ -4,7 +4,7 @@
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
#include <memory.h>
|
||||
#include "cppcommon/headers.h"
|
||||
#include "../cppcommon/headers.h"
|
||||
#include "globals.h"
|
||||
#include "TransCode.h"
|
||||
|
||||
|
@ -2,8 +2,6 @@ CXX := g++
|
||||
LD := g++
|
||||
AR := ar rc
|
||||
|
||||
INCS := -I. -I./cppcommon
|
||||
|
||||
DEBUG_CXXFLAGS := -g -Wall -DDEBUG
|
||||
RELEASE_CXXFLAGS := -Wall -O3
|
||||
|
||||
@ -20,7 +18,7 @@ DOPACK := $(AR)
|
||||
SOURCES := $(wildcard *.cpp)
|
||||
OBJS := $(patsubst %.cpp,%.o,$(SOURCES))
|
||||
|
||||
CMDIR := ./cppcommon
|
||||
CMDIR := ../cppcommon
|
||||
CMLIB := $(CMDIR)/libcm.a
|
||||
|
||||
TMPDIR := ./cppjiebatmp
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
#include "MPSegment.h"
|
||||
#include "HMMSegment.h"
|
||||
#include "cppcommon/headers.h"
|
||||
#include "../cppcommon/headers.h"
|
||||
|
||||
namespace CppJieba
|
||||
{
|
||||
|
@ -7,8 +7,8 @@
|
||||
|
||||
|
||||
#include "globals.h"
|
||||
#include "cppcommon/str_functs.h"
|
||||
#include "cppcommon/vec_functs.h"
|
||||
#include "../cppcommon/str_functs.h"
|
||||
#include "../cppcommon/vec_functs.h"
|
||||
|
||||
namespace CppJieba
|
||||
{
|
||||
|
@ -12,10 +12,10 @@
|
||||
#include <stdint.h>
|
||||
#include <cmath>
|
||||
#include <limits>
|
||||
#include "cppcommon/str_functs.h"
|
||||
#include "cppcommon/vec_functs.h"
|
||||
#include "cppcommon/file_functs.h"
|
||||
#include "cppcommon/logger.h"
|
||||
#include "../cppcommon/str_functs.h"
|
||||
#include "../cppcommon/vec_functs.h"
|
||||
#include "../cppcommon/file_functs.h"
|
||||
#include "../cppcommon/logger.h"
|
||||
#include "TransCode.h"
|
||||
#include "globals.h"
|
||||
#include "structs.h"
|
||||
|
@ -5,7 +5,7 @@
|
||||
#ifndef CPPJIEBA_HEADERS_H
|
||||
#define CPPJIEBA_HEADERS_H
|
||||
|
||||
#include "cppcommon/headers.h"
|
||||
#include "../cppcommon/headers.h"
|
||||
#include "globals.h"
|
||||
#include "KeyWordExt.h"
|
||||
#include "MPSegment.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user