| OLD | NEW |
| 1 # Generated automatically from Makefile.in by configure. | 1 # Generated automatically from Makefile.in by configure. |
| 2 # Makefile.in for thttpd | 2 # Makefile.in for thttpd |
| 3 # | 3 # |
| 4 # Copyright © 1995,1998 by Jef Poskanzer <jef@mail.acme.com>. | 4 # Copyright © 1995,1998 by Jef Poskanzer <jef@mail.acme.com>. |
| 5 # All rights reserved. | 5 # All rights reserved. |
| 6 # | 6 # |
| 7 # Redistribution and use in source and binary forms, with or without | 7 # Redistribution and use in source and binary forms, with or without |
| 8 # modification, are permitted provided that the following conditions | 8 # modification, are permitted provided that the following conditions |
| 9 # are met: | 9 # are met: |
| 10 # 1. Redistributions of source code must retain the above copyright | 10 # 1. Redistributions of source code must retain the above copyright |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 46 CGIBINDIR = $(WEBDIR)/cgi-bin | 46 CGIBINDIR = $(WEBDIR)/cgi-bin |
| 47 | 47 |
| 48 # You shouldn't need to edit anything below here. | 48 # You shouldn't need to edit anything below here. |
| 49 | 49 |
| 50 CC = $(NACLCC) | 50 CC = $(NACLCC) |
| 51 CXX = $(NACLCXX) | 51 CXX = $(NACLCXX) |
| 52 CCOPT = -O0 | 52 CCOPT = -O0 |
| 53 DEFS = -DHAVE_DAEMON=1 -DHAVE__PROGNAME=1 -DHAVE_GRP_H=1 -DHAVE_MEMORY_
H=1 -DHAVE_PATHS_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_DIRENT_H=1 -DHAVE_LIBCRYPT=1
-DHAVE_STRERROR=1 -DHAVE_VSNPRINTF=1 -DHAVE_SETSID=1 -DHAVE_GETADDRINFO=1 -DHAV
E_GETNAMEINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_SIGSET=1 -DHAVE_ATOLL=1 -DHAVE_UNIS
TD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_SELECT=1 -DHAVE_TM_GMTOFF=1 -DHAVE_INT64T=1 -
DHAVE_SOCKLENT=1 | 53 DEFS = -DHAVE_DAEMON=1 -DHAVE__PROGNAME=1 -DHAVE_GRP_H=1 -DHAVE_MEMORY_
H=1 -DHAVE_PATHS_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_DIRENT_H=1 -DHAVE_LIBCRYPT=1
-DHAVE_STRERROR=1 -DHAVE_VSNPRINTF=1 -DHAVE_SETSID=1 -DHAVE_GETADDRINFO=1 -DHAV
E_GETNAMEINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_SIGSET=1 -DHAVE_ATOLL=1 -DHAVE_UNIS
TD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_SELECT=1 -DHAVE_TM_GMTOFF=1 -DHAVE_INT64T=1 -
DHAVE_SOCKLENT=1 |
| 54 INCLS = -I. $(NACLPORTS_CPPFLAGS) | 54 INCLS = -I. $(NACLPORTS_CPPFLAGS) |
| 55 CFLAGS = $(CCOPT) $(DEFS) $(NACLPORTS_CFLAGS) $(INCLS) | 55 CFLAGS = $(CCOPT) $(DEFS) $(NACLPORTS_CFLAGS) $(INCLS) |
| 56 LDFLAGS =» -lcrypt -ljsoncpp ${NACL_CLI_MAIN_LIB} $(NACLPORTS_LDFLAGS) -pth
read | 56 LDFLAGS =» $(NACLPORTS_LDFLAGS) -lcrypt -ljsoncpp $(NACLPORTS_LIBS) -pthrea
d |
| 57 LIBS = | 57 LIBS = |
| 58 NETLIBS = | 58 NETLIBS = |
| 59 INSTALL = /usr/bin/install -c | 59 INSTALL = /usr/bin/install -c |
| 60 | 60 |
| 61 .c.o: | 61 .c.o: |
| 62 @rm -f $@ | 62 @rm -f $@ |
| 63 $(CC) $(CFLAGS) -c $*.c | 63 $(CC) $(CFLAGS) -c $*.c |
| 64 | 64 |
| 65 .cpp.o: | 65 .cpp.o: |
| 66 @rm -f $@ | 66 @rm -f $@ |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 132 thttpd.o: config.h version.h libhttpd.h fdwatch.h mmc.h timers.h match.h \ | 132 thttpd.o: config.h version.h libhttpd.h fdwatch.h mmc.h timers.h match.h \ |
| 133 my_syslog.h | 133 my_syslog.h |
| 134 libhttpd.o: config.h version.h libhttpd.h mime_encodings.h mime_types.h \ | 134 libhttpd.o: config.h version.h libhttpd.h mime_encodings.h mime_types.h \ |
| 135 mmc.h timers.h match.h tdate_parse.h my_syslog.h | 135 mmc.h timers.h match.h tdate_parse.h my_syslog.h |
| 136 syslog.o: my_syslog.h | 136 syslog.o: my_syslog.h |
| 137 fdwatch.o: fdwatch.h | 137 fdwatch.o: fdwatch.h |
| 138 mmc.o: mmc.h libhttpd.h my_syslog.h | 138 mmc.o: mmc.h libhttpd.h my_syslog.h |
| 139 timers.o: timers.h | 139 timers.o: timers.h |
| 140 match.o: match.h | 140 match.o: match.h |
| 141 tdate_parse.o: tdate_parse.h | 141 tdate_parse.o: tdate_parse.h |
| OLD | NEW |