Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 50154 | Differences between
and this patch

Collapse All | Expand All

(-)graphthing-0.9.5/src/Makefile.in (-3 / +1 lines)
Lines 32-46 Link Here
32
FLEX_OBJS = $(PARSERS:.=-flex.yy.o)
32
FLEX_OBJS = $(PARSERS:.=-flex.yy.o)
33
ALL_OBJS = $(OBJS) $(BISON_OBJS) $(FLEX_OBJS)
33
ALL_OBJS = $(OBJS) $(BISON_OBJS) $(FLEX_OBJS)
34
34
35
PROGNAME = gt
35
PROGNAME = graphthing
36
ALT_PROGNAME = graphthing
37
36
38
all:		$(PROGNAME) unit_test chrom
37
all:		$(PROGNAME) unit_test chrom
39
38
40
install:
39
install:
41
	@INSTALL@ -d @prefix@/bin
40
	@INSTALL@ -d @prefix@/bin
42
	@INSTALL@ -s $(PROGNAME) @prefix@/bin
41
	@INSTALL@ -s $(PROGNAME) @prefix@/bin
43
	(cd @prefix@/bin && @LN_S@ -f $(PROGNAME) $(ALT_PROGNAME))
44
42
45
uninstall:
43
uninstall:
46
	rm -f @prefix@/bin/$(PROGNAME)
44
	rm -f @prefix@/bin/$(PROGNAME)

Return to bug 50154