diff options
| author | 2024-08-12 16:10:38 +0200 | |
|---|---|---|
| committer | 2024-08-12 16:10:38 +0200 | |
| commit | e92331b8da488ec7283fb48461cc870a6a55f337 (patch) | |
| tree | 87e7fce299c6d1b50e559c0d09333d93b8c79e71 /Makefile | |
| parent | Variable renaming in xs_unix_socket, because it collides in Illumos. (diff) | |
| download | snac2-e92331b8da488ec7283fb48461cc870a6a55f337.tar.gz snac2-e92331b8da488ec7283fb48461cc870a6a55f337.tar.xz snac2-e92331b8da488ec7283fb48461cc870a6a55f337.zip | |
Updated dependencies.
Diffstat (limited to '')
| -rw-r--r-- | Makefile | 34 |
1 files changed, 19 insertions, 15 deletions
| @@ -34,26 +34,30 @@ uninstall: | |||
| 34 | rm $(PREFIX_MAN)/man8/snac.8 | 34 | rm $(PREFIX_MAN)/man8/snac.8 |
| 35 | 35 | ||
| 36 | activitypub.o: activitypub.c xs.h xs_json.h xs_curl.h xs_mime.h \ | 36 | activitypub.o: activitypub.c xs.h xs_json.h xs_curl.h xs_mime.h \ |
| 37 | xs_openssl.h xs_regex.h xs_time.h xs_set.h xs_match.h snac.h | 37 | xs_openssl.h xs_regex.h xs_time.h xs_set.h xs_match.h snac.h \ |
| 38 | http_codes.h | ||
| 38 | data.o: data.c xs.h xs_hex.h xs_io.h xs_json.h xs_openssl.h xs_glob.h \ | 39 | data.o: data.c xs.h xs_hex.h xs_io.h xs_json.h xs_openssl.h xs_glob.h \ |
| 39 | xs_set.h xs_time.h xs_regex.h xs_match.h snac.h | 40 | xs_set.h xs_time.h xs_regex.h xs_match.h snac.h http_codes.h |
| 40 | format.o: format.c xs.h xs_regex.h xs_mime.h xs_html.h xs_json.h \ | 41 | format.o: format.c xs.h xs_regex.h xs_mime.h xs_html.h xs_json.h \ |
| 41 | xs_time.h snac.h | 42 | xs_time.h snac.h http_codes.h |
| 42 | html.o: html.c xs.h xs_io.h xs_json.h xs_regex.h xs_set.h xs_openssl.h \ | 43 | html.o: html.c xs.h xs_io.h xs_json.h xs_regex.h xs_set.h xs_openssl.h \ |
| 43 | xs_time.h xs_mime.h xs_match.h xs_html.h snac.h | 44 | xs_time.h xs_mime.h xs_match.h xs_html.h snac.h http_codes.h |
| 44 | http.o: http.c xs.h xs_io.h xs_openssl.h xs_curl.h xs_time.h xs_json.h \ | 45 | http.o: http.c xs.h xs_io.h xs_openssl.h xs_curl.h xs_time.h xs_json.h \ |
| 45 | snac.h | 46 | snac.h http_codes.h |
| 46 | httpd.o: httpd.c xs.h xs_io.h xs_json.h xs_socket.h xs_httpd.h xs_mime.h \ | 47 | httpd.o: httpd.c xs.h xs_io.h xs_json.h xs_socket.h xs_unix_socket.h \ |
| 47 | xs_time.h xs_openssl.h xs_fcgi.h xs_html.h snac.h | 48 | xs_httpd.h xs_mime.h xs_time.h xs_openssl.h xs_fcgi.h xs_html.h snac.h \ |
| 48 | main.o: main.c xs.h xs_io.h xs_json.h xs_time.h xs_openssl.h snac.h | 49 | http_codes.h |
| 50 | main.o: main.c xs.h xs_io.h xs_json.h xs_time.h xs_openssl.h snac.h \ | ||
| 51 | http_codes.h | ||
| 49 | mastoapi.o: mastoapi.c xs.h xs_hex.h xs_openssl.h xs_json.h xs_io.h \ | 52 | mastoapi.o: mastoapi.c xs.h xs_hex.h xs_openssl.h xs_json.h xs_io.h \ |
| 50 | xs_time.h xs_glob.h xs_set.h xs_random.h xs_url.h xs_mime.h xs_match.h \ | 53 | xs_time.h xs_glob.h xs_set.h xs_random.h xs_url.h xs_mime.h xs_match.h \ |
| 51 | snac.h | ||
| 52 | snac.o: snac.c xs.h xs_hex.h xs_io.h xs_unicode.h xs_json.h xs_curl.h \ | ||
| 53 | xs_openssl.h xs_socket.h xs_url.h xs_httpd.h xs_mime.h xs_regex.h \ | ||
| 54 | xs_set.h xs_time.h xs_glob.h xs_random.h xs_match.h xs_fcgi.h xs_html.h \ | ||
| 55 | snac.h http_codes.h | 54 | snac.h http_codes.h |
| 56 | upgrade.o: upgrade.c xs.h xs_io.h xs_json.h xs_glob.h snac.h | 55 | snac.o: snac.c xs.h xs_hex.h xs_io.h xs_unicode.h xs_json.h xs_curl.h \ |
| 56 | xs_openssl.h xs_socket.h xs_unix_socket.h xs_url.h xs_httpd.h xs_mime.h \ | ||
| 57 | xs_regex.h xs_set.h xs_time.h xs_glob.h xs_random.h xs_match.h xs_fcgi.h \ | ||
| 58 | xs_html.h snac.h http_codes.h | ||
| 59 | upgrade.o: upgrade.c xs.h xs_io.h xs_json.h xs_glob.h snac.h http_codes.h | ||
| 57 | utils.o: utils.c xs.h xs_io.h xs_json.h xs_time.h xs_openssl.h \ | 60 | utils.o: utils.c xs.h xs_io.h xs_json.h xs_time.h xs_openssl.h \ |
| 58 | xs_random.h xs_glob.h xs_curl.h xs_regex.h snac.h | 61 | xs_random.h xs_glob.h xs_curl.h xs_regex.h snac.h http_codes.h |
| 59 | webfinger.o: webfinger.c xs.h xs_json.h xs_curl.h xs_mime.h snac.h | 62 | webfinger.o: webfinger.c xs.h xs_json.h xs_curl.h xs_mime.h snac.h \ |
| 63 | http_codes.h | ||