view Makefile.gen @ 188:489eb428cf65

Add separator empty line between "files" when in normal output mode.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 09 Jul 2018 08:13:03 +0300
parents fe42ad960bc8
children d26bc1adfd14
line wrap: on
line source

CFLAGS += -W -Wall -Wextra -std=c11 -pedantic -I./ -D_XOPEN_SOURCE=500
CFLAGS += -g
CFLAGS += -O2
THLIBS = th-libs/


#
# Objects
#
THLIBS_OBJ=th_util.o th_string.o th_ioctx.o \
	th_args.o th_crypto.o th_datastruct.o

SIDINFO_OBJ=sidlib.o sidinfo.o
SIDINFO_BIN=$(BINPATH)sidinfo$(EXEEXT)

TARGETS += $(SIDINFO_BIN)

include $(THLIBS)/Makefile.inc

$(SIDINFO_BIN): $(addprefix $(OBJPATH),$(SIDINFO_OBJ)) $(THLIBS_A) $(EXTRAOBJS)
	$(LINK_BIN)