Open System Services Shell and Utilities Reference Manual (G06.25+, H06.03+)

make(1) OSS Shell and Utilities Reference Manual
main.exe: main.c
c89 -o $@ $? ${CFLAGS} -l zrldsrl
sort.dll : sort.o
ld -o $@ ${LDFLAGS_DLL} sort.o -export CompareInts
sort.o : sort.c
c89 -o $@ $? ${CFLAGS} -c
clean:
rm *.o revstr *.dll
FILES
/usr/share/mk/posix.mk
Default POSIX rules for the make utility.
makefile List of dependencies.
Makefile List of dependencies.
EXIT VALUES
The make command exits with one of the following values:
0 (zero) To indicate successful completion.
1 To indicate that the target was not up-to-date when the -q ag was specied.
> 1 To indicate an error occurred.
RELATED INFORMATION
Commands: sh(1).
Miscellaneous: environ(5).
STANDARDS CONFORMANCE
The OSS implementation conforms to the XPG4 Version 2 specication with the following
exceptions:
The OSS implementation does not support the extended description features of the XPG4
Version 2 specication.
The following extensions are supported:
The include feature for nested makeles.
610 Hewlett-Packard Company 527188-003