Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Add gnustep-make formula #14645

Closed
wants to merge 2 commits into from
Closed

Conversation

pepijndevos
Copy link
Contributor

There are no formula for the rest of gnustep, since my goal is just to use the make system with Cocoa.

There are no formula for the rest of gnustep, since my goal is just to use the make system with Cocoa.
@adamv
Copy link
Contributor

adamv commented Sep 4, 2012

Can you post brew list gnustep-make?

@pepijndevos
Copy link
Contributor Author

/usr/local/Cellar/gnustep-make/2.6.2/etc/GNUstep.conf
/usr/local/Cellar/gnustep-make/2.6.2/Library/Documentation/ (6 files)
/usr/local/Cellar/gnustep-make/2.6.2/Library/GNUstep/ (133 files)
/usr/local/Cellar/gnustep-make/2.6.2/usr/local/ (5 files)

As I wrote in the caveats, it does not have any binary. Rather, it provides some makefiles that it finds by sourcing the specified script. You then just us make to build your project.

@adamv
Copy link
Contributor

adamv commented Sep 4, 2012

What is in /usr/local/Cellar/gnustep-make/2.6.2/usr/local/?

@adamv
Copy link
Contributor

adamv commented Sep 4, 2012

Also, not too keen on a shell function replacing make.

@pepijndevos
Copy link
Contributor Author

It does not replace make, it just modifies the environment so that you can include the makefiles so that it behaves correctly for Objective C projects. It "teaches" make how to build Objective C code.

Inside /usr/local/Cellar/gnustep-make/2.6.2/usr/local/ is just a bin folder and inside that

$ ls /usr/local/Cellar/gnustep-make/2.6.2/usr/local/bin/
debugapp    gnustep-config  gnustep-tests   openapp     opentool

@adamv adamv closed this in 80d88a8 Nov 11, 2012
snakeyroc3 pushed a commit to snakeyroc3/homebrew that referenced this pull request Dec 17, 2012
Closes Homebrew#14645.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
@Homebrew Homebrew locked and limited conversation to collaborators Feb 16, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants