2005-09-15 23:01:31 -04:00
|
|
|
path_to_top=../..
|
|
|
|
include $(path_to_top)/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
|
|
|
|
SUBDIRS-$(CONFIG_FTP) += ftp
|
|
|
|
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
|
|
|
|
2005-09-27 16:49:47 -04:00
|
|
|
OBJS-$(CONFIG_DATA) += data.o
|
2005-09-15 09:58:31 -04:00
|
|
|
|
2005-09-27 16:49:47 -04:00
|
|
|
SUBDIRS = auth file http
|
2005-09-15 09:58:31 -04:00
|
|
|
|
2005-09-27 16:38:00 -04:00
|
|
|
OBJS = about.o $(dataobj) date.o header.o protocol.o proxy.o uri.o user.o
|
2005-09-15 09:58:31 -04:00
|
|
|
|
2005-09-15 23:01:31 -04:00
|
|
|
include $(path_to_top)/Makefile.lib
|