server

This target creates dependencies for a Taligent application. All make dependencies for creating a Taligent application will be generated for you. This target builds a single executable with all sources linked in.

Syntax

      server name {
      }

Argument name The name of the target, and the name used as a prefix for makefile variables, include lists, and dependencies.

An unsupported version of this target is userver.

Example

Produce a makefile for compiling the three source files, link them together with standard Taligent libraries, and create a main program binary and a shared library containing most of the code. Both of which contain the name MyServer.

      server "MyServer" {
      source:
          main.c
          Server.c
          ServerView.c
      }

[Contents] [Previous] [Next]
Click the icon to mail questions or corrections about this material to Taligent personnel.
Copyright©1995 Taligent,Inc. All rights reserved.

Generated with WebMaker