Changes in protocols/msn/Makefile [f60079b:fc5cf88]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/msn/Makefile
rf60079b rfc5cf88 8 8 9 9 -include ../../Makefile.settings 10 ifdef SRCDIR11 SRCDIR := $(SRCDIR)protocols/msn/12 endif13 10 14 11 # [SH] Program variables 15 objects = invitation.omsn.o msn_util.o ns.o passport.o sb.o tables.o12 objects = msn.o msn_util.o ns.o passport.o sb.o tables.o 16 13 17 14 CFLAGS += -Wall … … 36 33 $(objects): ../../Makefile.settings Makefile 37 34 38 $(objects): %.o: $(SRCDIR)%.c35 $(objects): %.o: %.c 39 36 @echo '*' Compiling $< 40 37 @$(CC) -c $(CFLAGS) $< -o $@
Note: See TracChangeset
for help on using the changeset viewer.