Skip to content

Commit

Permalink
Latest Omega without dependence on Rose / SuiF
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobi Popoola committed Dec 16, 2020
1 parent 14e6fc7 commit 7245234
Show file tree
Hide file tree
Showing 224 changed files with 98,404 additions and 17,901 deletions.
Binary file added .swp
Binary file not shown.
33 changes: 0 additions & 33 deletions INSTALL

This file was deleted.

28 changes: 3 additions & 25 deletions Makefile
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)

2 changes: 2 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SUBDIRS=omega_lib/obj omega_calc/obj code_gen/obj

37 changes: 0 additions & 37 deletions Makefile.config

This file was deleted.

35 changes: 0 additions & 35 deletions Makefile.rules

This file was deleted.

96 changes: 0 additions & 96 deletions README

This file was deleted.

Loading

0 comments on commit 7245234

Please sign in to comment.