root/trunk/matml/src/castabox/makefile

Revision 230, 391 bytes (checked in by powell, 4 years ago)

Fixes for new PETSc 2.3.0, illuminator 0.10.0.

  • Property svn:keywords set to Author Date Id Revision
Line 
1# Makefile for castabox by Adam Powell
2# No copyright on this file, use it as you like.
3
4# Uncomment this line to compile with -DDEBUG and see debugging output
5# CFLAGS=-DDEBUG
6all: castabox
7
8include $(PETSC_DIR)/bmake/common/base
9
10castabox: castabox.c
11        $(CC) $^ -o $@ $(PETSC_DM_LIB_BASIC) -lluminate $(PETSC_INCLUDE) \
12          `pkg-config --cflags gtk+-2.0` #-DDEBUG
13
14clean:
15        rm -f castabox *~
Note: See TracBrowser for help on using the browser.