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 7061939
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T04:32:04+00:00 2026-05-28T04:32:04+00:00

It is a long time since I haven’t done Makefiles. My actual Makefile works

  • 0

It is a long time since I haven’t done Makefiles. My actual Makefile works except that if a lib in $(LIB) changes, I get a message that make has nothing to do. The dependency on libs in $(LIB) isn’t taken into account. Note that in $(LIB) I have libraries with their full path.

all:   $(OBJ_LIST) $(TEST_LOAD) $(TEST_CPP_UNIT) $(LIB)

%.o:    %.cpp
    g++ -c $(CPPFLAGS) -o $@ $<
  • 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-05-28T04:32:05+00:00Added an answer on May 28, 2026 at 4:32 am

    You haven’t really expressed any useful dependencies. If you want something specific to be rebuilt when something in $(LIB) changes, you’ll need to specify that explicitly. For instance:

    all: my_app
    
    # my_app will be rebuilt if something in $(LIB) changes
    my_app: $(OBJ_LIST) $(LIB)
        g++ -o $@ $<
    
    %.o: %.cpp
        g++ -c $(CPPFLAGS) -o $@ $<
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

It's been a long time since I've done C++ and I'm running into some
It's been a long time since I haven't created a project from scratch, and
It's been a long (long...) time since I've done any C programming and I'm
It has been a long time since I used java and I have run
I use prototype since a long time, but for some reason I have to
Its a long time since I've used C but now I'm trying to compile
It's been a long time since I've had to deal with Win32 menus. I
It's been now a long time since I try to figure out how to
I been using VS2008 Pro for a long time now but since of licensing
I've been using SVN since a long time and now we're trying on Git.

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.