Changes in lib/Makefile [f60079b:be28fe7]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/Makefile
rf60079b rbe28fe7 8 8 9 9 -include ../Makefile.settings 10 ifdef SRCDIR11 SRCDIR := $(SRCDIR)lib/12 endif13 10 14 11 # [SH] Program variables 15 objects = arc.o base64.o $(EVENT_HANDLER) ftutil.ohttp_client.o ini.o md5.o misc.o oauth.o proxy.o sha1.o $(SSL_CLIENT) url.o xmltree.o12 objects = arc.o base64.o $(EVENT_HANDLER) http_client.o ini.o md5.o misc.o oauth.o proxy.o sha1.o $(SSL_CLIENT) url.o xmltree.o 16 13 17 14 CFLAGS += -Wall … … 40 37 $(objects): ../Makefile.settings Makefile 41 38 42 $(objects): %.o: $(SRCDIR)%.c39 $(objects): %.o: %.c 43 40 @echo '*' Compiling $< 44 41 @$(CC) -c $(CFLAGS) $< -o $@
Note: See TracChangeset
for help on using the changeset viewer.