Thread: makefile

  1. #1
    Registered User
    Join Date
    Jan 2006
    Posts
    1

    makefile

    hello all:

    I have a library with C files and header files and 2 other files named makefile.bcc and jconfig.bcc.

    I'm not sure how to go about using the makefile given. im using borland C.

    Could anyone please let me know how i can run the makefile inorder to see my software work?
    Thanks in advance!

    cheers,
    natasha

  2. #2
    Registered User
    Join Date
    Aug 2005
    Location
    Austria
    Posts
    1,990
    Just type
    Code:
    make -f makefile.bcc
    Kurt

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Makefile Problem: None rule to make target
    By chris24300 in forum Linux Programming
    Replies: 25
    Last Post: 06-17-2009, 09:45 AM
  2. Building a project using a Makefile
    By starcatcher in forum Windows Programming
    Replies: 2
    Last Post: 11-23-2008, 11:50 PM
  3. unix makefile won't work but works in Dev C++
    By jk1998 in forum C++ Programming
    Replies: 1
    Last Post: 06-09-2007, 03:54 PM
  4. makefile blues....
    By WaterNut in forum C Programming
    Replies: 6
    Last Post: 05-30-2005, 08:22 PM
  5. Need help with Makefile
    By xshapirox in forum C++ Programming
    Replies: 14
    Last Post: 09-28-2004, 03:32 PM