headers in sub-subdirectories, and gnustep-make 2.2.1

2010-02-07 Thread Nicola Pero
I implemented having headers in sub-subdirectories. For example, consider a framework called Beauty. Let's you have headers Beauty_HEADER_FILES = Beauty.h Vanity.h then your headers would be in Beauty/Beauty.h Beauty/Vanity.h and end up installed as in Beauty.framework/Beauty/Beauty.h

Re: headers in sub-subdirectories, and gnustep-make 2.2.1

2010-02-07 Thread Fred Kiefer
Am 07.02.2010 21:06, schrieb Nicola Pero: > I implemented having headers in sub-subdirectories. > > For example, consider a framework called Beauty. Let's you have headers > > Beauty_HEADER_FILES = Beauty.h Vanity.h > > then your headers would be in > > Beauty/Beauty.h > Beauty/Vanity.h >

Re: headers in sub-subdirectories, and gnustep-make 2.2.1

2010-02-08 Thread Nicola Pero
Now the new feature is that you can specify headers that live in subdirectories, as in Beauty_HEADER_FILES = Beauty.h Vanity.h Pride/Pride.h (note the last one, Pride/Pride.h) then your headers would be in Beauty/Beauty.h Beauty/Vanity.h Beauty/Pride/Pride.h and end up installed as in Be