Open System Services Shell and Utilities Reference Manual (G06.28+, H06.05+)
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 flag was specified.
> 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 specification with the following
exceptions:
• The OSS implementation does not support the extended description features of the XPG4
Version 2 specification.
• The following extensions are supported:
— The include feature for nested makefiles.
6−10 Hewlett-Packard Company 527188-007