TIP: Click on subject to list as thread! ANSI
echo: makenl_ng
to: ANDREW CLARKE
from: BJRN FELTEN
date: 2014-11-30 13:47:00
subject: The MakeNl makefile for A

 ac> I don't know what SASC uses as a compiler #define. __SASC__ maybe?

# amiga makefile for makenl
# SAS/C 6.58

# generate release version:    smake
# delete temporary files:      smake clean

default: makenl

CC = sc
CFLAGS =

OBJ=config.o   crc16.o    fileutil.o fts5.o    lsttool.o makenl.o merge.o    \
    mkdiff.o   msgtool.o  output.o   process.o stack.o   strtool.o upcont.o   \
    os.o

..c.o:
 $(CC) $(CFLAGS) $*

config.o : config.c

crc16.o : crc16.c

fileutil.o : fileutil.c

fts5.o : fts5.c

lsttool.o : lsttool.c

makenl.o : makenl.c

merge.o : merge.c

mkdiff.o : mkdiff.c

msgtool.o : msgtool.c

output.o : output.c

process.o : process.c

stack.o : stack.c

strtool.o : strtool.c

upcont.o : upcont.c

os.o : os.c

makenl: $(OBJ)
 $(CC) link to makenl $(OBJ)

clean:
 -delete *.o
 -delete makenl makenl.info makenl.lnk

--- Mozilla/5.0 (Windows; U; Windows NT 5.1; sv-SE; rv:1.9.1.16) Gecko/20101125
* Origin: news://felten.yi.org (2:203/2)

SOURCE: echomail via QWK@docsplace.org

Email questions or comments to sysop@ipingthereforeiam.com
All parts of this website painstakingly hand-crafted in the U.S.A.!
IPTIA BBS/MUD/Terminal/Game Server List, © 2025 IPTIA Consulting™.