mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-04 22:08:21 +00:00
6bfb3527a9
- most Makefiles now use gno/lib/lib.mk (not all of libc has been done yet)
18 lines
331 B
Makefile
18 lines
331 B
Makefile
#
|
|
# This is the makefile for libcontrib, GNO v2.0.6
|
|
#
|
|
# $Id: Makefile,v 1.3 1998/02/08 03:47:29 gdr-ftp Exp $
|
|
#
|
|
|
|
LIB = contrib
|
|
SRCS = copyfile.c expandpath.c strarray.c xalloc.c
|
|
OPTIMIZE = 78
|
|
CFLAGS += -I. -Slibcontrib
|
|
|
|
.INCLUDE: /src/gno/lib/lib.mk
|
|
|
|
$(LIBTARGET):: lib$(LIB).r
|
|
$(CATREZ) -d $@ lib$(LIB).r
|
|
|
|
$(OBJS):: contrib.h
|