| 42 include util/objs.mk |
42 include util/objs.mk |
| 43 include safs/objs.mk |
43 include safs/objs.mk |
| 44 include webdav/objs.mk |
44 include webdav/objs.mk |
| 45 include daemon/objs.mk |
45 include daemon/objs.mk |
| 46 include config/objs.mk |
46 include config/objs.mk |
| |
47 include proxy/objs.mk |
| 47 include admin/objs.mk |
48 include admin/objs.mk |
| 48 include test/objs.mk |
49 include test/objs.mk |
| 49 |
50 |
| 50 include util/Makefile |
51 include util/Makefile |
| 51 include safs/Makefile |
52 include safs/Makefile |
| 52 include webdav/Makefile |
53 include webdav/Makefile |
| 53 include daemon/Makefile |
54 include daemon/Makefile |
| 54 include config/Makefile |
55 include config/Makefile |
| |
56 include proxy/Makefile |
| 55 include admin/Makefile |
57 include admin/Makefile |
| 56 include test/Makefile |
58 include test/Makefile |
| 57 |
59 |
| 58 MAINOBJS = $(UTILOBJS) $(SAFOBJS) $(DAVOBJS) $(DAEMONOBJS) $(CONFOBJS) $(ADMINOBJS) |
60 MAINOBJS = $(UTILOBJS) $(SAFOBJS) $(DAVOBJS) $(DAEMONOBJS) $(CONFOBJS) $(PROXYOBJS) $(ADMINOBJS) |
| 59 |
61 |
| 60 TESTOBJS += $(MAINOBJS) |
62 TESTOBJS += $(MAINOBJS) |
| 61 |
63 |
| 62 OBJ_DIRS = daemon safs ucx util webdav config admin plugins test |
64 OBJ_DIRS = daemon safs ucx util webdav config proxy admin plugins test |
| 63 MK_OBJ_DIRS = $(OBJ_DIRS:%=$(OBJ_DIR)server/%) |
65 MK_OBJ_DIRS = $(OBJ_DIRS:%=$(OBJ_DIR)server/%) |
| 64 |
66 |
| 65 WS_CFLAGS = -I../ucx/ |
67 WS_CFLAGS = -I../ucx/ |
| 66 |
68 |
| 67 LDFLAGS += -lucx |
69 LDFLAGS += -lucx |