diff --git a/Makefile.conf b/Makefile.conf index 91f4b30..647501b 100644 --- a/Makefile.conf +++ b/Makefile.conf @@ -2,8 +2,7 @@ # Makefile.conf # -LFLAGS += -lSQLite -LFLAGS += -L$(ROOTPATH)/lib/$(ARCH) -CFLAGS += -I$(ROOTPATH) -I$(ROOTPATH)/include - DEBUGDIR := .debug + +TARGETS += SQLite.a + diff --git a/Makefile.dep b/Makefile.dep new file mode 100644 index 0000000..7904159 --- /dev/null +++ b/Makefile.dep @@ -0,0 +1,7 @@ +# +# Makefile.dep +# + +LFLAGS += -lSQLite +LFLAGS += -lsqlite3 + diff --git a/Makefile.target b/Makefile.target deleted file mode 100644 index aec7404..0000000 --- a/Makefile.target +++ /dev/null @@ -1,13 +0,0 @@ -# -# Makefile.target -# - -SQLite.a.$(ARCH) : $(OBJECTS) - $(call build_target_library_arch,$@,$^) - -SQLite.a: - $(call build_target,$@) - -.DEFAULT_GOAL := SQLite.a - -TARGETS += SQLite.a diff --git a/Makefiles b/Makefiles index cd9ef1a..5afd04e 160000 --- a/Makefiles +++ b/Makefiles @@ -1 +1 @@ -Subproject commit cd9ef1a1b0f7b88f36b0c51b4209d1859aca83aa +Subproject commit 5afd04e99bb8e0d186b928aadb5029d4deb4357b