discuss-gnustep
[Top][All Lists]
Advanced

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

Re: MUST GNUstep Makefiles be called GNUmakefile?


From: Yen-Ju Chen
Subject: Re: MUST GNUstep Makefiles be called GNUmakefile?
Date: Mon, 06 Oct 2003 17:05:04 -0400

OCUnit uses this trick in GNUmakefile:

#
# If GNUSTEP_SYSTEM_ROOT is equal to nothing then include
# ProjectBuilder makefile named Makefile else include the
# GNUstep makefile named GSmakefile.
#
ifeq ($(GNUSTEP_SYSTEM_ROOT),)
 include Makefile
else
 include GSmakefile
endif

Hope it help.

Yen-Ju

From: Björn Giesler <bjoern@giesler.de>
To: discuss-gnustep@gnu.org
Subject: MUST GNUstep Makefiles be called GNUmakefile?
Date: Mon, 06 Oct 2003 21:18:00 +0100

Hi,

it seems to be necessary to name a GNUstep makefile 'GNUmakefile' and nothing else, otherwise "make" complains with

        make[1]: GNUmakefile: No such file or directory
        make[1]: *** No rule to make target `GNUmakefile'.  Stop.

Is there a political or technical reason for this? I'm asking because I'd like to submit to the guy who wrote the "contacts" tool a Makefile which makes compilation possible under GNUstep with MyFolks.framework. The idea is to have a Makefile.OSX and a Makefile.GNUstep in the tar file and use "make -f Makefile.$PLATFORM" to compile. It'd be really nice to have that.

Regards,
Björn



_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
http://mail.gnu.org/mailman/listinfo/discuss-gnustep

_________________________________________________________________
Instant message with integrated webcam using MSN Messenger 6.0. Try it now FREE! http://msnmessenger-download.com





reply via email to

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