Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. MAKEFILE SOURCE CODE IN C LANGUAGE

MAKEFILE SOURCE CODE IN C LANGUAGE

Scheduled Pinned Locked Moved C / C++ / MFC
help
6 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Member 9978154
    wrote on last edited by
    #1

    i want to write my own MAKEFILE for our Internal Compiler,if anyone having source code..please help me

    L J C 3 Replies Last reply
    0
    • M Member 9978154

      i want to write my own MAKEFILE for our Internal Compiler,if anyone having source code..please help me

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      Please read http://www.codeproject.com/Messages/2922875/HOW-TO-ASK-A-QUESTION.aspx[^]. If you want source code then try searching for it. There are many websites with detailed information about makefiles and how they work.

      1 Reply Last reply
      0
      • M Member 9978154

        i want to write my own MAKEFILE for our Internal Compiler,if anyone having source code..please help me

        J Offline
        J Offline
        jschell
        wrote on last edited by
        #3

        Member 9978154 wrote:

        i want to write my own MAKEFILE for our Internal Compiler,if anyone having source code..

        A make file might be consider source. A make file would be consumed by the "make" utility. You can look for examples of make files. If you want to write your own "make" application (not make file) then that would be a different source. However in that case I question why you think you would need to modify make itself. Have you looked a the documentation and understood it? If yes then what feature do you think is missing for your internal compiler?

        M 1 Reply Last reply
        0
        • J jschell

          Member 9978154 wrote:

          i want to write my own MAKEFILE for our Internal Compiler,if anyone having source code..

          A make file might be consider source. A make file would be consumed by the "make" utility. You can look for examples of make files. If you want to write your own "make" application (not make file) then that would be a different source. However in that case I question why you think you would need to modify make itself. Have you looked a the documentation and understood it? If yes then what feature do you think is missing for your internal compiler?

          M Offline
          M Offline
          Member 9978154
          wrote on last edited by
          #4

          Thanx for your advice.But as we are developing our own debugger,so i want to develop my own makefile. I want some source code...please suggest me

          J 1 Reply Last reply
          0
          • M Member 9978154

            i want to write my own MAKEFILE for our Internal Compiler,if anyone having source code..please help me

            C Offline
            C Offline
            Chris Losinger
            wrote on last edited by
            #5

            http://www.gnu.org/software/make/[^] source code is available.

            image processing toolkits | batch image processing

            1 Reply Last reply
            0
            • M Member 9978154

              Thanx for your advice.But as we are developing our own debugger,so i want to develop my own makefile. I want some source code...please suggest me

              J Offline
              J Offline
              jschell
              wrote on last edited by
              #6

              Member 9978154 wrote:

              But as we are developing our own debugger,so i want to develop my own makefile.

              The former has nothing to do with the latter.

              Member 9978154 wrote:

              I want some source code...please suggest me

              You can find open source for the make application. Still no idea what you think you are going to get from it.

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups