Changeset 54

Show
Ignore:
Timestamp:
12/15/98 14:20:25 (10 years ago)
Author:
warmerda
Message:

Added debug malloc support

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/frmts/GNUmakefile

    r4 r54  
    44include ../GDALmake.opt 
    55 
    6 OBJ     =       gdalallregister.o geotiff.o 
     6OBJ     =       gdalallregister.o geotiff.o gxfopen.o gxfdataset.o 
    77 
    88ALL_C_FLAGS     =       $(GDAL_INCLUDE) $(CFLAGS) 
     
    1919                 -I../core geotiff/$*.cpp -o $*.o 
    2020 
     21%.o:    gxf/%.cpp 
     22        $(CC) -c $(ALL_C_FLAGS) -Igxf -I../core gxf/$*.cpp -o $*.o 
     23 
     24%.o:    gxf/%.c 
     25        $(CC) -c $(ALL_C_FLAGS) -Igxf -I../core gxf/$*.c -o $*.o 
     26 
    2127 
    2228gdalallregister.o:      gdalallregister.cpp