Created new 'sparc-sun-solaris2.9' platform for testing with Solaris 9.
[dyninst.git] / visiClients / histVisi / sparc-sun-solaris2.9 / Makefile
1 #
2 # $Id: Makefile,v 1.1 2003/09/30 14:20:46 jodom Exp $
3 #
4
5 # Define any symbols needed to invoke configuration changes in make.config
6
7 USES_TCLTK      = true
8 USES_X11        = true
9 TO_CORE     = ../../..
10 NO_IMPLICIT_TEMPLATES = true
11
12 # Include standard make configuration stuff that applies to everything
13 # in the paradyn tree.
14
15 include $(TO_CORE)/make.config 
16
17 # Now make any necessary architecture specific changes to variables:
18 # this two are a temporary kludge; barchart should have a "src" dir
19 CXXFLAGS    += $(TCLFRIENDLYWARNINGS)
20 TFLAGS      += $(TCLFRIENDLYWARNINGS)
21 CFLAGS      += $(TCLFRIENDLYWARNINGS)
22 SYSLIBS     = -lsocket -lnsl -ldl
23
24 # Include the module-specific Makefile, which defines everything about
25 # the module that is common across architectures.
26
27 include ../make.module.tmpl
28
29 # Include the "standard program template".  This defines all the
30 # common targets like "clean", "install", etc.
31
32 include ../../../make.program.tmpl