home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-04-16 | 932 b | 39 lines | [TEXT/????] |
-
- #
- # Definitions for Sony News workstation
- #
-
- # The name of this O.S.
- #
- OS= sony
-
- # Define the name of the script used to update the dependencies in
- # the Makefile.
- # Choices are:
- # slowmkdep -- always works (as far as I know)
- # fastmkdep -- uses cc -M, which isn't always available
- # makedepend -- Todd Brunhoff's superfast tool (comes with X11)
- # (This needs -Dunix because of configure.h)
- # You may also place this definition in the proto.arch.* file if no
- # method works for every architecture supported by this OS.
- #
- #MKDEP= $(CONF)/slowmkdep
- MKDEP= $(CONF)/fastmkdep
- #MKDEP= makedepend -Dunix
-
- # Define the system libraries to link with programs that use termcap and X11
- # (In some cases these are architecture-dependent)
- #
- LIBTERMCAP= -ltermcap
- LIBX11= -lX11
-
- # Similar for the math library
- #
- LIBMATH= -lm
-
- # Other OS-specific choices (-I flags, -D flags, compiler options)
- #
- OSINCLS=
- OSDEFS=
- OSOPTS=
-