annotate Makefile.solaris @ 698:28fe6a1be852

Adjust to th-libs th_args_help() API change.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 12 Jan 2020 20:28:35 +0200
parents 23d16d9cdf96
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
204
937db3c2465f Added Makefile for Solaris 9+ and removed references to it from main Makefile.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1 #
937db3c2465f Added Makefile for Solaris 9+ and removed references to it from main Makefile.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2 # Configuration settings for typical Solaris 9+
937db3c2465f Added Makefile for Solaris 9+ and removed references to it from main Makefile.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3 #
937db3c2465f Added Makefile for Solaris 9+ and removed references to it from main Makefile.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
4 CC=gcc
937db3c2465f Added Makefile for Solaris 9+ and removed references to it from main Makefile.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
5 CFLAGS=-DHAVE_STRING_H -DHAVE_INT_TYPES -DHAVE_UINT_T
205
b1482bc34260 Link to libncurses instead of system curses.
Matti Hamalainen <ccr@tnsp.org>
parents: 204
diff changeset
6 LDFLAGS=-lncurses -lresolv
204
937db3c2465f Added Makefile for Solaris 9+ and removed references to it from main Makefile.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
7
665
23d16d9cdf96 Work on the build system, split generic UNIX things into Makefile.unix
Matti Hamalainen <ccr@tnsp.org>
parents: 205
diff changeset
8 include Makefile.unix