2 # $Id: Makefile,v 1.1 2003/09/30 14:20:47 jodom Exp $
5 # Define any symbols needed to invoke configuration changes in make.config
9 NO_IMPLICIT_TEMPLATES = true
11 # Include standard make configuration stuff that applies to everything
12 # in the paradyn tree.
14 include $(TO_CORE)/make.config
16 # Now make any necessary architecture specific changes to variables:
17 # this two are a temporary kludge; barchart should have a "src" dir
19 CXXFLAGS += $(TCLFRIENDLYWARNINGS)
20 TFLAGS += $(TCLFRIENDLYWARNINGS)
21 CFLAGS += $(TCLFRIENDLYWARNINGS)
22 SYSLIBS = -lw -lintl -lsocket -lnsl
24 # Include the module-specific Makefile, which defines everything about
25 # the module that is common across architectures.
27 include ../make.module.tmpl
29 # Include the "standard program template". This defines all the
30 # common targets like "clean", "install", etc.
32 include ../../../make.program.tmpl