delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1998/05/09/13:46:00

From: Alex Weekley <rednax89 AT airmail DOT net>
Newsgroups: comp.os.msdos.djgpp
Subject: Bad makefile
Date: Sat, 09 May 1998 12:39:14 -0500
Organization: INTERNET AMERICA
Lines: 45
Message-ID: <067E9C4CA4749CFA.B60201B6EDD03678.4E7699120187A3E9@library-proxy.airnews.net>
Reply-To: rednax89 AT airmail DOT net
Abuse-Reports-To: abuse at airmail.net to report improper postings
NNTP-Proxy-Relay: library.airnews.net
NNTP-Posting-Time: Sat May 9 12:37:36 1998
NNTP-Posting-Host: gw2-ppp57.its.iadfw.net
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.

--------------2DA1468C78C5
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Can anyone please tell me what is wrong with this makefile? One minute
it was working fine and now I always get missing separator. I've even
tried writing a new one but the same thing always happens. Arrgh! I hate
make!

-- 
Alex Weekley
mailto:rednax89 AT airmail DOT net

--------------2DA1468C78C5
Content-Type: text/plain; charset=us-ascii; name="makefile"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; filename="makefile"

CC=gcc
CFLAGS=-s -O2 -Wall -x c
FOOL_LIB=libkb.a libsb.a
FOOL_OBJ=\
    foolmain.o\
    al_video.o\
    bitmap.o  \
    font.o    \
    graph.o   \
    blaster.o \
    globals.o \
    engine.o  \
    game_art.o\
    game_aud.o\
    debug.o

fool.exe:
    $(FOOL_OBJ)
    $(CC) -o fool.exe $(FOOL_OBJ) $(FOOL_LIB)

%.o:
    $(CFLAGS) %.c

--------------2DA1468C78C5--

- Raw text -


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