Changeset 1325


Ignore:
Timestamp:
2000-08-02T13:01:51+12:00 (24 years ago)
Author:
kjm18
Message:

creating a new library gsdllibmg.a. This leaves out messages.o to avoid
conflict with mgpp libraries.

File:
1 edited

Legend:

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

    r693 r1325  
    111111#   gmalloc$o regex$o       rx$o
    112112
     113LIB_OBJECTS =   \
     114    bitio_random$o    mgheap$o            memlib$o \
     115    bitio_stdio$o     huffman$o          \
     116    bitio_gen$o       filestats$o       huffman_mem$o     perf_hash$o \
     117    bitio_mem$o       getopt$o          huffman_stdio$o   sptree$o \
     118    bitio_mems$o      getopt1$o         local_strings$o   lovinstem$o \
     119    timing$o \
     120    error$o           xmalloc$o \
     121    random$o          simplefrenchstem$o \
     122    unitool$o
     123
     124
    113125DISTFILES = Makefile.in $(HEADERS) $(SOURCES)
    114126 
    115 all : libmg.a
     127all : libmg.a gsdllibmg.a
    116128
    117129libmg.a : $(OBJECTS)
     
    121133
    122134$(OBJECTS): ../../../config.h
     135
     136gsdllibmg.a: $(LIB_OBJECTS)
     137    rm -f gsdllibmg.a
     138    $(AR) cru gsdllibmg.a $(LIB_OBJECTS)
     139    $(RANLIB) gsdllibmg.a
     140 
    123141
    124142install:
Note: See TracChangeset for help on using the changeset viewer.