Changeset 2372


Ignore:
Timestamp:
2001-05-07T16:41:26+12:00 (23 years ago)
Author:
jrm21
Message:

minor change to get building on mac OS X, but applicable to all - we don't
need mg's getopt stuff, as it should be in C library (unistd.h).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/mgpp/lib/Makefile.in

    r1518 r2372  
    9191
    9292SOURCES = \
    93     mgheap.cpp        memlib.cpp \
     93    mgheap.cpp        \
    9494    huffman.cpp       messages.cpp \
    9595    bitio_gen.cpp     perf_hash.cpp \
     
    101101    simplefrenchstem.cpp                unitool.cpp       bitio_m_random.cpp \
    102102    bitio_m_abstract.cpp
     103# memlib.cpp removed
    103104
    104 OBJECTS =  mgheap$o          memlib$o \
     105OBJECTS =  mgheap$o   \
    105106    huffman$o         messages$o \
    106107    bitio_gen$o       perf_hash$o \
    107108    getopt$o           \
    108     getopt1$o        local_strings$o   lovinstem$o \
     109    local_strings$o   lovinstem$o \
    109110    bitio_m_mem$o     bitio_m_stdio$o   bitio_m_mems$o \
    110111    xmalloc$o         bitio_m_random$o  bitio_m_abstract$o \
    111     gmalloc$o        random$o          simplefrenchstem$o \
     112    random$o          simplefrenchstem$o \
    112113    unitool$o
     114#   memlib$o  removed - assume we use std system malloc, free, etc.
     115# only need getopt1$o if we don't have <unistd.h>
     116# probably don't need gmalloc either (see top-level configure - for HP-UX)
    113117
    114118DISTFILES = Makefile.in $(HEADERS) $(SOURCES)
    115  
     119
    116120all : libmg.a
    117121
Note: See TracChangeset for help on using the changeset viewer.