-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy pathMakefile.am
50 lines (42 loc) · 1.33 KB
/
Makefile.am
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
#########################################################################
# #
# Copyright (C) 2002 #
# Internet2 #
# All Rights Reserved #
# #
#########################################################################
#
# File: Makefile.am
#
# Author: Rich Carlson
# Internet2
#
# Date: Fri Feb 27 13:37:24 CST 2004
#
# Description: toplevel build for bwctl
#
SUBDIRS = @TOP_BUILD_DIRS@ src conf doc HTML5-frontend
if INCLUDE_APPLET
SUBDIRS += Applet
endif
if INCLUDE_FLASH
SUBDIRS += flash-client
endif
if HAVE_GCJ
SUBDIRS += Admin janalyze
endif
ndtdir = $(prefix)/ndt
ndt_DATA = admin_description.html admin.html \
copyright.html web100variables.html web100_variables
EXTRA_DIST = admin_description.html admin.html \
tcpbw100.template tcpbw100-java.template copyright.html web100variables.html \
web100_variables COPYRIGHT \
DISCUSSION-LIST FILES Readme-fakewww Readme-web100srv \
contrib/README contrib/loadmap.intro contrib/loadmap.js \
contrib/loadmap.txt contrib/Tcpbw1001.java \
tfw/client.py tfw/communication.py tfw/hosts.py tfw/network.py \
tfw/Readme tfw/scenarios.py tfw/server.py tfw/traffics.py tfw/widgets.py \
$(sbin_SCRIPTS) $(ndt_DATA)
sdatadir:
test -z "$(DESTDIR)$(ndtdir)/serverdata" || $(mkdir_p) "$(DESTDIR)$(ndtdir)/serverdata"
install: sdatadir install-recursive