You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lnav/tools/Makefile.am

22 lines
403 B
Makefile

all-local: bin2c$(BUILD_EXEEXT)
if CROSS_COMPILING
bin2c$(BUILD_EXEEXT): bin2c.c
$(AM_V_CC) $(CC_FOR_BUILD) $(CPPFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) -g3 -o $@ $? -lz -fPIE
else
bin2c: bin2c.c
$(AM_V_CC) $(CC) $(CPPFLAGS) $(LDFLAGS) -g3 -o $@ $? -lz -fPIE
endif
EXTRA_DIST = \
bin2c.c
CLEANFILES = \
bin2c$(BUILD_EXEEXT)
dist-hook: bin2c$(BUILD_EXEEXT)
distclean-local:
$(RM_V)rm -rf *.dSYM