summaryrefslogtreecommitdiff
path: root/pcap-null.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2019-03-11 13:48:54 -0700
committerGuy Harris <guy@alum.mit.edu>2019-03-11 13:48:54 -0700
commitd82008b9c137b9330b4d7316c59a7f4fd05402e1 (patch)
tree276eaabca0e68a1786074d5344556ac11bf87417 /pcap-null.c
parent2c298ea9049f0f9ab8b21af266c055b60fb703aa (diff)
downloadlibpcap-d82008b9c137b9330b4d7316c59a7f4fd05402e1.tar.gz
Get rid of GNU Makeisms.
We don't (and shouldn't) require GNU Make; instead of using ifeq(), have PLATFORM_C_SRC and PLATFORM_CXX_SRC variables, set in the configure script, that contain the platform-specific C and C++ source files. While we're at it, have MODULE_C_SRC for add-on module source and REMOTE_C_SRC for remote-capture source, and rename CSRC to COMMON_C_SRC and GENSRC to GENERATED_C_SRC. Note that, as not all source files are necessarily C files, we have to expand each component of OBJ separately, at least to the extent of expanding _C_SRC and _CXX_SRC variables separately.
Diffstat (limited to 'pcap-null.c')
0 files changed, 0 insertions, 0 deletions