also @ TechSpot: Windows logo to get a Metro makeover in Windows 8
Welcome to the TechSpot OpenBoards. Please read the FAQ if you have any questions. Sign up or Login to participate.

Go Back   TechSpot OpenBoards > Software > Software Apps

Begin your free trial now Pay-as-you-go options starting at $10/user/month

Makefile

Thread Tools Search this Thread
  #1  
Old 04-01-2007
Onus's Avatar
Newcomer, in training
 
Location: 15 mis from the beach
Member since: Sep 2006, 25 posts
Makefile

I downloaded "makefile" and I can't remember where to plug it in. I searched Google and it took me to a tutorial by Opus. I don't have Opus on my computer. I think it was a plug in for either Total Commander or OpenOffice.org. Can you help me?
  #2  
Old 04-01-2007
Jesse_hz's Avatar
TechSpot Booster
 
Location: Copenhagen, Denmark
Member since: Jan 2006, 638 posts
System specs
I don't understand. Are you trying to compile something?
  #3  
Old 04-01-2007
jobeard's Avatar
TechSpot Ambassador
 
Location: Southern Calif.
Member since: Apr 2005, 10,835 posts
Make is a utility which reads lines from a makefile to create(compile & link) programs.

It's highly unlikely that you need a makefile if you did not know this already.
  #4  
Old 04-01-2007
Onus's Avatar
Newcomer, in training
 
Location: 15 mis from the beach
Member since: Sep 2006, 25 posts
Compile & Link "makefile"

There is no way to tell. There are not other file associations; no explanations and no readme.
  #5  
Old 04-02-2007
jobeard's Avatar
TechSpot Ambassador
 
Location: Southern Calif.
Member since: Apr 2005, 10,835 posts
A tru makefile is smallish (20-30kb) and only contains plain text.

open with any editor program (nopad,wordpad)

there will be lines like
all: build install test uninstall

build: xxx yyy zz
cc $* -o
install:

yyy:

zzz:
if not, then it's not a makefile; if so, just delete it
Closed Thread

Thread Tools Search this Thread
Search this Thread:

Advanced Search
All times are GMT -4. The time now is 07:36 PM.