mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-17 12:08:43 +00:00
8b1eeb2e86
- the rez fork rules is now in one of the *.mk files; don't include it here - make sure the contrib.h header gets installed libcontrib.rez: - added the build date
21 lines
378 B
Makefile
21 lines
378 B
Makefile
#
|
|
# This is the makefile for libcontrib, GNO v2.0.6
|
|
#
|
|
# $Id: Makefile,v 1.4 1998/03/08 18:11:49 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
|
|
|
|
HDIR = $(RELEASE_DIR)/usr/include/gno
|
|
|
|
release::
|
|
$(INSTALL) -d $(HDIR)
|
|
$(INSTALL) contrib.h $(HDIR)
|
|
|
|
$(OBJS):: contrib.h
|