ObjFW  Diff

Differences From Artifact [3e4d53e67a]:

To Artifact [a79a727b4f]:


64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
}

test -z "$1" && show_help

while test ! -z "$1"; do
	case "$1" in
		--all)
			printf "%s %s %s" "$CFLAGS" "$CPPFLAGS" "$CXXFLAGS"
			printf "%s %s" "$OBJCFLAGS" "$LDFLAGS"
			printf "%s %s" "$LDFLAGS_REEXPORT" "$LDFLAGS_RPATH"
			printf "%s" "$LIBS"
			;;
		--cflags)
			printf "%s" "$CFLAGS"
			;;
		--cppflags)
			printf "%s" "$CPPFLAGS"







|
|
|







64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
}

test -z "$1" && show_help

while test ! -z "$1"; do
	case "$1" in
		--all)
			printf "%s %s %s " "$CFLAGS" "$CPPFLAGS" "$CXXFLAGS"
			printf "%s %s " "$OBJCFLAGS" "$LDFLAGS"
			printf "%s %s " "$LDFLAGS_REEXPORT" "$LDFLAGS_RPATH"
			printf "%s" "$LIBS"
			;;
		--cflags)
			printf "%s" "$CFLAGS"
			;;
		--cppflags)
			printf "%s" "$CPPFLAGS"