Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7849205
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T18:27:01+00:00 2026-06-02T18:27:01+00:00

The Default section in EDE’s customization buffer is kinda confusing. There are some sections

  • 0

The “Default” section in EDE’s customization buffer is kinda confusing. There are some sections in there whose uses I can’t understand.

  • What are inference rules? What are they inferring? How do I use them? Why would I use them?
  • The Include-File section. What is it for? What include files? How are they different from simple .h files?
  • The “Automatic-Dependencies” section currently has the following “explanation”: Non-nil to do implement automatic dependencies in the Makefile.
    Is it really currently unimplemented? What is it intended for?
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T18:27:01+00:00Added an answer on June 2, 2026 at 6:27 pm

    Many options in the EDE Make project type are specific to managing Makefiles.

    An inference rule in Make might be something like this:

    %.o: %.cpp
        @echo '$(CXX_COMPILE) -c $<'; \
        $(CXX_COMPILE) $(CXX_DEPENDENCIES) -o $@ -c $<
    

    which says that if some dependency foo.o is desired, it matches %.o, and will see if there is a foo.cpp, and if so, run those commands.

    That slot lets you write your own if your files types aren’t supported directly.

    The include file allows you to write you won makefile include. You might call it pickle.mk, and if you make that an include, you will find:

    include pickle.mk
    

    in your generated makefiles.

    Automatic dependencies are for languages supported by gcc, and it will create a dependency file, which is basically a makefile that says foo.cpp depends on misc header files included within it. It will make your builds more accurate.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there any section or code which allows us to set default page in
I have the following section of code. Is there anyway that I can use
How can i make last section as active in accordion by default? $(#accordion).accordion(active, last)
Does any one have tried to customize default section index displayed in UITableView. I
By default there is a single line separator in uitableview. But I want to
There's ugly XML file that has to be unmarshalled: <?xml version=1.0 ?> <configuration> <section
Is it possible to add an Email A Developer section within Apple's default settings
I've created simple Hello world portlet and just added <use-default-template>true</use-default-template> to the portlet section
I want to display an indexed table view. By default, section index titles have
I'd like to add section headers to my grouped table view's sections but I'd

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.