mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-12-30 04:33:01 +00:00
Makefile:
- 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
This commit is contained in:
parent
a3eaea8456
commit
8b1eeb2e86
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# This is the makefile for libcontrib, GNO v2.0.6
|
# This is the makefile for libcontrib, GNO v2.0.6
|
||||||
#
|
#
|
||||||
# $Id: Makefile,v 1.3 1998/02/08 03:47:29 gdr-ftp Exp $
|
# $Id: Makefile,v 1.4 1998/03/08 18:11:49 gdr-ftp Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
LIB = contrib
|
LIB = contrib
|
||||||
@ -11,7 +11,10 @@ CFLAGS += -I. -Slibcontrib
|
|||||||
|
|
||||||
.INCLUDE: /src/gno/lib/lib.mk
|
.INCLUDE: /src/gno/lib/lib.mk
|
||||||
|
|
||||||
$(LIBTARGET):: lib$(LIB).r
|
HDIR = $(RELEASE_DIR)/usr/include/gno
|
||||||
$(CATREZ) -d $@ lib$(LIB).r
|
|
||||||
|
release::
|
||||||
|
$(INSTALL) -d $(HDIR)
|
||||||
|
$(INSTALL) contrib.h $(HDIR)
|
||||||
|
|
||||||
$(OBJS):: contrib.h
|
$(OBJS):: contrib.h
|
||||||
|
@ -1,13 +1,14 @@
|
|||||||
/*
|
/*
|
||||||
* Resources for version and comment
|
* Resources for version and comment
|
||||||
*
|
*
|
||||||
* $Id: libcontrib.rez,v 1.1 1997/10/03 04:49:40 gdr Exp $
|
* $Id: libcontrib.rez,v 1.2 1998/03/08 18:11:50 gdr-ftp Exp $
|
||||||
*/
|
*/
|
||||||
#define LIB "lcontrib"
|
#define LIB "lcontrib"
|
||||||
#define DESC "A library of non-standard but still useful subroutines.\n"
|
#define DESC "A library of non-standard but still useful subroutines.\n"
|
||||||
#define GNO_VER "GNO v2.0.6"
|
#define GNO_VER "GNO v2.0.6\n"
|
||||||
|
|
||||||
#include "Types.rez"
|
#include "Types.rez"
|
||||||
|
#include "/src/gno/build.tools/builddate.rez"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Version
|
* Version
|
||||||
@ -19,6 +20,7 @@ resource rVersion (1, purgeable3) {
|
|||||||
verUS, /* Country */
|
verUS, /* Country */
|
||||||
LIB, /* Program name */
|
LIB, /* Program name */
|
||||||
DESC GNO_VER
|
DESC GNO_VER
|
||||||
|
BUILD_DATE
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
@ -28,4 +30,5 @@ resource rVersion (1, purgeable3) {
|
|||||||
resource rComment (1, purgeable3) {
|
resource rComment (1, purgeable3) {
|
||||||
LIB " v1.0 (September 1997)\n"
|
LIB " v1.0 (September 1997)\n"
|
||||||
DESC GNO_VER
|
DESC GNO_VER
|
||||||
|
BUILD_DATE
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user