summaryrefslogtreecommitdiffstats
path: root/Make.defines
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-05 17:40:16 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-05 17:40:16 +0000
commitce019318f4048c96ab28ffcb0312cb752b4f62ed (patch)
tree713c18233c7a6fbd48c830a274c659897ab21055 /Make.defines
parentInitial commit. (diff)
downloadtraceroute-ce019318f4048c96ab28ffcb0312cb752b4f62ed.tar.xz
traceroute-ce019318f4048c96ab28ffcb0312cb752b4f62ed.zip
Adding upstream version 1:2.1.2.upstream/1%2.1.2upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'Make.defines')
-rw-r--r--Make.defines55
1 files changed, 55 insertions, 0 deletions
diff --git a/Make.defines b/Make.defines
new file mode 100644
index 0000000..185db54
--- /dev/null
+++ b/Make.defines
@@ -0,0 +1,55 @@
+# The name of this distributive (used for tarballs etc.).
+# *MUST* be defined here...
+#
+NAME = traceroute
+
+# All subdir lists below are space-separated, with make's '%' wildcard
+# allowed. Default value is shown in commented out example.
+#
+
+# Subdirs to exclude anyway
+#
+#SKIPDIRS = tmp%
+
+# Subdirs to be treated as libdirs.
+#
+#LIBDIRS = lib%
+
+# An exact non-wildcard list of libdirs to be placed last in LIBDIRS list,
+# with the order specified. Useful, when some library should be
+# specified last because of referencing from another library...
+#
+#LIBLAST =
+
+# Subdirs to be treated as includedirs.
+# Also all LIBDIRS will be actually used for includes too.
+#
+#INCLUDEDIRS = include%
+
+# Subdirs to be treated as moduledirs.
+#
+#MODDIRS = mod%
+
+# Subdirs of executables which will use modules at run-time linking.
+#
+#MODUSERS =
+
+# Subdirs of executables to be installed in `*/sbin' instead of `*/bin'.
+#
+#SBINUSERS =
+
+# Subdirs to exclude from install
+#
+SKIPINSTALL = test% libsupp
+
+
+# A better way to alter the variables is to use "+=" or
+# "override VAR += value"
+#
+# CFLAGS +=
+# CPPFLAGS +=
+# LDFLAGS +=
+# LIBS +=
+
+CPPFLAGS += -D_GNU_SOURCE
+