merged
authorken <ken@mihrtec.com>
Fri, 14 Oct 2016 03:08:15 +0000 (20:08 -0700)
committerken <ken@mihrtec.com>
Fri, 14 Oct 2016 03:08:15 +0000 (20:08 -0700)
12 files changed:
Makefile
make/SDL2.mk [moved from .make/SDL2.mk with 100% similarity]
make/SDL2_image.mk [moved from .make/SDL2_image.mk with 100% similarity]
make/SDL2_net.mk [moved from .make/SDL2_net.mk with 100% similarity]
make/SDL2_ttf.mk [moved from .make/SDL2_ttf.mk with 100% similarity]
make/jpeg.mk [moved from .make/jpeg.mk with 100% similarity]
make/lcms2.mk [moved from .make/lcms2.mk with 100% similarity]
make/png.mk [moved from .make/png.mk with 100% similarity]
make/tiff.mk [moved from .make/tiff.mk with 100% similarity]
make/webp.mk [moved from .make/webp.mk with 100% similarity]
make/wolfssl.mk [moved from .make/wolfssl.mk with 100% similarity]
make/z.mk [moved from .make/z.mk with 100% similarity]

index abcd469..8ce0adf 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ SRC_DIR    := $(ROOT_DIR)/src
 # directory where files with 'main' functions live (can be in SRC_DIR)
 DRIVER_DIR := $(SRC_DIR)/bin
 # make configuration directory
-CONF_DIR   := $(ROOT_DIR)/.make
+CONF_DIR   := $(ROOT_DIR)/make
 # Source languages handled by this build system.  These languages are capable of
 # being compiled to an intermediary format for binary output by one of the
 # provided compilersfor each language
similarity index 100%
rename from .make/SDL2.mk
rename to make/SDL2.mk
similarity index 100%
rename from .make/SDL2_image.mk
rename to make/SDL2_image.mk
similarity index 100%
rename from .make/SDL2_net.mk
rename to make/SDL2_net.mk
similarity index 100%
rename from .make/SDL2_ttf.mk
rename to make/SDL2_ttf.mk
similarity index 100%
rename from .make/jpeg.mk
rename to make/jpeg.mk
similarity index 100%
rename from .make/lcms2.mk
rename to make/lcms2.mk
similarity index 100%
rename from .make/png.mk
rename to make/png.mk
similarity index 100%
rename from .make/tiff.mk
rename to make/tiff.mk
similarity index 100%
rename from .make/webp.mk
rename to make/webp.mk
similarity index 100%
rename from .make/wolfssl.mk
rename to make/wolfssl.mk
similarity index 100%
rename from .make/z.mk
rename to make/z.mk