Changeset 189 for trunk/matml/src/castabox
- Timestamp:
- 09/26/2005 10:26:26 PM (6 years ago)
- Files:
-
- 1 modified
-
trunk/matml/src/castabox/makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/matml/src/castabox/makefile
r15 r189 4 4 # Uncomment this line to compile with -DDEBUG and see debugging output 5 5 # CFLAGS=-DDEBUG 6 all: castabox gf2d6 all: castabox 7 7 8 8 include $(PETSC_DIR)/bmake/common/base 9 9 10 10 castabox: castabox.c 11 $(CC) $^ -o $@ $(PETSC_DM_LIB) -lluminate $(PETSC_INCLUDE) 12 13 #gf2d: gf2d.c 14 # $(CC) $^ -o $@ $(PETSC_DM_LIB) -lluminate $(PETSC_INCLUDE) 11 $(CC) $^ -o $@ $(PETSC_DM_LIB) -lluminate $(PETSC_INCLUDE) \ 12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include #-DDEBUG 15 13 16 14 clean: 17 rm -f castabox gf2d*~15 rm -f castabox *~