Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gs_make(1) [debian man page]

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

make_strings(1) 					       GNUstep System Manual						   make_strings(1)

NAME
make_strings - tool to build lists of localizable strings from Objective-C files SYNOPSIS
make_strings [--help] [--verbose] [--aggresive-import] [--aggressive-match] [--aggressive-remove] [-L languages] files.[hmc...] DESCRIPTION
make_strings parses Objective-C files and builds lists of localizable strings. It then creates new .strings files or merges the strings with existing .strings files. It's fairly intelligent when matching old and new strings, and produces .strings files that are (supposed to be) easy for a translator to work with. make_strings accepts the following options: OPTIONS
--help Prints a short list of available options. --verbose Prints additional information while processing. -L languages Specify which languages to process. Multuple -L options are accepted, or multiple languages defined in one -L flag. --aggressive-import Activates --aggresive-match and automatically removes "dummy" entries that are added by importing .strings files which were not cre- ated by make_strings program. This option is suitable when make_strings is run for the first time and there is an existing .strings file which contains a fairly accurate translation. --aggressive-match This option will make make_strings assume that matching keys should have matching translations. This can save lots of work, but it increases the risk of erroneous translation. --aggressive-remove Removes obsolete strings/keys. EXAMPLES
make_strings -L "English Swedish Russian" *.[hm] SEE ALSO
GNUstep(7). AUTHORS
make_strings was written Alexander Malmberg <alexander@malmberg.org>. This manual page was added 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 August 16, 2009 make_strings(1)
Man Page

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Problems with gnu make

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)
Discussion started by: handak9
2 Replies

2. UNIX for Dummies Questions & Answers

about make file

when u run the make file,what the make fill will call :( (4 Replies)
Discussion started by: kumar
4 Replies

3. HP-UX

make -version is not working in HP-UX

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)
Discussion started by: mannam srinivas
2 Replies

4. UNIX for Dummies Questions & Answers

Cannot use Make commands

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)
Discussion started by: khestoi
1 Replies

5. UNIX for Dummies Questions & Answers

filling variable with ls

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)
Discussion started by: ToXiQ
1 Replies

6. Programming

makeutility: how to get the make-file name inside of the make-file?

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)
Discussion started by: alex_5161
2 Replies

7. UNIX for Dummies Questions & Answers

Linux make file

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)
Discussion started by: heidik
6 Replies

8. UNIX for Dummies Questions & Answers

I need to make a constant variables to the root

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)
Discussion started by: ahmedamer12
7 Replies

9. Programming

Make and gmake issues

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)
Discussion started by: Revathi R
1 Replies

10. Solaris

Make and gmake issues

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)
Discussion started by: Revathi R
1 Replies