root/trunk/matml/src/castabox/makefile
| Revision 230, 391 bytes (checked in by powell, 4 years ago) | |
|---|---|
|
|
| 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 |
| 6 | all: castabox |
| 7 | |
| 8 | include $(PETSC_DIR)/bmake/common/base |
| 9 | |
| 10 | castabox: castabox.c |
| 11 | $(CC) $^ -o $@ $(PETSC_DM_LIB_BASIC) -lluminate $(PETSC_INCLUDE) \ |
| 12 | `pkg-config --cflags gtk+-2.0` #-DDEBUG |
| 13 | |
| 14 | clean: |
| 15 | rm -f castabox *~ |
Note: See TracBrowser
for help on using the browser.