- Timestamp:
- 2012-02-11T12:55:45Z (13 years ago)
- Branches:
- master
- Children:
- eb54f56
- Parents:
- 23445b6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/Makefile
r23445b6 r7fa5c19 8 8 9 9 -include ../Makefile.settings 10 ifdef SRCDIR11 SRCDIR := $(SRCDIR)lib/10 ifdef _SRCDIR_ 11 _SRCDIR_ := $(_SRCDIR_)lib/ 12 12 endif 13 13 … … 40 40 $(objects): ../Makefile.settings Makefile 41 41 42 $(objects): %.o: $( SRCDIR)%.c42 $(objects): %.o: $(_SRCDIR_)%.c 43 43 @echo '*' Compiling $< 44 44 @$(CC) -c $(CFLAGS) $< -o $@
Note: See TracChangeset
for help on using the changeset viewer.