Show
Ignore:
Timestamp:
09/26/2005 10:26:26 PM (6 years ago)
Author:
powell
Message:

Removed gf2d as its an old version of illuminator 3dgf; gdk includes.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/matml/src/castabox/makefile

    r15 r189  
    44# Uncomment this line to compile with -DDEBUG and see debugging output 
    55# CFLAGS=-DDEBUG 
    6 all: castabox gf2d 
     6all: castabox 
    77 
    88include $(PETSC_DIR)/bmake/common/base 
    99 
    1010castabox: 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 
    1513 
    1614clean: 
    17         rm -f castabox gf2d *~ 
     15        rm -f castabox *~