Changeset 13746 for branches


Ignore:
Timestamp:
2007-01-23T13:57:11+13:00 (17 years ago)
Author:
kjdon
Message:

first stab at updating windows makefile for new indexers dir

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/changing-indexers-branch/gsdl/win32.mak

    r12684 r13746  
    3434MDEFINES = /f win32.mak
    3535
    36 OTHERDIRS = packages\windows\gdbm\gdbm packages\windows\crypt\crypt packages\windows\expat\expat \
    37             packages\mg\lib src\mgpp\lib lib src\colservr
     36OTHERDIRS = packages\windows\gdbm\gdbm packages\windows\crypt\crypt \
     37      packages\windows\expat\expat lib src\colservr
    3838
    39 INSTALLDIRS = packages\mg\src\text src\mgpp\text src\recpt src\oaiservr \
    40           src\hashfile src\db2txt src\txt2db src\phind\generate
     39INSTALLDIRS = src\hashfile src\db2txt src\txt2db src\phind\generate \
     40        src\recpt src\oaiservr
     41         
    4142
    4243YAZ_DIR = packages\yaz\yaz-2.1.4\win
     44INDEXERSDIR = indexers
    4345
    4446MAKECMD = $(MAKE) $(MDEFINES) GSDLHOME="$(GSDLHOME)"
     
    6466MAKECLEANCMD = $(MAKE) $(MDEFINES) clean
    6567
    66 all: win32.mak $(OTHERDIRS) $(YAZ_DIRS) $(INSTALLDIRS)
     68all: win32.mak $(INDEXERSDIR) $(OTHERDIRS) $(YAZ_DIRS) $(INSTALLDIRS)
    6769
    68 install: win32.mak $(INSTALLDIRS)
     70install: win32.mak $(INDEXERSDIR) $(INSTALLDIRS)
    6971
    7072clean:
     
    117119    $(MAKECLEANCMD)
    118120    cd "$(GSDLHOME)"
    119 
     121    cd indexers
     122    call winMake.bat clean
     123    cd "$(GSDLHOME)"
    120124
    121125$(OTHERDIRS): FORCE
     
    135139    cd "$(GSDLHOME)"
    136140
     141$(INDEXERSDIR): FORCE
     142    cd "$@"
     143    call winMake.bat compile nojava
     144    call winMake.bat install nojava
     145    cd "$(GSDLHOME)"
     146
    137147FORCE:
    138148
Note: See TracChangeset for help on using the changeset viewer.