# HG changeset patch # User Matti Hamalainen # Date 1578318015 -7200 # Node ID 04917c170c2329e7e756c4161300a6aeac0182e7 # Parent a5bc27d26174cae713c8436c6abf9aa575ff5f81 Cosmetics. diff -r a5bc27d26174 -r 04917c170c23 Makefile.gen --- a/Makefile.gen Mon Jan 06 12:44:37 2020 +0200 +++ b/Makefile.gen Mon Jan 06 15:40:15 2020 +0200 @@ -4,9 +4,9 @@ THLIBS = th-libs/ -# -# Objects -# +### +### Objects and targets +### THLIBS_OBJ=th_util.o th_string.o th_ioctx.o \ th_file.o th_args.o th_crypto.o th_datastruct.o @@ -15,8 +15,13 @@ TARGETS += $(SIDINFO_BIN) + +### +### Rules +### include $(THLIBS)/Makefile.inc + $(SIDINFO_BIN): $(addprefix $(OBJPATH),$(SIDINFO_OBJ)) $(THLIBS_A) $(EXTRAOBJS) $(LINK_BIN)