change from using layout/config/rules.mak to using config/rules.mak

git-svn-id: svn://10.0.0.236/trunk@21087 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cyeh%netscape.com
1999-02-18 01:52:09 +00:00
parent c5b77f467b
commit bd900b8256
10 changed files with 10 additions and 10 deletions

View File

@@ -20,4 +20,4 @@ DEPTH=..\..
DIRS= public \
src
include <$(DEPTH)\layout\config\rules.mak>
include <$(DEPTH)\config\rules.mak>

View File

@@ -55,7 +55,7 @@ MISCDEP = $(LLIBS)
LCFLAGS = $(LCFLAGS) \
$(DEFINES)
include <$(DEPTH)\layout\config\rules.mak>
include <$(DEPTH)\config\rules.mak>
libs:: $(LIBRARY)
@echo $(LIBRARY)

View File

@@ -19,4 +19,4 @@ DEPTH=..
DIRS=uconv unicharutil locale strres lwbrk
include <$(DEPTH)\layout\config\rules.mak>
include <$(DEPTH)\config\rules.mak>

View File

@@ -19,4 +19,4 @@ DEPTH=..\..
DIRS=public src tests
include <$(DEPTH)\layout\config\rules.mak>
include <$(DEPTH)\config\rules.mak>

View File

@@ -23,4 +23,4 @@ DIRS=public src \
ucvja2 \
tests
include <$(DEPTH)\layout\config\rules.mak>
include <$(DEPTH)\config\rules.mak>

View File

@@ -29,5 +29,5 @@ EXPORTS = \
MODULE=uconv
include <$(DEPTH)\layout\config\rules.mak>
include <$(DEPTH)\config\rules.mak>

View File

@@ -73,7 +73,7 @@ LCFLAGS = \
$(DEFINES) \
$(NULL)
include <$(DEPTH)\layout\config\rules.mak>
include <$(DEPTH)\config\rules.mak>
install:: $(DLL)
$(MAKE_INSTALL) .\$(OBJDIR)\$(DLLNAME).dll $(DIST)\bin

View File

@@ -63,7 +63,7 @@ LCFLAGS = \
$(DEFINES) \
$(NULL)
include <$(DEPTH)\layout\config\rules.mak>
include <$(DEPTH)\config\rules.mak>
install:: $(DLL)
$(MAKE_INSTALL) .\$(OBJDIR)\$(DLLNAME).dll $(DIST)\bin

View File

@@ -64,7 +64,7 @@ LCFLAGS = \
$(DEFINES) \
$(NULL)
include <$(DEPTH)\layout\config\rules.mak>
include <$(DEPTH)\config\rules.mak>
install:: $(DLL)
$(MAKE_INSTALL) .\$(OBJDIR)\$(DLLNAME).dll $(DIST)\bin

View File

@@ -63,7 +63,7 @@ LCFLAGS = \
$(DEFINES) \
$(NULL)
include <$(DEPTH)\layout\config\rules.mak>
include <$(DEPTH)\config\rules.mak>
install:: $(DLL)
$(MAKE_INSTALL) .\$(OBJDIR)\$(DLLNAME).dll $(DIST)\bin