[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[freetype2] GSoC-2017-kushal 9fdda1a 1/4: Editing README and Makefile to
From: |
Kushal K S V S |
Subject: |
[freetype2] GSoC-2017-kushal 9fdda1a 1/4: Editing README and Makefile to accomodate make clean |
Date: |
Thu, 22 Mar 2018 07:09:45 -0400 (EDT) |
branch: GSoC-2017-kushal
commit 9fdda1ad75fef791373fcd5289f5272ea947ed9d
Author: Kushal K S V S <address@hidden>
Commit: Kushal K S V S <address@hidden>
Editing README and Makefile to accomodate make clean
---
.DS_Store | Bin 8196 -> 10244 bytes
tests/.DS_Store | Bin 6148 -> 6148 bytes
tests/Makefile | 4 ++--
tests/README | 24 +++++++++++++++---------
tests/html/.DS_Store | Bin 6148 -> 6148 bytes
5 files changed, 17 insertions(+), 11 deletions(-)
diff --git a/.DS_Store b/.DS_Store
index 1839b62..4fcda83 100644
Binary files a/.DS_Store and b/.DS_Store differ
diff --git a/tests/.DS_Store b/tests/.DS_Store
index f5fac57..f19feeb 100644
Binary files a/tests/.DS_Store and b/tests/.DS_Store differ
diff --git a/tests/Makefile b/tests/Makefile
index b9cd740..482b7fc 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -15,6 +15,6 @@ all: tests
tests: $(SRC_SPRITE)
$(CC) $(CFLAGS) $(INCLUDE) -o $@ $^ $(LIBS)
-.PHONY: clean force
+.PHONY: clean
clean:
- -rm -rf *.o html/top.html html/pages
+ -rm -rf *.o html/top.html html/pages tests
diff --git a/tests/README b/tests/README
index 43d00f8..cc75058 100644
--- a/tests/README
+++ b/tests/README
@@ -55,17 +55,23 @@ NOTE: One version of FreeType is referred as "base" version
and the
=> set FT_TEST_PT_SIZE as a number to denote the font size.
- EXAMPLE: FT_TEST_BASE_DIR=/home/wl/kushal/base \
- FT_TEST_TEST_DIR=/home/wl/kushal/test \
- FT_TEST_DPI="72 96" \
- FT_TEST_FONT_FILE="test.ttf" \
- FT_TEST_RENDER_MODE="AA RGB" \
- FT_TEST_PT_SIZE="16 20" \
- ./runme.sh
+ EXAMPLE: FT_TEST_BASE_DIR=$(HOME)/base \
+ FT_TEST_TEST_DIR=$(HOME)/test \
+ FT_TEST_DPI="72 96" \
+ FT_TEST_FONT_FILE="test.ttf" \
+ FT_TEST_RENDER_MODE="AA RGB" \
+ FT_TEST_PT_SIZE="16 20" \
+ ./runme.sh
( The values in the above example denote the default values
- for the variables )
+ for the variables. )
Open ./html/top.html for the web interface.
+
+ 5. Run the executable
+ -------------------------------------
+ To clean the html folder / to remove all the generated files,
+ make clean
+
---------------------------------------------------------------------
FEATURES
@@ -100,4 +106,4 @@ FEATURES
Click on the Buttons below the iframe for the animations.
To pause the animation, click and hold on the image.
-
+
diff --git a/tests/html/.DS_Store b/tests/html/.DS_Store
index ce3d1ce..d2b7c70 100644
Binary files a/tests/html/.DS_Store and b/tests/html/.DS_Store differ
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [freetype2] GSoC-2017-kushal 9fdda1a 1/4: Editing README and Makefile to accomodate make clean,
Kushal K S V S <=