.
authorkim <kim@3cdefd35-fc62-479d-8e8d-bae585ffb9ca>
Mon, 24 Nov 2008 23:58:51 +0000 (23:58 +0000)
committerkim <kim@3cdefd35-fc62-479d-8e8d-bae585ffb9ca>
Mon, 24 Nov 2008 23:58:51 +0000 (23:58 +0000)
git-svn-id: svn+ssh://idea.nguyen.vg/svn/sxsi/trunk/XMLTree@9 3cdefd35-fc62-479d-8e8d-bae585ffb9ca

Makefile [deleted file]
makefile [new file with mode: 0644]

diff --git a/Makefile b/Makefile
deleted file mode 100644 (file)
index a3b0e61..0000000
--- a/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-FLAGS = -O9 -I./libcds/includes/\r
-\r
-OBJECTS=libcds/lib/libcds.a\r
-\r
-all: text_collection XMLTree\r
-\r
-XMLTree: XMLTree.o bp.o darray.o bpcore.o libcds/lib/libcds.a\r
-       cp libcds/lib/libcds.a XMLTree.a\r
-       ar vrcs XMLTree.a XMLTree.o bp.o darray.o bpcore.o\r
-\r
-\r
-XMLTree.o: bp.c bp.h bpcore.c XMLTree.cpp XMLTree.h\r
-       g++ $(FLAGS) -c XMLTree.cpp\r
-\r
-bp.o: bp.c bpcore.c darray.c bp.h darray.h\r
-       g++ $(FLAGS) -c bp.c\r
-\r
-darray.o: darray.c darray.h bpcore.c\r
-       g++ $(FLAGS) -c darray.c\r
-\r
-bpcore.o: bpcore.c\r
-       g++ $(FLAGS) -c bpcore.c\r
-\r
-text_collection:\r
-       make -C TextCollection/\r
-\r
-clean:\r
-       rm -f *.o 
\ No newline at end of file
diff --git a/makefile b/makefile
new file mode 100644 (file)
index 0000000..a3b0e61
--- /dev/null
+++ b/makefile
@@ -0,0 +1,28 @@
+FLAGS = -O9 -I./libcds/includes/\r
+\r
+OBJECTS=libcds/lib/libcds.a\r
+\r
+all: text_collection XMLTree\r
+\r
+XMLTree: XMLTree.o bp.o darray.o bpcore.o libcds/lib/libcds.a\r
+       cp libcds/lib/libcds.a XMLTree.a\r
+       ar vrcs XMLTree.a XMLTree.o bp.o darray.o bpcore.o\r
+\r
+\r
+XMLTree.o: bp.c bp.h bpcore.c XMLTree.cpp XMLTree.h\r
+       g++ $(FLAGS) -c XMLTree.cpp\r
+\r
+bp.o: bp.c bpcore.c darray.c bp.h darray.h\r
+       g++ $(FLAGS) -c bp.c\r
+\r
+darray.o: darray.c darray.h bpcore.c\r
+       g++ $(FLAGS) -c darray.c\r
+\r
+bpcore.o: bpcore.c\r
+       g++ $(FLAGS) -c bpcore.c\r
+\r
+text_collection:\r
+       make -C TextCollection/\r
+\r
+clean:\r
+       rm -f *.o 
\ No newline at end of file