Changeset 7a9d968 for protocols/Makefile
- Timestamp:
- 2018-03-10T11:30:39Z (7 years ago)
- Children:
- 5447c59
- Parents:
- 3f44e43 (diff), 4a9c6b0 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/Makefile
r3f44e43 r7a9d968 43 43 44 44 $(subdirs): 45 @$(MAKE) -C $@ $(MAKECMDGOALS)45 $(MAKE) -C $@ $(MAKECMDGOALS) 46 46 47 47 ### MAIN PROGRAM … … 49 49 protocols.o: $(objects) $(subdirs) 50 50 @echo '*' Linking protocols.o 51 @$(LD) $(LFLAGS) $(objects) $(subdirobjs) -o protocols.o51 $(VERBOSE) $(LD) $(LFLAGS) $(objects) $(subdirobjs) -o protocols.o 52 52 53 53 $(objects): ../Makefile.settings Makefile … … 55 55 $(objects): %.o: $(_SRCDIR_)%.c 56 56 @echo '*' Compiling $< 57 @$(CC) -c $(CFLAGS) $(CFLAGS_BITLBEE) $< -o $@57 $(VERBOSE) $(CC) -c $(CFLAGS) $(CFLAGS_BITLBEE) $< -o $@ 58 58 59 59 -include .depend/*.d
Note: See TracChangeset
for help on using the changeset viewer.