Skip to content

Commit

Permalink
fratacal handling
Browse files Browse the repository at this point in the history
git-svn-id: https://subversion.cs.uiuc.edu/svn/bang/eoh2009@180 69d76c3e-0761-0410-948c-9895a8bb34fc
  • Loading branch information
nbysani2 committed Mar 13, 2009
1 parent eeccf76 commit fffb4da
Show file tree
Hide file tree
Showing 2 changed files with 154 additions and 134 deletions.
5 changes: 4 additions & 1 deletion Makefile
Expand Up @@ -59,7 +59,7 @@ ASRC=src/app/preferences$(SRCEXT) \
src/app/file-menu$(SRCEXT)

LIBRARIES=libbang.so $(MODULES)
MODULES=test-module.so matrix-mult-module.so
MODULES=fractal-module.so #test-module.so matrix-mult-module.so

.PHONY: doc modules commit

Expand Down Expand Up @@ -88,6 +88,9 @@ test-module.so: src/modules/test-module.c
matrix-mult-module.so: src/modules/matrix-mult-module.c
$(CC) -shared -Wl,-soname,$@ $(COPTS) $(GTKOPTS) $^ -o $@

fractal-module.so: src/modules/fractal-module.c
$(CC) -shared -Wl,-soname,$@ $(COPTS) $(GTKOPTS) $^ -o $@

doc:
cd doc && doxygen Doxygen

Expand Down

0 comments on commit fffb4da

Please sign in to comment.