Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/packages/mg-1.3d/lib/Makefile.in

    r13 r29  
    3737DEFS = @DEFS@
    3838RANLIB = @RANLIB@
     39
     40##########################################
     41# Uncomment for compiling for the nzdl project
     42#
     43CFLAGS = @CFLAGS@ -DQUIET
     44##########################################
     45
    3946 
    4047prefix = @prefix@
     
    7683    bitio_m_mems.h     bitio_stdio.h      huffman_stdio.h    sptree.h \
    7784    regex.h            rx.h               pathmax.h          getpagesize.h \
    78     random.h
     85    random.h           frenchstem.h
    7986
    8087SOURCES = \
     
    8693    timing.c          regex.c           rx.c              \
    8794    alloca.c          error.c           xmalloc.c         strstr.c \
    88     gmalloc.c         ftruncate.c       strcasecmp.c      random.c         
     95    gmalloc.c         ftruncate.c       strcasecmp.c      random.c \
     96    frenchstem.c
    8997
    9098OBJECTS = @ALLOCA@ @LIBOBJS@ \
     
    96104    timing$o          regex$o       rx$o \
    97105    error$o           xmalloc$o \
    98     gmalloc$o         random$o
     106    gmalloc$o         random$o          frenchstem$o
    99107 
    100108DISTFILES = Makefile.in $(HEADERS) $(SOURCES)
Note: See TracChangeset for help on using the changeset viewer.