473,383 Members | 1,789 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,383 software developers and data experts.

interesting makefile issue

hi,

We have a big project thats built on several platforms and has a huge
number of files - common and platform specific files.
It compiles well if compiled through command line by its makefile.
But we would like to use some c/c++ IDE like Dev-C++ to ease the
development process.
Problem is to add all the files spread all over the place to the Dev-C+
+ project, including the windows specific ones and excluding the
others.
Can I instruct Dev-C++ to do all this automatically for me by just
looking at the "all" target of the makefile ?
Can it be done through some other IDE ?
Or is there some makefile helper tool out there which can bridge the
gap between makefile and the IDE ?

Sep 3 '07 #1
2 1301
call_me_anything wrote:
hi,

We have a big project thats built on several platforms and has a huge
number of files - common and platform specific files.
It compiles well if compiled through command line by its makefile.
But we would like to use some c/c++ IDE like Dev-C++ to ease the
development process.
Then you'd better ask in a group where Dev-C++ it topical. We discuss
the C++ language here, not tools.

--
Ian Collins.
Sep 3 '07 #2
On Mon, 03 Sep 2007 08:03:28 +0000, call_me_anything wrote:
Problem is to add all the files spread all over the
place to the Dev-C++ project, including the windows
specific ones and excluding the others.
Can I instruct Dev-C++ to do all this automatically
for me by just looking at the "all" target of the
makefile?
I think in Dev-C++ the only way is to make several
project files, separate for every target.
Can it be done through some other IDE ?
Yes, Code::Blocks . http://codeblocks.org/

--
SasQ
Sep 3 '07 #3

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

Similar topics

1
by: Gg | last post by:
Hi, I have a project that depends on other projets. So I have a Makefile that calls Makefile of sub-projects to build the libs if needed. Once libs are built, the main Makefile link everything...
1
by: eap90210 | last post by:
Hi to all ng (sorry for my bad english) in my c program I wrote a dynamic sql. So happen that everytime the string, rappresent the sql command, was length more 1720 char in runtime i have an...
9
by: silversurfer | last post by:
Hello world, I was just wondering why the clear-line in my Makefile does not work: main:main.o $(ADDOBJS) clear @g++ -o main $(LDFLAGS) $+ As far as I understood it, it should be possible to...
4
by: Jess | last post by:
Hello, I am now trying to use makefile to compile C++ programs. My makefile looks like: f1.o : f1.cpp h1.h h2.h g++ -c f1.cpp f2.o : f2.cpp h2.h h3.h g++ -c f2.cpp
9
by: raju2000myin | last post by:
i wrote one makefile but it shows multiple definition error how can i resolve that problem it is urgent to me please help to me............. ramesh............
7
by: HT-Lab | last post by:
Hi All, Not strictly a C++ question but I am sure this is a common compile issue :-) I have a generic makefile (see below) that I would like update such that if I make some changes to a header...
8
by: xz | last post by:
I am a rookie of C++ and got so confused with the Makefile these days. Could anyone be so kind and give a little sample Makefile for the following particular example? Let's say I have the...
1
by: rpjanaka | last post by:
I am using an open source library called IGI_UDP for measure the available bandwidth of a link (http://www.cs.cmu.edu/%7Ehnn/igi/ ). with that library they have provided a "Makefile" which is not an...
5
by: M.Liang Liu | last post by:
I have a project with the following dirs: --------------------------------------------------------------------------------------- +src |-proj0 |-program1 |-program2 |-proj1 |-program1...
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: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
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: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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...

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.