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

17 lines
288 B
Makefile

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