• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: silly GNU make question
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: silly GNU make question


  • Subject: Re: silly GNU make question
  • From: email@hidden
  • Date: Sun, 16 Apr 2006 21:03:56 -0700


Peter,

$(EXE):

         c++ $(SRC) -o $(EXE) $(CPPFLAGS) $(LIBS)

... so why no make, make?  The event_test.cpp file is clearly newer
than the target, yet make says "nothing to be done."  This has to be
some silly thing that I just don't grok, but I know not what it is.

You don't have a dependency on the source file here. Try $(EXE): $(SRC)

Ugh. I know that -- the simplest thing and it didn't jump at me. Maybe we can just all forget that I asked this questi--hey, look over there! [John quickly erases all traces of this question from the mailing list]


Regards,

John

Falling You - exploring the beauty of voice and sound
http://www.fallingyou.com











_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >silly GNU make question (From: email@hidden)
 >Re: silly GNU make question (From: "Peter O'Gorman" <email@hidden>)

  • Prev by Date: Re: silly GNU make question
  • Next by Date: Re: Callling clib from assembly language
  • Previous by thread: Re: silly GNU make question
  • Next by thread: QTFile only support QuickTime file and st andard MPEG4 file,how do I write module t o support other file format?
  • Index(es):
    • Date
    • Thread