Changeset 12493


Ignore:
Timestamp:
2006-08-22T14:55:59+12:00 (18 years ago)
Author:
kjdon
Message:

d2m under the control of USE_Z3950, but yaz compilation now under the control of USE_YAZ

File:
1 edited

Legend:

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

    r12004 r12493  
    3030# clean, and distclean.
    3131USE_Z3950=@USE_Z3950@
     32USE_YAZ=@USE_YAZ@
    3233ifeq ($(USE_Z3950), 1)
    33 # 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 d2m
     34# make sure USE_YAZ is set
     35USE_YAZ=1
     36D2M=d2m
     37else
     38D2M=
     39endif
     40
     41ifeq ($(USE_YAZ), 1)
     42# we only compile the src and client dirs for now.
     43YAZ=yaz/yaz-2.1.4/src yaz/yaz-2.1.4/client
    3544else
    3645YAZ=
     
    5160PACKAGEDIRS =   wv/wv-gs rtftohtml/rtftohtml_src pdftohtml/pdftohtml_gs \
    5261        wget/wget-1.9 expat/ cpan/XML-Parser-2.34 \
    53         $(YAZ) $(CORBA) \
     62        $(YAZ) $(D2M) $(CORBA) \
    5463        xlhtml/xlhtml-0.4.9.0 isis-gdl \
    5564            cgicc/
     
    7180    cp -fr mico/man ../man
    7281endif
    73 ifeq ($(USE_Z3950), 1)
     82ifeq ($(USE_YAZ), 1)
    7483# need to do make install in include and src dirs to get the header files and
    7584# lib file into the right place
Note: See TracChangeset for help on using the changeset viewer.