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