delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1998/02/16/21:47:56

From: Mike McLean <libolt AT primenet DOT com>
Newsgroups: comp.os.msdos.djgpp
Subject: Makefile
Date: 15 Feb 1998 12:45:00 -0700
Organization: Primenet Services for the Internet
Lines: 41
Message-ID: <34E746BA.57915167@primenet.com>
MIME-Version: 1.0
To: djgpp AT delorie DOT com
DJ-Gateway: from newsgroup comp.os.msdos.djgpp

This is a multi-part message in MIME format.
--------------8EDB46333DB3AD5E61780837
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

I saw the posting about makefiles in the allegro list earlier today, and
decided to try and write my own for my game.  I have run into troubles
though.  Here is my makefile.
--------------8EDB46333DB3AD5E61780837
Content-Type: text/plain; charset=us-ascii; name="makefile"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; filename="makefile"

luth: characte.cc file.cc graphics.cc messeng.cc monster.cc raikner.cc road.cc pit.cc  Makefile
	gxx -o luth characte.o file.o graphics.o messeng.o monster.o raikner.o road.o pit.o -lalleg

characte.cc:  characte.o
	gxx -c characte.cc
 
file.cc:  file.o
	gxx -c file.cc

graphics.cc:  graphics.o
	gxx -c graphics.cc

messeng.cc:  messeng.o
	gxx -c messeng.cc

monster.cc:  monster.o
	gxx -c monster.cc

raikner.cc:  raikner.o
	gxx -c raikner.cc

road.cc:  road.o
	gxx -c road.cc

pit.cc:  pit.o
	gxx -c pit.cc    
--------------8EDB46333DB3AD5E61780837--

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019