-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMakefile
executable file
·33 lines (27 loc) · 933 Bytes
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#*************************************************************************
# Copyright (c) 2002 The University of Chicago, as Operator of Argonne
# National Laboratory.
# Copyright (c) 2002 The Regents of the University of California, as
# Operator of Los Alamos National Laboratory.
# This file is distributed subject to a Software License Agreement found
# in the file LICENSE that is included with this distribution.
#*************************************************************************
#
# $Id$
#
TOP = ../..
include $(TOP)/configure/CONFIG
# Debugging options
ifeq ($(T_A),solaris-sparc)
#DEBUGCMD = purify -first-only -chain-length=30
#DEBUGCMD = quantify
#HOST_OPT=NO
endif
USR_LIBS = ca Com
SYS_PROD_LIBS_WIN32 += ws2_32
PROD_HOST_DEFAULT = camonitor camonitorpv
PROD_HOST_WIN32 = camonitor
PROD_HOST_Darwin = camonitor
camonitor_SRCS = camonitor.c
camonitorpv_SRCS = camonitorpv.c
include $(TOP)/configure/RULES