projects
/
Faustine.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Makefile and configure cleaning (configure is no more needed).
[Faustine.git]
/
Makefile
diff --git
a/Makefile.in
b/Makefile
similarity index 89%
rename from
Makefile.in
rename to
Makefile
index
b370540
..
79e54a5
100644
(file)
--- a/
Makefile.in
+++ b/
Makefile
@@
-13,9
+13,7
@@
arch := $(wildcard architecture/*.*)
all: $(EXEC)
faustine:
all: $(EXEC)
faustine:
-# @cp $(SNDFILE_PATH)/sndfile_stub.o $(SRC_DIR)
-## Using ocamlopt with 'make opt'
- @cd $(SRC_DIR) && $(MAKE) opt #OCAML_INCLUDE_PATH=$(OCAML_INCLUDE_PATH) SNDFILE_PATH=$(SNDFILE_PATH)
+ @cd $(SRC_DIR) && $(MAKE) opt # using ocamlopt
@cd $(SRC_DIR) && $(MAKE) clean
.PHONY: clean mrproper test help install uninstall
@cd $(SRC_DIR) && $(MAKE) clean
.PHONY: clean mrproper test help install uninstall