home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 1
/
GoldFishApril1994_CD2.img
/
d4xx
/
d473
/
cnewssrc
/
cnews_src.lzh
/
libfake
/
mk.amix
< prev
next >
Wrap
Text File
|
1990-12-31
|
896b
|
39 lines
# :ts=4
#
# $Id: Makefile,v 1.3 90/12/25 15:25:02 crash Exp Locker: crash $
# $Log: Makefile,v $
# AMIGA
#-INCLUDE = -ICN:include
#-CC = cc
#-COPTS = -bs -sob -wl -DFJE -DAMIGA
#-LIB = CN:libcnews.lib
# AMIX
INCLUDE = -I../include
CC = gcc
COPTS = -O -DFJE
LIB = ../libcnews.a
CFLAGS = $(COPTS) $(INCLUDE)
# workaround for System V make bug
SHELL = /bin/sh
# ALL = dbm.o fsync.o getopt.o index.o ldiv.o memchr.o memcmp.o memcpy.o
ALL = dbz.o fsync.o getopt.o index.o ldiv.o memchr.o memcmp.o memcpy.o \
memset.o mkdir.o putenv.o rindex.o strchr.o strcspn.o strpbrk.o strrchr.o \
strspn.o strtok.o symlink.o strerror.o
# beware -- build knows about NEEDED
# AMIGA
# mkdir() in CNews is (char *dir, int mode)
#-NEEDED = dbz.o fsync.o getopt.o strerror.o strnicmp.o symlink.o
NEEDED = dbz.o strnicmp.o
#-.c.o:
#- $(CC) $(CFLAGS) $*.c
all: $(NEEDED)
#- -delete $(LIB)
ar ruv $(LIB) $(NEEDED)