Some compile fixes, not enough
[erwise] / Cl / Imakefile
1 #
2 #
3 #
4
5 #define IHavesubdirs
6 #define PassCDebugFlags
7
8            OBJS = Cl.o ClHTTP.o ClFTP.o ClMisc.o ClConnection.o
9            SRCS = Cl.c ClHTTP.c ClFTP.c ClMisc.c ClConnection.c
10         SUBDIRS = WWWLibrary
11         DEFINES = -I$(SUBDIRS)
12
13 NormalLibraryTarget(Cl, $(OBJS))
14
15 MakeSubdirs($(SUBDIRS))
16 MakefileSubdirs($(SUBDIRS))
17 DependTarget()
18 DependSubdirs($(SUBDIRS))
19
20