473,385 Members | 1,877 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Netmake Release

Hi,

Sorry, if this is off topic, but I couldn't find a better place to
announce the first release of NetMake.

NetMake is an extension of GNU Make, it allows multiple server
compilation.

That means ,you can have your source files spread in different servers and
the NetMake will download the files (if it doesn't exist in the current
server , or if it's been modified) and proceed to the compilation.

The only syntax change over the GNU Make is the server specification,
where a @ is used, for example

Http:

@http://www.example1.com/file.c
@www.example1.com/file.c

Both rules, specified above will work correctly.

FTP server:

@ftp.user.pass.server/glob.c

an example of a makefile using netmake rules.

CC = gcc -ansi -pedantic
OBJS = read.o bui.o run.o main.o par.o prn.o
SRC = main.c read.c prn.c run.c par.c bui.c

prog: ${OBJS}
${CC} -o prog ${CFLAGS} ${OBJS} -lm

prn.o: prn.c prn.h glob.h
${CC} -c prn.c

read.o: @http://www.example1.com/read.c read.h glob.h
${CC} -c read.c

run.o: run.c run.h glob.h
${CC} -c run.c
par.o: par.c par.h glob.h
${CC} -c par.c

bui.o: @ftp.username.pass.cs3.brookes.ac.uk/bui.c bui.h glob.h
${CC} -c bui.c

main.o: @ftp.username.pass.cs3.brookes.ac.uk/main.c main.h glob.h
${CC} -c main.c
clean:
rm -f ${OBJS}
rm prog
rm main.c read.c bui.c
@echo "Deleted!"
Netmake can be downloaded for free at

http://sourceforge.net/project/showf...roup_id=124976
or
http://archive.hakt.tk/code/netmake/
Any suggestion or critiques can be sent to my email at
profetas {at} gmail {dot} com

Thanks Lucas S Silva

Nov 14 '05 #1
2 1346
"Profetas" <xu*****@yahoo.com> wrote in
news:24******************************@localhost.ta lkaboutprogramming.com:

Sorry, if this is off topic, but I couldn't find a better place to
announce the first release of NetMake.


Why not gnu.announce?

--
- Mark ->
--
Nov 14 '05 #2
"Profetas" <xu*****@yahoo.com> writes:
Sorry, if this is off topic, but

[snip]

Yes, it's off topic.

--
Keith Thompson (The_Other_Keith) ks***@mib.org <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <*> <http://users.sdsc.edu/~kst>
We must do something. This is something. Therefore, we must do this.
Nov 14 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Anthony Baxter | last post by:
On behalf of the Python development team and the Python community, I'm happy to announce the release of Python 2.3.5 (release candidate 1). Python 2.3.5 is a bug-fix release. See the release...
0
by: Anthony Baxter | last post by:
On behalf of the Python development team and the Python community, I'm happy to announce the release of Python 2.4.1 (release candidate 2). Python 2.4.1 is a bug-fix release. See the release...
0
by: Droopy Toon | last post by:
Hi, I think it is a FAQ but I found no answer to my problem. I created a C# program that called some C++ legacy code. I created 2 projects : 1) a DLL (IPRCommWrapper.dll) including an...
2
by: Anthony Baxter | last post by:
On behalf of the Python development team and the Python community, I'm happy to announce the release of Python 2.4.3 (release candidate 1). Python 2.4.3 is a bug-fix release. See the release...
0
by: Anthony Baxter | last post by:
On behalf of the Python development team and the Python community, I'm happy to announce the release of Python 2.4.4 (release candidate 1). Python 2.4.4 is a bug-fix release. While Python 2.5 is...
1
by: kurt sune | last post by:
I am having trouble publishing a website for RELEASE. 1. web.config: <compilation defaultLanguage="vb" debug="false"> 2. in Configuration manager I set the configuration to Release for the...
0
by: Anthony Baxter | last post by:
On behalf of the Python development team and the Python community, I'm announcing the release of Python 2.3.6 (release candidate 1). Python 2.3.6 is a security bug-fix release. While Python 2.5...
16
by: =?ISO-8859-1?Q?=22Martin_v=2E_L=F6wis=22?= | last post by:
On behalf of the Python development team and the Python community, I'm happy to announce the release of Python 2.5.2 (release candidate 1). This is the second bugfix release of Python 2.5. Python...
13
by: =?ISO-8859-1?Q?=22Martin_v=2E_L=F6wis=22?= | last post by:
Within a few weeks, we will release Python 2.5.3. This will be the last bug fix release of Python 2.5, afterwards, future releases of 2.5 will only include security fixes, and no binaries (for...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.