2005-10-19 22:00:35 -04:00
|
|
|
top_builddir=../..
|
|
|
|
include $(top_builddir)/Makefile.config
|
2005-09-15 09:58:31 -04:00
|
|
|
|
2005-09-27 16:49:47 -04:00
|
|
|
SUBDIRS-$(CONFIG_BITTORRENT) += bittorrent
|
|
|
|
SUBDIRS-$(CONFIG_FINGER) += finger
|
2006-01-16 05:40:13 -05:00
|
|
|
SUBDIRS-$(CONFIG_FSP) += fsp
|
2005-09-27 16:49:47 -04:00
|
|
|
SUBDIRS-$(CONFIG_FTP) += ftp
|
2021-07-02 15:28:48 -04:00
|
|
|
SUBDIRS-$(CONFIG_GEMINI) += gemini
|
2005-09-27 16:49:47 -04:00
|
|
|
SUBDIRS-$(CONFIG_GOPHER) += gopher
|
|
|
|
SUBDIRS-$(CONFIG_NNTP) += nntp
|
|
|
|
SUBDIRS-$(CONFIG_SMB) += smb
|
|
|
|
SUBDIRS-$(CONFIG_URI_REWRITE) += rewrite
|
2005-09-15 09:58:31 -04:00
|
|
|
|
2021-07-02 15:28:48 -04:00
|
|
|
SUBDIRS = auth file http test
|
2005-09-15 09:58:31 -04:00
|
|
|
|
2005-09-28 06:38:17 -04:00
|
|
|
OBJS-$(CONFIG_DATA) += data.o
|
2006-01-29 19:22:31 -05:00
|
|
|
|
2022-07-31 10:44:11 -04:00
|
|
|
OBJS = about.o common.o date.o header.o protocol.obj proxy.o uri.o user.o
|
2005-09-28 06:38:17 -04:00
|
|
|
|
2005-10-19 19:11:47 -04:00
|
|
|
include $(top_srcdir)/Makefile.lib
|