2006-02-13
''Note: I've expanded this entry in article [[Configuration]].'' In a non-trivial project, several programming . . . will work fine for a file that you include in a Makefile. But for a PHP script, this is a pain. This . . . bindir=/home/_USER_/bin As part of your Makefile or Ant's build.xml, run ''m4'' as follows: . . .
1K - last updated 2006-03-20 20:10 UTC by 6515
2006-03-01
I've started using [http://check.sourceforge.net/ Check], a unittesting framework for plain old C. The . . . test file]] and the corresponding [[Makefile|Check unittest Makefile]] anyway. Check can . . .
1K - last updated 2006-03-08 11:40 UTC by 6515
2006-10-03 Mod perl and Slackware
''Note: these steps are obsolete. In the [[Comments_on_2006-10-03_Mod_perl_and_Slackware|comments]], . . . # build mod_perl cd $TMP/mod_perl-1.29 perl Makefile.PL \ APACHE_SRC=../apache_1.3.33/src \ NO_HTTPD=1 . . .
2K - last updated 2006-10-04 08:43 UTC by 6515
2006-10-04 Mod perl and Slackware part 2
The previous day, I thought I had Apache with mod_perl working on Slackware 10.2, but alas, funny segfaults . . . xfz CGI.pm-3.25.tar.gz $ cd CGI.pm-3.25/ $ perl Makefile.PL PREFIX=$HOME $ make && make install Add . . . tar xfz apache* $ tar xfz mod* $ cd mod* $ perl Makefile.PL PREFIX=$HOME APACHE_PREFIX=$HOME/apache . . .
3K - last updated 2006-10-24 06:56 UTC by bvankuik
2012-12-04 Objective-C with a Makefile
Here's a little example on how to compile Objective-C on the commandline, with a makefile. All code can . . . or copy/pasted from below. Create a file called Makefile: CC=clang LIBS=-framework Foundation all: . . .
2K - last updated 2012-12-04 03:50 UTC by 6515
Adjusting Starfighter
Reading source code is one of those things that I feel that nobody likes, while the advantages are so . . . and slower. The compilation is done using a makefile which is logically called makefile. So, we'll . . . that the flag -O3 is also used. I go back to the makefile and remove that one, since I heard that doesn't . . .
9K - last updated 2007-05-01 13:56 UTC by bvankuik
CDT
[http://www.eclipse.org/cdt/ CDT homepage] [http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/cdt-home/user/faq.html?cvsroot=Tools_Project . . . done editing a file * Building is as good as the makefiles in your project. If you're taking over a . . . project, be sure the makefiles are rock-solid and don't emit funny output. . . . bring down a development machine because some makefile jumped into another project and begun compiling . . .
3K - last updated 2006-02-16 12:38 UTC by 6515
Configuration
= Generating a config file = In a non-trivial project, several programming languages will often be used. . . . You start with makefiles and a bit of C. Then, a web frontend is bolted . . . Make a step called "config" in the makefile which runs m4 as follows: config: rm -f Config.h . . . only thing that can't be configured... In the makefile "install" target, the freshly generated config . . . the pressure of a deadline! == Inclusion in Makefiles == To include the variables in a makefile, . . .
8K - last updated 2006-10-20 14:09 UTC by bvankuik
Example of building and using an external library with SafeStr
= Installation = Download SafeStr from the homepage http://www.zork.org/safestr/ First compile and install . . . 0); printf("%s\n", str); return 0; } The Makefile looks like this (and don't forget tabs): CFLAGS . . . -f *.o testsafestr Compile the program with the makefile and run the result: $ make cc -c -g3 -I/home/bartvk/opt/safestr-1.0.3/include . . .
2K - last updated 2006-05-24 10:43 UTC by 6515
LaTeX
= Resources = The indispensible [http://ctan.tug.org/tex-archive/info/lshort/english/lshort.pdf Not So . . . I always use the same skeleton. It's got a makefile for easy generation of bibliography, PDFs . . .
1K - last updated 2006-04-09 12:54 UTC by 6515
Makefile
application/octet-stream
1K - last updated 2006-03-17 06:24 UTC by 6515
Makefiles
= General programming information = In this section, we are going to look at the things which make up . . . The second line defines this macro _LOG_H_. = Makefiles = The utility make its job is to make compiling . . . in: when you run it, it looks at the so-called makefile. This file describes what should be compiled. . . . way saving resources. Now we will look at the makefile, which is best described by looking at using . . . class (see the Sockets section). Below is the makefile of the Server class (the real makefile is . . .
8K - last updated 2006-01-26 08:56 UTC by 6515
Perl
= Help = Help isn't far away: $ perldoc -f keyword = Parameters = Parameters (other word: arguments) . . . go into the new directory and type: $ perl Makefile.pl <<contents of makepl_arg line>> $ make . . .
17K - last updated 2015-06-18 09:03 UTC by 6515
RT
= Installation on Debian = Install apache, fastcgi, mysql ... from woody. libcgi-fast-perl libfcgi-perl . . . --prefix=$HOME/rt3 --with-my-user-group then fix Makefile PERL = /usr/home/rt/perl/bin/perl5.8.2 rt@run:~/src/rt-3-0-7_01$ . . .
3K - last updated 2006-03-01 09:27 UTC by 6515
Sockets NL NL
Network IPC [ HOME ] Dit stukje probeert duidelijk te maken hoe je programma's over het netwerk kunnen . . . * The .tar.gz file containing the source and the Makefile Stream sockets client/server De volgende voorbeeldjes . . . * The .tar.gz file containing the source and the Makefile The Server Class Tegenwoordig maakt iedereen . . .
12K - last updated 2006-02-22 09:42 UTC by 6515
Source code version management
= How do I control my source code? = In the past, you may have had the problem that while working on . . . appropriate locations (you may want to check the makefile before running this). = Setting up CVS = CVS . . .
5K - last updated 2006-03-03 21:10 UTC by 6515
UNIX Toolkit
What follows is an explanation of several operating system mechanisms for programmers in the UNIX environment. . . . Additional pointers: * [[Makefiles]] * [[qmake]] * [[Shared_libraries]] * [[Debugging]] . . .
1K - last updated 2007-10-11 13:21 UTC by 6515
Xen on Debian installation notes
= Packages = Install the following packages: sudo make gcc less libc6 libc6-dev bzip2 patch zlib And . . . bridge-utils Unpack Xen source, edit the makefile and add the line: KERNELS ?= linux-2.6-xen0 . . .
1K - last updated 2007-06-08 10:59 UTC by 6515
qmake
= Generating makefiles = Another approach to building software is ''generating'' make files. This is . . . files (extension .pro) and turns these into makefiles. The advantage here is that the syntax of . . . is where we'll work from. We can now generate a makefile: $ qmake And build the software with: $ make . . .
2K - last updated 2007-10-11 14:48 UTC by 6515
vankuik.nl
= Latest weblog entries = <journal 5> = Weblog Archive = [[Weblog_entries_2024]] [[Weblog_entries_2023]] . . . variables in one format and use it in Makefiles, C, Perl and PHP * [[Cheap_VPS_Hosting]] . . .
4K - last updated 2024-04-16 10:29 UTC by bartvk
20 pages found.