From dba9647f316ceb9639e36845f8a09365e57ccb8b Mon Sep 17 00:00:00 2001 From: Alcaro Date: Tue, 20 Dec 2016 04:08:25 +0100 Subject: [PATCH] Move these to subfolder --- Makefile | 1 + libbps-suf.cpp => patch/libbps-suf.cpp | 0 libbps.cpp => patch/libbps.cpp | 0 libbps.h => patch/libbps.h | 0 libips.cpp => patch/libips.cpp | 0 libips.h => patch/libips.h | 0 libups.cpp => patch/libups.cpp | 0 libups.h => patch/libups.h | 0 8 files changed, 1 insertion(+) rename libbps-suf.cpp => patch/libbps-suf.cpp (100%) rename libbps.cpp => patch/libbps.cpp (100%) rename libbps.h => patch/libbps.h (100%) rename libips.cpp => patch/libips.cpp (100%) rename libips.h => patch/libips.h (100%) rename libups.cpp => patch/libups.cpp (100%) rename libups.h => patch/libups.h (100%) diff --git a/Makefile b/Makefile index bdee351..1f901b7 100644 --- a/Makefile +++ b/Makefile @@ -3,4 +3,5 @@ ARGUI = 1 ARWUTF = 1 EXTRAOBJ += obj/divsufsort-c$(OBJSUFFIX).o +EXTRAOBJ += patch/*.cpp include arlib/Makefile diff --git a/libbps-suf.cpp b/patch/libbps-suf.cpp similarity index 100% rename from libbps-suf.cpp rename to patch/libbps-suf.cpp diff --git a/libbps.cpp b/patch/libbps.cpp similarity index 100% rename from libbps.cpp rename to patch/libbps.cpp diff --git a/libbps.h b/patch/libbps.h similarity index 100% rename from libbps.h rename to patch/libbps.h diff --git a/libips.cpp b/patch/libips.cpp similarity index 100% rename from libips.cpp rename to patch/libips.cpp diff --git a/libips.h b/patch/libips.h similarity index 100% rename from libips.h rename to patch/libips.h diff --git a/libups.cpp b/patch/libups.cpp similarity index 100% rename from libups.cpp rename to patch/libups.cpp diff --git a/libups.h b/patch/libups.h similarity index 100% rename from libups.h rename to patch/libups.h