-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Latest Omega without dependence on Rose / SuiF
- Loading branch information
Tobi Popoola
committed
Dec 16, 2020
1 parent
14e6fc7
commit 7245234
Showing
224 changed files
with
98,404 additions
and
17,901 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,10 @@ | ||
# DON'T EDIT -- put changes in Makefile.config. | ||
|
||
BASEDIR = ./ | ||
include $(BASEDIR)/Makefile.config | ||
|
||
all: | ||
cd omega_lib/obj; $(MAKE) | ||
ifeq ($(BUILD_CODEGEN), true) | ||
cd code_gen/obj; $(MAKE) | ||
endif | ||
cd omega_calc/obj; $(MAKE) | ||
|
||
depend: | ||
cd omega_lib/obj; $(MAKE) depend | ||
ifeq ($(BUILD_CODEGEN), true) | ||
cd code_gen/obj; $(MAKE) depend | ||
endif | ||
cd omega_calc/obj; $(MAKE) depend | ||
|
||
cd omega_lib/obj; make | ||
cd code_gen/obj; make | ||
cd omega_calc/obj; make | ||
clean: | ||
cd omega_lib/obj; $(MAKE) clean | ||
cd code_gen/obj; $(MAKE) clean | ||
cd omega_calc/obj; $(MAKE) clean | ||
|
||
veryclean: | ||
cd omega_lib/obj; $(MAKE) veryclean | ||
cd code_gen/obj; $(MAKE) veryclean | ||
cd omega_calc/obj; $(MAKE) veryclean | ||
|
||
install: | ||
cp -rL bin lib include $(DEST_DIR) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
SUBDIRS=omega_lib/obj omega_calc/obj code_gen/obj | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.