annotate Makefile.solaris @ 665:23d16d9cdf96

Work on the build system, split generic UNIX things into Makefile.unix
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 12 Feb 2016 03:05:07 +0200
parents b1482bc34260
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