gs_make(1) GNUstep System Manual gs_make(1)NAME
gs_make - wrapper for GNUstep Make.
SYNOPSIS
gs_make [ make(1) options ]
DESCRIPTION
gs_make is a very simple script which invokes make(1) with the environment variable $GNUSTEP_MAKEFILES set. It is useful for building
GNUstep software without necessarily sourcing GNUstep.sh.
OPTIONS
gs_make accepts all options of make(1).
BUGS
Avoid using gs_make in makefiles' recipes, because it invokes the plain make command instead of $(MAKE), which is the appropriate variable
for communicating options to sub-makes.
SEE ALSO GNUstep(7), make(1).
AUTHORS
gs_make was written by Hubert Chati <uhoreg@debian.org>. This man page was written by Yavor Doganov <yavor@gnu.org>.
COPYRIGHT
Copyright (C) 2009 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.
GNUstep 08/08/2009 gs_make(1)
Check Out this Related Man Page
gnustep-config(1) GNUstep System Manual gnustep-config(1)NAME
gnustep-config - prints information about the current gnustep installation.
SYNOPSIS
gnustep-config [ --variable=variable |--objc-flags|--objc-libs|--base-libs|--gui-libs ]
DESCRIPTION
gnustep-config can print information about the currently installed GNUstep system. It can output dependend on the options used the differ-
ent flags used for compilation, but also the different internal variables used by the make system.
OPTIONS --variable=variable
prints the value of the specified variable. Possible variables are:
GNUSTEP_MAKEFILES
GNUSTEP_USER_DIR
GNUSTEP_USER_DEFAULTS_DIR
GNUSTEP_HOST
GNUSTEP_HOST_CPU
GNUSTEP_HOST_VENDOR
GNUSTEP_HOST_OS
GNUSTEP_IS_FLATTENED
GNUSTEP_xxx_APPS
GNUSTEP_xxx_TOOLS
GNUSTEP_xxx_LIBRARY
GNUSTEP_xxx_HEADERS
GNUSTEP_xxx_LIBRARIES
GNUSTEP_xxx_DOC
GNUSTEP_xxx_DOC_MAN
GNUSTEP_xxx_DOC_INFO
where 'xxx' could be any of 'SYSTEM', 'NETWORK', 'LOCAL' and 'USER'.
--objc-flags
prints all the flags required to compile an ObjC file
--objc-libs
prints all the flags required to link a pure ObjC program (no foundation/gui)
--base-libs
prints all the flags required to link a command-line ObjC program (no gui)
--gui-libs
prints all the flags required to link a GUI ObjC program
BUGS
None known
SEE ALSO GNUstep(7)HISTORY
Work on gnustep-config started in 2007 by Nicola Pero <nicola.pero@meta-innovation.com>
AUTHORS
This man page was written by Dennis Leeuw <dleeuw@made-it.com>.
COPYRIGHT
Copyright (C) 2007 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.
GNUstep 24/12/2007 gnustep-config(1)
I am running a make file through the gnu make tool and i am getting the following error
jsh1035c:/users/egate453/admegate/kapil/samples $ make -f GNUmakefile queue_c
make -f ./GNUmakefile queue_c in_objdir=1 build_root=/users/egate453/admegate/kapil/samples
make: Entering directory... (2 Replies)
hello everyone,
I had a HP-UX, i am trying to find the make version ,but it is displaying the error i.e
make -v
Make: Unknown flag argument v. Stop.
make -version
Make: Unknown flag argument v. Stop.
make --version
Make: Unknown flag argument -. Stop.
make -V
Make: Unknown flag... (2 Replies)
I just cant use any of the make commands.
Any ideas?
I already tried adding the path of the make command in my profile
But nothing happened
The error returned is
Make: Could not read current directory. Stop.
Please help me on this. (1 Reply)
hello All,
Need some further help.
This will make my live easier. Instead of copy and pasting I think I can automate some website building.
when I do a ls from a directory I need the file names placed into a sentence.
it is going about wordts like:
word-AB-1234.jpg... (1 Reply)
How I can get the current make-file name in a make-file
So, if I run make with specified file:make -f target.mak
is it possible to have the 'target' inside of the that 'target.mak' from the file name? (2 Replies)
Hello everyone.
I am new to creating make files. I have been able to create simple makefiles for those applications which do not involve database but am unable to create for the ones that do involve database. When I run that make file, it just deletes the .exe file of that application from the... (6 Replies)
Hello every body,
I need to make a constant variable to the root such as #PS1="I am Amer" and so on.
I know if i am a user,I can make it fixed from #vi .profile
HOW to make it fixed for the root?
Thanks in advance
BR
Ahmed Amer
Cairo,Egypt (7 Replies)
Hello
I am working on a CPP code written for SUN CC 5.5
and make
we used make to compile the code then it compilation went smooth
now i am using gmake:
I have a make file like this
WSROOT=..
include $(WSROOT)/etc/wsmkinclude.common
all:
@for subdir in */Makefile; \
do \... (1 Reply)
Hello
I am working on a CPP code written for SUN CC 5.5
and make
we used make to compile the code then it compilation went smooth
now i am using gmake:
I have a make file like this
WSROOT=..
include $(WSROOT)/etc/wsmkinclude.common
all:
@for subdir in */Makefile; \
do \... (1 Reply)