gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: subprojects


From: Nicola Pero
Subject: Re: subprojects
Date: Thu, 19 Jul 2001 10:07:47 +0100 (BST)

> 'master project'
> --GNUmakefile
> include $(GNUSTEP_MAKEFILES)/common.make
> 
> TOOL_NAME = blah
> blah_OBJC_FILES = blah.m
> 
> blah_SUBPROJECTS = Test
> include $(GNUSTEP_MAKEFILES)/tool.make

I think that one should be 

blah_SUBPROJECTS = Test.subproj

or otherwise the subproject dir should be simply called Test.

Or else, we need to change the gnustep-make API but I wouldn't do that as
it's too late - I have already seen code around that relies on this
behaviour.

> ---snap--
> 
> 'subdirectory Test.subproj'
> --GNUmakefile
> include $(GNUSTEP_MAKEFILES)/common.make
> 
> SUBPROJECT_NAME = Test
> Test_OBJC_FILES = Test.m
> 
> include $(GNUSTEP_MAKEFILES)/subproject.make
> ---snap---




reply via email to

[Prev in Thread] Current Thread [Next in Thread]