You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
Index: Makefile.in
|
|
|
|
|
--- Makefile.in.orig 2007-01-10 16:40:37 +0100
|
|
|
|
|
+++ Makefile.in 2007-04-01 19:03:42 +0200
|
|
|
|
|
@@ -52,8 +52,6 @@
|
|
|
|
|
$(includedir)/xcurses/curspriv.h
|
|
|
|
|
$(INSTALL) -c -m 644 $(pdcursesdir)/libXCurses.a $(libdir)/libXCurses.a
|
|
|
|
|
-$(RANLIB) $(libdir)/libXCurses.a
|
|
|
|
|
- -$(INSTALL) -c -m 755 $(pdcursesdir)/$(SHLPRE)$(SHLFILE)$(SHLPST) \
|
|
|
|
|
- $(libdir)/$(SHLPRE)$(SHLFILE)$(SHLPST)
|
|
|
|
|
$(INSTALL) -c -m 644 $(paneldir)/libpanel.a $(libdir)/libXpanel.a
|
|
|
|
|
-$(RANLIB) $(libdir)/libXpanel.a
|
|
|
|
|
$(INSTALL) -c -m 755 x11/xcurses-config $(bindir)/xcurses-config
|
|
|
|
|
Index: x11/Makefile.in
|
|
|
|
|
--- x11/Makefile.in.orig 2007-01-08 05:17:23 +0100
|
|
|
|
|
+++ x11/Makefile.in 2007-04-01 19:04:37 +0200
|
|
|
|
|
@@ -43,7 +43,7 @@
|
|
|
|
|
LIB_DEPS = -L$(PDCURSES_HOME)/x11 -lXCurses
|
|
|
|
|
PANEL_LIB = -L$(PDCURSES_HOME)/x11 -lpanel
|
|
|
|
|
|
|
|
|
|
-PDCLIBS = $(LIBCURSES) $(LIBPANEL) @SHL_TARGETS@
|
|
|
|
|
+PDCLIBS = $(LIBCURSES) $(LIBPANEL)
|
|
|
|
|
|
|
|
|
|
DEMOS = firework newdemo ptest rain testcurs tuidemo worm xmas
|
|
|
|
|
DEMOOBJS = firework.o newdemo.o ptest.o rain.o testcurs.o tui.o \
|