Changeset 10183


Ignore:
Timestamp:
2005-06-27T16:03:19+12:00 (19 years ago)
Author:
kjdon
Message:

the all target now does a make install for yaz src and include dirs - need the files in the right place for greenstone compiling later on

File:
1 edited

Legend:

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

    r10180 r10183  
    3232ifeq ($(USE_Z3950), 1)
    3333# we only compile the src and client dirs for now. also need d2m
    34 YAZ=yaz/yaz-2.1.4/src yaz/yaz-2.1.4/client yaz/yaz-2.1.4/include d2m
     34YAZ=yaz/yaz-2.1.4/src yaz/yaz-2.1.4/client d2m
    3535else
    3636YAZ=
     
    7070    cp -fr mico/man ../man
    7171endif
     72ifeq ($(USE_Z3950), 1)
     73# need to do make install in include and src dirs to get the header files and
     74# lib file into the right place
     75    cd yaz/yaz-2.1.4/include; $(MAKE)  $(MDEFINES) install
     76    cd yaz/yaz-2.1.4/src; $(MAKE)  $(MDEFINES) install
     77endif
    7278
    7379
Note: See TracChangeset for help on using the changeset viewer.