discuss-gnustep
[Top][All Lists]
Advanced

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

GSMake intermediates in separate folder?


From: Uli Kusterer
Subject: GSMake intermediates in separate folder?
Date: Sat, 30 Oct 2004 18:49:20 +0200
User-agent: MT-NewsWatcher/3.4 (PPC Mac OS X)

Hi,

 any chance of adding the following to common.make?

   # Make sure all intermediate files go in a "build" folder so
   # they don't clutter our window:
   GNUSTEP_BUILD_DIR = build
   DERIVED_SRC= $(GNUSTEP_BUILD_DIR)/$(DERIVED_SRC)

This will generate all intermediate files (obj, shared_obj, derived_src 
etc.) in a separate "build" folder, which is less intrusive on the 
user's folder hierarchy than having them all next to the makefile.

I chose the name "build" because that's what Apple's xCode (fka Project 
Builder) calls its intermediates folder.

Cheers,
-- M. Uli Kusterer
http://www.zathras.de


reply via email to

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