equal
deleted
inserted
replaced
18 # |
18 # |
19 # CDDL HEADER END |
19 # CDDL HEADER END |
20 # |
20 # |
21 |
21 |
22 # |
22 # |
23 # Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved. |
23 # Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved. |
24 # |
24 # |
25 |
25 |
26 include ../../make-rules/shared-macros.mk |
26 include ../../make-rules/shared-macros.mk |
27 |
27 |
28 COMPONENT_NAME= iftop |
28 COMPONENT_NAME= iftop |
57 CONFIGURE_OPTIONS += CPPFLAGS="$(CPPFLAGS)" |
57 CONFIGURE_OPTIONS += CPPFLAGS="$(CPPFLAGS)" |
58 CONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)" |
58 CONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)" |
59 |
59 |
60 |
60 |
61 # common targets |
61 # common targets |
62 build: $(BUILD_32) |
62 build: $(BUILD_64) |
63 |
63 |
64 install: $(INSTALL_32) |
64 install: $(INSTALL_64) |
65 |
65 |
66 test: $(NO_TESTS) |
66 test: $(NO_TESTS) |
67 |
67 |
68 BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS) |
68 BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS) |
69 |
69 |