1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-11-22 20:43:07 +02:00

eeshow/Makefile: add more section comments

This commit is contained in:
Werner Almesberger 2016-08-22 07:21:59 -03:00
parent 7c02351ff6
commit 01e64c65d8

View File

@ -60,6 +60,8 @@ $(NAME): $(OBJS)
$(MAKE) -B version.o $(MAKE) -B version.o
$(CC) -o $(NAME) $(OBJS) $(LDLIBS) $(CC) -o $(NAME) $(OBJS) $(LDLIBS)
#----- Help textx -------------------------------------------------------------
help.inc: $(HELP_TEXT) Makefile help.inc: $(HELP_TEXT) Makefile
$(BUILD) sed 's/"/\\"/g;s/.*/"&\\n"/' $< >$@ || \ $(BUILD) sed 's/"/\\"/g;s/.*/"&\\n"/' $< >$@ || \
{ rm -f $@; exit 1; } { rm -f $@; exit 1; }
@ -69,6 +71,8 @@ gui/help.c: help.inc
clean:: clean::
rm -f help.inc rm -f help.inc
#----- Icons ------------------------------------------------------------------
icons/%.hex: icons/%.fig Makefile icons/%.hex: icons/%.fig Makefile
$(BUILD) fig2dev -L png -S 4 -Z 0.60 $< | \ $(BUILD) fig2dev -L png -S 4 -Z 0.60 $< | \
convert - -transparent white - | \ convert - -transparent white - | \